Mencoder
Video of Compiz – Ubuntu, OSX, MythTV
Jul 21st
The video is a little choppy, my bad, this is how recordmydesktop works. I used mencoder to resize the video and convert it to mpg.
OGG Format to AVI Converter
Nov 8th
Mencoder is a Linux command line application that will convert an OGG encoded file into AVI format. Start by installing w32codecs, which can be achieved by following: http://www.bgevolution.com/blog/index.php/ubuntu-gutsy-w32codecs-and-w64codecs/ Then install mencoder: sudo apt-get install mencoder One single command will completely convert a OGG file into AVI: mencoder oldfile.ogg -oac lavc -ovc lavc -lavcopts abitrate=160 -o newfile.avi The combination of this software and the Istanbul program makes for an excellent desktop video capture tool. http://www.bgevolution.com/blog/index.php/desktop-video-capture-ubuntu-and-everything-else/