remove unneeded ffmpeg commandline switches, and enable quiet mode
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 9 Jun 2008 00:26:25 +0000 (00:26 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 9 Jun 2008 00:26:25 +0000 (00:26 +0000)
Originally committed as revision 13720 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/test.conf

index b5f2095ee0c1182c5cab386cab752b66a4a1d491..13b597f7f0c1e153da81833e3fd1da796d2d7bd2 100644 (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>