[FFmpeg-trac] #1725(avfilter:new): filter_complex losing frames

FFmpeg trac at avcodec.org
Tue Sep 11 11:03:07 CEST 2012


#1725: filter_complex losing frames
------------------------------------+------------------------------------
             Reporter:  takis       |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avfilter
              Version:  git-master  |               Resolution:
             Keywords:              |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by takis):

 Here's the updated commandline:
 {{{
 ffmpeg  -i big_buck_bunny_1080p_h264.mov -f image2 -r 24 -i frame%05d.png
 -filter_complex "[0:v] scale=3840:2160[bbb];[bbb][1:v] overlay[out]" -map
 "[out]" test.mp4
 }}}

 Leaving out the "-f image2" does not work though. Not sure why.

 Unfortunately, there's still one frame missing: The second frame always
 goes missing now.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1725#comment:5>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list