Convert .ogg file to .avi


/ Published in: Bash
Save to your folder(s)

after recording screen cast using recordmydesktop this is a fast way of converting the file to .avi so it can be uploaded to youtube or other video sharing sites.


Copy this code and paste it in your HTML
  1. mencoder -idx myvideo.ogg -ovc lavc -oac mp3lame -o myvideo.avi

URL: http://ubuntuforums.org/showpost.php?p=1725628&postcount=8

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.