[FFmpeg-trac] #1314(undetermined:new): Undocumented feature "nomouse" in x11grab

FFmpeg trac at avcodec.org
Thu May 17 02:03:52 CEST 2012


#1314: Undocumented feature "nomouse" in x11grab
-------------------------------------+-------------------------------------
             Reporter:  burek        |                     Type:  task
               Status:  new          |                 Priority:  wish
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 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 :)

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1314>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list