Opened 13 years ago
Closed 12 years ago
#1314 closed defect (fixed)
Undocumented feature "nomouse" in x11grab
Reported by: | burek | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | documentation |
Version: | git-master | Keywords: | x11grab |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | yes |
Description
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 :)
Change History (2)
comment:1 by , 13 years ago
Component: | undetermined → documentation |
---|---|
Keywords: | x11grab added |
Reproduced by developer: | set |
Status: | new → open |
Type: | task → defect |
Version: | unspecified → git-master |
comment:2 by , 12 years ago
Analyzed by developer: | set |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in:
Note that "nomouse" in filename is deprecated, -draw_mouse 0 should be used instead.