321 B
321 B
title | linkTitle | date | description |
---|---|---|---|
Capture a video of your desktop | Capture a video of your desktop | 2011-11-20 | Capture a video of your desktop |
You can capture a video of your linux desktop with ffmpeg :
{{< highlight sh >}} ffmpeg -f x11grab -s xga -r 25 -i :0.0 -sameq /tmp/out.mpg {{< /highlight >}}