diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-02-25 01:12:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-25 01:12:50 +0100 |
commit | 2fbdf30efe994a9956a27d845010b57a5fc1deeb (patch) | |
tree | 4f7577ac1a6c527c9d6744755490167f142ddece /doc/indevs.texi | |
parent | 53dd75e91154100a83b11f6ef9dfd15d79bcc3aa (diff) | |
parent | b31328d008985f87f0a7c83c700847cef1a4f08c (diff) | |
download | ffmpeg-2fbdf30efe994a9956a27d845010b57a5fc1deeb.tar.gz |
Merge commit 'b31328d008985f87f0a7c83c700847cef1a4f08c'
* commit 'b31328d008985f87f0a7c83c700847cef1a4f08c':
xcbgrab: Provide better names for the y and x option
Conflicts:
doc/indevs.texi
libavdevice/x11grab.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 82d3b22669..1a49293d31 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -1102,6 +1102,16 @@ It may be necessary to disable it for remote displays (legacy x11grab only). @end table +@subsection @var{grab_x} @var{grab_y} AVOption + +The syntax is: +@example +-grab_x @var{x_offset} -grab_y @var{y_offset} +@end example + +Set the grabing region coordinates. The are expressed as offset from the top left +corner of the X11 window. The default value is 0. + @section decklink The decklink input device provides capture capabilities for Blackmagic |