view TOOLS/benchmark/test.sh @ 17156:f4fedf718803

1.1162: multithreaded decoding 1.1163: new -msglevel option, constrols msg level for every msg module 1.1164: stray LIVE.COM -> LIVE555 transition 1.1165: alphabetical order + better explanation for '-lavdopts threads' 1.1166: new arguments for -vf spp, patch by Corey Hickey 1.1167: -msglevel description improvement 1.1168: preliminary environment variables section 1.1169: vf_fspp bframes option 1.1170: Clarifications for the AUDIOSERVER environment variable.
author ranma
date Sat, 10 Dec 2005 11:58:39 +0000
parents 351aaf1eff87
children
line wrap: on
line source


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 ""