summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/theora-test14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/theora-test b/tools/theora-test
new file mode 100755
index 0000000..b3a047b
--- /dev/null
+++ b/tools/theora-test
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+for i in {0..10}; do
+ VQUALITY=$i
+
+ for i in {-2..10}; do
+ AQUALITY=$i
+ echo "--videoquality $VQUALITY --audioquality $AQUALITY"
+# ffmpeg2theora $1 -o $NAME-v$VQUALITY-a$AQUALITY.ogv \
+# --videoquality $VQUALITY \
+# --audioquality $AQUALITY \
+
+ done
+done