* Removed ffmpeg output during encoding runs. Now only print out errors

* Try to fix mysterious sort order issue in ffserver tests

Originally committed as revision 1775 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Philip Gladstone
2003-04-15 01:58:46 +00:00
parent 129dfab2c7
commit e31c1c30d2
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ cp test.conf data/test.conf
perl -e 'chomp($wd = `pwd`); print map { s!data/!!; "<Stream $_>\nFile $wd/data/$_\n</Stream>\n\n" } @ARGV' data/a* >> data/test.conf
perl -e 'chomp($wd = `pwd`); print map { s!data/!!; "<Stream $_.asf>\nFile $wd/data/$_\n</Stream>\n\n" } @ARGV' data/a* >> data/test.conf
FILES=`perl -n -e 'print \$1, " " if /<stream\\s+(\\S+)>/i' data/test.conf`
FILES=`perl -n -e 'print \$1, " " if /<stream\\s+(\\S+)>/i' data/test.conf | sort`
rm -f /tmp/feed.ffm
../ffserver -d -f data/test.conf 2> /dev/null &