First big articles reformatting now that I properly understand hugo
This commit is contained in:
parent
5e6844592a
commit
1a4981a826
40 changed files with 184 additions and 173 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue