Rewrote the whole website to get rid on a heavy theme
This commit is contained in:
parent
3ea54810ad
commit
60d3abc6ec
122 changed files with 346 additions and 2558 deletions
13
content/blog/commands/capture-desktop-video.md
Normal file
13
content/blog/commands/capture-desktop-video.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "Capture a video of your desktop"
|
||||
linkTitle: "Capture a video of your desktop"
|
||||
date: 2011-11-20
|
||||
description: >
|
||||
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 >}}
|
Loading…
Add table
Add a link
Reference in a new issue