« »
May 23rd, 2007

Ogg Theora/Vorbis Conversion Information

Here’s what I used to convert the LGM video to Ogg Theora + Vorbis format:

Low Quality (Theora 118kbps/Vorbis 32kbps mono, 16×9 video):

ffmpeg2theora -V 118 -A 32 -c 1 -x 320 -y 176 -aspect 16:9 -o creating_comics_in_inkscape_theora.ogg lgm_video_final_better_audio.avi

High Quality (Theora 372kbps/Vorbis 128kbps, 16×9 video):

ffmpeg2theora -V 372 -A 128 -c 1 -x 320 -y 176 -aspect 16:9 -o creating_comics_in_inkscape_theora.ogg lgm_video_final_better_audio.avi

Yay open formats!

Leave a Reply