Long overdue first commit with content
This commit is contained in:
parent
f63ce5bdd8
commit
6cc9d8c72a
92 changed files with 2031 additions and 97 deletions
13
content/en/blog/commands/capture-desktop-video.md
Normal file
13
content/en/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