Opened 9 years ago
Closed 8 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 Changed 9 years ago by cehoyos
- Component changed from undetermined to documentation
- Keywords x11grab added
- Reproduced by developer set
- Status changed from new to open
- Type changed from task to defect
- Version changed from unspecified to git-master
comment:2 Changed 8 years ago by saste
- Analyzed by developer set
- Resolution set to fixed
- Status changed from open to 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.