Tag Archives: Linux

Screen-casting in Linux using ffmpeg

This is mainly an updated post of a previous one. The reason why I’m writing another one on that topic is that the old method has stopped working for me.

I’ll just paste my screen-cast recording script here for you guys to use. I guess it’s self-explanatory.

This script will start ffmpeg and record your screen 0. The output file name starts with screencast_ and is followed by the current date and time. Depending on what you record you may also want to increase (or even decrease) the frame rate. MPEG4 is being used as the codec, which should be a good fit in most cases (compresses very well and has a high quality, also perfectly suited for YouTube).

Fix touchpad tapping with Elantech devices and others

I got a new Asus EeePC netbook that has an Elantech touchpad device installed. It works out of the box with my Debian GNU/Linux installation, however the tapping is not working.

To make it work again you probably have to rebind the TapButtonX settings that are set to 0.

Add it to your session start-up file for persistence. Also check out gpointing-device-settings for various touchpad options.