[FFmpeg-trac] #8900(undetermined:new): ffmpeg generates a file which it rejexts as input with "Too many packets buffered for output stream"

FFmpeg trac at avcodec.org
Fri Sep 18 10:39:11 EEST 2020


#8900: ffmpeg generates a file which it rejexts as input with "Too many packets
buffered for output stream"
-------------------------------------+-------------------------------------
             Reporter:  monnier      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  1            |
-------------------------------------+-------------------------------------
Changes (by mkver):

 * analyzed:  0 => 1


Comment:

 You are streamcopying the first sample and therefore you have to live with
 the positions of the keyframes. The first keyframe of your sample after
 1:00 is at 1:04 and the first keyframe of broken.mkv is at 4s. Before this
 keyframe are about 200 audio packets. They don't all fit into ffmpeg's
 muxing queue when using the default size for the muxing queue (which is
 128). You can add -max_muxing_queue_size 256 as a workaround.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8900#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list