[Mplayer-cvslog] CVS: main/TOOLS/benchmark test-all.sh,NONE,1.1 test.sh,NONE,1.1 test1.sh,NONE,1.1

Arpi of Ize arpi at mplayer.dev.hu
Thu Oct 18 23:06:06 CEST 2001


Update of /cvsroot/mplayer/main/TOOLS/benchmark
In directory mplayer:/var/tmp.root/cvs-serv18744

Added Files:
	test-all.sh test.sh test1.sh 
Log Message:
scripts

--- NEW FILE ---

./test.sh /3d/divx/Coyote.Ugly.Sample-highbitrate-atmos.avi
./test.sh /3d/divx/sample.light.it.up.avi
./test.sh /3d/divx/405divx_sm_v2[1].avi
./test.sh /3d/divx/MI2-Trailer.avi
./test.sh /3b/hannibal.avi
./test.sh /3b/huge_bands.avi
./test.sh /3b/Star_Wars_Episode_1.avi

--- NEW FILE ---

echo 'File: ' $1
mplayer -frames 0 -vo null $1 | grep VIDEO

echo -n 'DShow DLL  : '
./test1.sh mplayer $1 -vc divxds -vo null |cut -c 15-23 |xargs echo
echo -n 'VfW DLL    : '
./test1.sh mplayer $1 -vc divx -vo null |cut -c 15-23 |xargs echo
echo -n 'DivX4-YV12 : '
./test1.sh mplayer $1 -vc odivx -vo null |cut -c 15-23 |xargs echo
echo -n 'DivX4-YUY2 : '
./test1.sh mplayer $1 -vc divx4 -vo null |cut -c 15-23 |xargs echo
echo -n 'FFmpeg     : '
./test1.sh mplayer $1 -vc ffdivx -vo null |cut -c 15-23 |xargs echo

echo ""

--- NEW FILE ---

sync
sleep 1
cat $2 >/dev/null
sleep 2
$* -benchmark -nosound | grep BENCHMARKs
$* -benchmark -nosound | grep BENCHMARKs
$* -benchmark -nosound | grep BENCHMARKs
# $* -benchmark -nosound | grep BENCHMARKs
# echo ""




More information about the MPlayer-cvslog mailing list