How to convert videos to Ogg Theora format?

Web hosting, SEO, etc... related
Post Reply
User avatar
Saman
Lieutenant Colonel
Lieutenant Colonel
Posts: 828
Joined: Fri Jul 31, 2009 10:32 pm
Location: Mount Lavinia

How to convert videos to Ogg Theora format?

Post by Saman » Mon Jul 11, 2011 7:23 pm

Hey guys, I was looking for this for some time now and finally found a good method.

You could either use ffmpeg2theora or ffmpeg. Here are the command lines.

ffmpeg2theora

Code: Select all

ffmpeg2theora -V 700 -A 96 -H 44100 -K 24 -x 640 -y 360 --two-pass --optimize --speedlevel 0 --seek-index --soft-target --pp vdeblock:10/hdeblock:10 input.mov
FFmpeg

Code: Select all

ffmpeg -i input.mov -vcodec libtheora -b 700k -s 512x288 -acodec libvorbis -ab 96k -threads 6 output.ogg
Mysoogal
Captain
Captain
Posts: 223
Joined: Thu Dec 17, 2009 7:15 am
Location: Planet VPS

Re: How to convert videos to Ogg Theora format?

Post by Mysoogal » Wed Jul 20, 2011 9:57 pm

I'm going with Hamster Free VideoConverter, it is well designed and working good, many presets for mobile devices and dvd etc

I normally do the encoding at the command prompt all the time but it gets tiring after a while. :mrgreen:

there are many such tools on videohelp.com
Post Reply

Return to “Web Related”