diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-12-13 10:27:50 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-12-13 10:27:50 +0000 |
commit | 76d2efda6d52dd69e61ffda9fa6b222ef64a1a2a (patch) | |
tree | 0cfcde07afd63b909eae9a3eafe6112cf6b26d64 | |
parent | d0674868c51292182c58c8374922e4cd100b84d6 (diff) | |
download | ffmpeg-76d2efda6d52dd69e61ffda9fa6b222ef64a1a2a.tar.gz |
documentation for X11 grabbing
Originally committed as revision 7314 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 6f42f33b80..afa4d8880d 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -39,6 +39,17 @@ launching FFmpeg with any TV viewer such as xawtv have to set the audio recording levels correctly with a 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 * FFmpeg can use any supported file format and protocol as input: |