diff TOOLS/benchmark/test.sh @ 2263:351aaf1eff87

scripts
author arpi
date Thu, 18 Oct 2001 21:06:04 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TOOLS/benchmark/test.sh	Thu Oct 18 21:06:04 2001 +0000
@@ -0,0 +1,16 @@
+
+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 ""