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


You need to login to view comments.