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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/commands/capture-desktop-video.md b/content/blog/commands/capture-desktop-video.md
index 3bc0c38..8318c48 100644
--- a/content/blog/commands/capture-desktop-video.md
+++ b/content/blog/commands/capture-desktop-video.md
@@ -10,6 +10,6 @@ tags:
You can capture a video of your linux desktop very easily with ffmpeg :
-{{< highlight sh >}}
+```sh
ffmpeg -f x11grab -s xga -r 25 -i :0.0 -sameq /tmp/out.mpg
-{{< /highlight >}}
+```