id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
1314	"Undocumented feature ""nomouse"" in x11grab"	burek		"There is an additional feature missing in documentation for x11grab. Namely, the following command is usual for x11grab:

{{{
ffmpeg -f x11grab -i :0.0+10,20 ...
}}}

and it instructs ffmpeg to grab the display of the monitor 0, desktop 0, starting from the coordinate (10,20), but it can be extended like this:

{{{
ffmpeg -f x11grab -i :0.0+10,20+nomouse ...
}}}

which would cause the mouse to not being captured in the output video, but the feature is not documented in ffmpeg's documentation located at http://ffmpeg.org/ffmpeg.html and it would be nice to update it :)"	defect	closed	wish	documentation	git-master	fixed	x11grab				1	1
