[FFmpeg-trac] #6298(ffmpeg:new): Using image2 duplicates frames even with -r as input option

FFmpeg trac at avcodec.org
Sun Apr 9 21:09:23 EEST 2017


#6298: Using image2 duplicates frames even with -r as input option
---------------------------------+--------------------------------------
             Reporter:  LordHDL  |                     Type:  defect
               Status:  new      |                 Priority:  normal
            Component:  ffmpeg   |                  Version:  git-master
             Keywords:           |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+--------------------------------------
 '''Summary of the bug''': Using image2 duplicates frames even with -r as
 input option
 '''How to reproduce''': Use `-f image2` to dump a video's frames as images
 into a folder.

 Example

 {{{
 ffmpeg -r 59.77 -i /Users/HDL/Desktop/TradeWin.mov -f image2
 ~/Desktop/frames/TradeWinMov/image-%03d.tiff
 }}}

 This will result in 2 duplicate frames.  Meanwhile this...

 {{{
 ffmpeg -r 59.77 -i /Users/HDL/Desktop/TradeWin.mov -f nut /dev/null
 }}}

 ...does not dupe anything.

 Full console output is in the attachment.

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


More information about the FFmpeg-trac mailing list