Ticket #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
comment:1 Changed 13 months ago by cehoyos
- Status changed from new to open
- Reproduced by developer set
- Component changed from undetermined to documentation
- Version changed from unspecified to git-master
- Keywords x11grab added
- Type changed from task to defect
comment:2 Changed 10 months ago by saste
- Analyzed by developer set
- Status changed from open to closed
- Resolution set to fixed
Fixed in:
commit be2b8857380926c8008a4bb9ae769f3d99935b0e
Author: Stefano Sabatini <stefasab@gmail.com>
Date: Wed Aug 8 10:25:25 2012 +0200
doc/indevs: document missing options in x11grab section
Add documentation for options draw_mouse, framerate, and video_size.
In particular, fix trac ticket #1314.
Note that "nomouse" in filename is deprecated, -draw_mouse 0 should be used instead.
Note: See
TracTickets for help on using
tickets.


