diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-12-15 13:19:03 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-12-15 13:19:03 +0000 |
commit | 0cd4faf977f034c603cb2d5c6bb84e728ed3fab3 (patch) | |
tree | 0d676723a197632613feba08cefec29cfa114a08 /doc | |
parent | 162b98359823e7f508da00f96106da89d642571c (diff) | |
download | ffmpeg-0cd4faf977f034c603cb2d5c6bb84e728ed3fab3.tar.gz |
Allow provision of displaynumber, screennumber, x-offset and y-offset parameters
to the x11grab device.
Originally committed as revision 7320 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index d9d30ee7f4..470cfe3c10 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -50,6 +50,13 @@ ffmpeg -f x11grab -vd x11:0.0 /tmp/out.mpg 0.0 is display.screen number of your X11 server, same as the DISPLAY environment variable. +@example +ffmpeg -f x11grab -vd x11:0.0+10,20 /tmp/out.mpg +@end example + +0.0 is display.screen number of your X11 server, same as the DISPLAY environment +variable. 10 is the x-offset and 20 the y-offset for the grabbing. + @section Video and Audio file format conversion * FFmpeg can use any supported file format and protocol as input: |