287 B
287 B
title | date | description | tags | |
---|---|---|---|---|
Capture a video of your desktop | 2011-11-20 | Capture a video of your desktop |
|
The command
You can capture a video of your linux desktop very easily with ffmpeg :
ffmpeg -f x11grab -s xga -r 25 -i :0.0 -sameq /tmp/out.mpg