Skip to content
Snippets Groups Projects
Commit 76d2efda authored by Baptiste Coudurier's avatar Baptiste Coudurier
Browse files

documentation for X11 grabbing

Originally committed as revision 7314 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d0674868
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,17 @@ launching FFmpeg with any TV viewer such as xawtv ...@@ -39,6 +39,17 @@ launching FFmpeg with any TV viewer such as xawtv
have to set the audio recording levels correctly with a have to set the audio recording levels correctly with a
standard mixer. standard mixer.
@section X11 grabbing
FFmpeg can grab X11 display.
@example
ffmpeg -f x11grab -vd x11:0.0 /tmp/out.mpg
@end example
0.0 is display.screen numbers of your X11 server.
You can check $DISPLAY variable.
@section Video and Audio file format conversion @section Video and Audio file format conversion
* FFmpeg can use any supported file format and protocol as input: * FFmpeg can use any supported file format and protocol as input:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment