Use ffmpeg to create a screencast
You can use this command to create a screencast using ffmpeg.
ffmpeg -f x11grab -s 800x600 -i :0.0 /tmp/screencast.mpg
You can use this command to create a screencast using ffmpeg.
ffmpeg -f x11grab -s 800x600 -i :0.0 /tmp/screencast.mpg