summaryrefslogtreecommitdiff
path: root/vencode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vencode.sh')
-rwxr-xr-xvencode.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vencode.sh b/vencode.sh
index 23d20be..d29b52c 100755
--- a/vencode.sh
+++ b/vencode.sh
@@ -19,6 +19,6 @@ for f in *.mkv; do
vencode $f libx264 "-preset slower -tune animation" ${OUT}.mp4
vencode $f libvpx "-crf 15 -b:v 1M -an -f webm -y" /dev/null
vencode $f libvpx "-crf 15 -b:v 1M -c:a copy" ${OUT}.webm
- vencode $f libtheora "-qscale:v 6 -c:a copy" ${OUT}.ogg
+ vencode $f libtheora "-qscale:v 6 -c:a copy" ${OUT}.ogv
done