Simple Screen recorder

Maarten Baert made a nice screen recorder for Linux:

http://www.maartenbaert.be/simplescreenrecorder/

It works like this:

Install 'simplescreenrecorder' and optionally 'simplescreenrecorder-lib:i386' (if you want to record 32-bit OpenGL applications on a 64-bit system) from the SimpleScreenRecorder PPA:

sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder sudo apt-get update sudo apt-get install simplescreenrecorder # if you want to record 32-bit OpenGL applications on a 64-bit system: sudo apt-get install simplescreenrecorder-lib:i386

You should copy-paste these commands to a terminal line by line rather than all at once, otherwise it won't work.

Alternatively, you can install the simplescreenrecorder package from GetDeb.