summaryrefslogtreecommitdiffstats
path: root/TOOLS/benchmark/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/benchmark/test.sh')
-rwxr-xr-xTOOLS/benchmark/test.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/TOOLS/benchmark/test.sh b/TOOLS/benchmark/test.sh
new file mode 100755
index 0000000000..e83eba86aa
--- /dev/null
+++ b/TOOLS/benchmark/test.sh
@@ -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 ""