/ Published in: Bash
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mencoder -idx myvideo.ogg -ovc lavc -oac mp3lame -o myvideo.avi
URL: http://ubuntuforums.org/showpost.php?p=1725628&postcount=8