aboutsummaryrefslogtreecommitdiffstats
path: root/test/dia
diff options
context:
space:
mode:
Diffstat (limited to 'test/dia')
-rwxr-xr-xtest/dia7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/dia b/test/dia
new file mode 100755
index 0000000..5cb2600
--- /dev/null
+++ b/test/dia
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for f in $@
+do /usr/X11R6/bin/convert -geomtry 702x576 $f test.mpg
+test_video test.mpg
+rm test.mpg
+done \ No newline at end of file