1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Apply patch to remove -em_rate

Originally committed as revision 1760 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Philip Gladstone 2003-04-12 02:34:37 +00:00
parent 2add6b5db7
commit be0d154911

View File

@ -25,6 +25,8 @@ BindAddress 0.0.0.0
MaxClients 1000
MaxBandwidth 100000
# Access Log file (uses standard Apache log file format)
# '-' is the standard output
@ -55,7 +57,7 @@ FileMaxSize 100M
# Fire up ffmpeg pointing at this stream
Launch -em_rate -bitexact -dct_algo 1 -idct_algo 2 -y -f pgmyuv -i vsynth1/%125*d.pgm
Launch -bitexact -dct_algo 1 -idct_algo 2 -y -f pgmyuv -i vsynth1/%125*d.pgm
acl allow localhost
</Feed>