[FFmpeg-trac] #4784(undetermined:new): Documentation bug: fbdev example incorrect

FFmpeg trac at avcodec.org
Tue Aug 18 17:51:44 CEST 2015


#4784: Documentation bug: fbdev example incorrect
-------------------------------------+-------------------------------------
             Reporter:  rodarmor     |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 This is on https://www.ffmpeg.org/ffmpeg-devices.html

 The current page gives this command for taking a screenshot using the
 fbdev input device:


 ffmpeg -f fbdev -frames:v 1 -r 1 -i /dev/fb0 screenshot.jpeg

 This fails, since the -frames:v option is in the wrong place. I think the
 following is the right command:

 ffmpeg -f fbdev -r 1 -i /dev/fb0 -frames:v 1 screenshot.jpg

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


More information about the FFmpeg-trac mailing list