
Make a new directory and get in it:
Get FFmpeg's source code,
and extract it here:
Get into the new directory:
Now download the patch,
and apply it:
Okay, now we need to compile FFmpeg. For this, you'll need a build environment (gcc compiler, etc.), and the XLibs development libraries. With Ubuntu, just do this:
(with another distribution, search for packages with similar names).
You need to change the first line of the "configure" file so that it reads "bash" instead of "sh":
Now run the configure script with the right parameters:
and start building
You should now have an executable file in your working directory, called ffmpeg. You can keep it here, or move it somewhere more convenient.
The "1000" parameter is the bitrate: increase it to get better quality, but larger files. "0,0" tells FFmpeg to record from the top-left cornet of the screen. You can also change "1280x1024" to match your screen resolution, or that of the window you want to record. In that case, you can use
to get more information about a particular window's coordinates.
If you want to make several recordings and then merge them smartly together, you can take a loot at the Convert an AVI video to DV howto, and then use a video editing software like Kino to add transitions, subtitles, etc.
If you need something plainer and just want to join these screencasts without further editing, see the Join several videos with Mencoder howto.
You can also add a soundtrack to your video with help from the Change the audio track of a video with Mencoder howto.