From 1a4981a826bb94c478c6f49721396ec03e02649c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 19:47:26 +0100 Subject: First big articles reformatting now that I properly understand hugo --- content/blog/commands/capture-desktop-video.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'content/blog/commands/capture-desktop-video.md') 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 -- cgit v1.2.3