Browse Source

remove unneeded ffmpeg commandline switches, and enable quiet mode

Originally committed as revision 13720 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 17 years ago
parent
commit
d8b1dffbc5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test.conf

+ 1
- 1
tests/test.conf View File

@@ -57,7 +57,7 @@ FileMaxSize 100M

# Fire up ffmpeg pointing at this stream

Launch ./ffmpeg -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i tests/vsynth1/%02d.pgm
Launch ./ffmpeg -v 0 -y -f pgmyuv -i tests/vsynth1/%02d.pgm

ACL allow localhost
</Feed>


Loading…
Cancel
Save