#mencoder ogv mp4 converter
Explore tagged Tumblr posts
biofeed-blog · 13 years ago
Text
ogv to mp4 converter (Record my desktop)
Hey,
Record my desktop produces .ogv files but for uploading to youtube, I would recommend some fancy format like .mp4 or .avi.
Use this tool called 'mencoder' to convert the files, using command
install it using
sudo apt-get install mencoder
run it using
mencoder out.ogv -of lavf -lavfopts format=mp4 -oac mp3lame -lameopts cbr:br=128 -ovc x264 -x264encopts bitrate=1000 -o final.mp4
input ogv file = out.ogv
output mp4 file = final.mp4
Cheers
Sukhi
17 notes · View notes