aboutsummaryrefslogtreecommitdiff
path: root/content/blog/commands/capture-desktop-video.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/commands/capture-desktop-video.md')
-rw-r--r--content/blog/commands/capture-desktop-video.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/content/blog/commands/capture-desktop-video.md b/content/blog/commands/capture-desktop-video.md
index f56572a..3bc0c38 100644
--- a/content/blog/commands/capture-desktop-video.md
+++ b/content/blog/commands/capture-desktop-video.md
@@ -1,12 +1,14 @@
---
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
+description: Capture a video of your desktop
+tags:
+ - ffmpeg
---
-You can capture a video of your linux desktop with ffmpeg :
+## The command
+
+You can capture a video of your linux desktop very easily with ffmpeg :
{{< highlight sh >}}
ffmpeg -f x11grab -s xga -r 25 -i :0.0 -sameq /tmp/out.mpg