Opened 12 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 Carl Eugen Hoyos, 12 years ago

Component: undetermineddocumentation
Keywords: x11grab added
Reproduced by developer: set
Status: newopen
Type: taskdefect
Version: unspecifiedgit-master

comment:2 by Stefano Sabatini, 12 years ago

Analyzed by developer: set
Resolution: fixed
Status: openclosed

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.