Hidden Linux : Lights... Camera... Action!

[Updated: 18/07/2007]
RecordMyDesktop is a great little utility to... record your desktop. It's command-line driven but don't let that frighten you. All you have to do is type recor <Tab> (to let auto-complete do it's magic) and hit <Enter> to start recording.
Recordings are made in the open standard .ogg format and can also include sound. By default, your entire screen's recorded, but you can change that by specifying a particular screen area to record.
Download this simple example, made to show the effects of wobbly windows -- one of the cool effects from installing Beryl:

Right-click & choose Save to download (933KB)
I only recorded a small area of my screen with the command;
recordmydesktop -x 400 -y 150 -width 600 -height 350 -o wobbly.ogg
-x and -y specify the starting screen coordinates, -width and -height should be obvious, and -o is the name of the output file.
So how did I determine my start coordinates? With the wonderfully useful krule, the on-screen ruler...

Krule: right-click it to change orientation
Then I imported wobbly.ogg into video editor Kino...

...edited it as necessary and exported it to the more common .flv format. (I could have made it an .mpg but I didn't think you'd appreciate a 3.5MB download!)
Updated: 18/07/2007
As commenters Garret and heri point out, I've overlooked RMD's GUI. GTK-recordmydesktop which makes it all blindingly easy. Both utilities are typically part of regular Linux installations, so just pick 'em up through your regular package manager.

<< Previous Hidden Linux
>> Next Hidden Linux

PC World is New Zealand’s top selling computing and technology magazine.
Comments
Did you happen to forget something in the instructions? All I got was a "An error occured while reading sound data:
Input/output error"
It also required a kill with the -9 to get it to stop. No .ogg file was ever created. Other than that, great app!
Posted by: benja22 | July 2, 2007 6:55 PM
Am I missing something? Where is the link to download this utility?
Posted by: Charles Hill | July 2, 2007 7:57 AM
Thanks for the info.
I also found Byzanz is very easy to record the desktop and create animated gif file. No need to use the terminal at all.
I found it here:
Free and Priceless
Posted by: heri | July 2, 2007 7:27 AM
Recordmydesktop is not command line driven. It has a GUI. I use it. When started, there is a small screenshot on the left with a picture of the desktop. Click and drag around the area you want to record and that's it.
Posted by: Paul | July 2, 2007 2:23 AM
There is a graphical interface to this app, it is called gtk-recordMyDesktop.
Posted by: Garret | July 2, 2007 1:08 AM