From b31328d008985f87f0a7c83c700847cef1a4f08c Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sun, 22 Feb 2015 20:36:08 +0100 Subject: xcbgrab: Provide better names for the y and x option Incidentally `-y` also collides with avconv global options. Update x11grab to match and document the option. CC: libav-stable@libav.org Signed-off-by: Luca Barbato --- doc/indevs.texi | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/indevs.texi b/doc/indevs.texi index 8ff64a78ed..e514b63af2 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -359,4 +359,14 @@ avconv -f x11grab -show_region 1 -r 25 -s cif -i :0.0+10,20 out.mpg avconv -f x11grab -follow_mouse centered -show_region 1 -r 25 -s cif -i :0.0 out.mpg @end example +@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. + @c man end INPUT DEVICES -- cgit v1.2.3