Record window with letterbox/pillarbox on linux
Tuesday, May 1st, 2012It is possible to get good video recording on linux using ffmpeg and the right options. I used some time to set up mine, and made a script to make it easier to use.
This script makes a letterbox or pillarbox (black stripes around the edge if the aspect ratios doesn’t match) as needed.
Save this file to record-desktop.sh, run chmod +x record-desktop.sh, then run ./record-desktop.sh output.flv. You then just need to click the window you want to record.
It is based on Tyler’s script, which also streams to justin.tv.

