From 60d3abc6ecdc21b4ab921d34a55b4af48690f55a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 11 Mar 2021 18:53:14 +0100 Subject: Rewrote the whole website to get rid on a heavy theme --- content/en/blog/commands/capture-desktop-video.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 content/en/blog/commands/capture-desktop-video.md (limited to 'content/en/blog/commands/capture-desktop-video.md') diff --git a/content/en/blog/commands/capture-desktop-video.md b/content/en/blog/commands/capture-desktop-video.md deleted file mode 100644 index f56572a..0000000 --- a/content/en/blog/commands/capture-desktop-video.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -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 >}} -- cgit v1.2.3