[FFmpeg-trac] #6375(ffmpeg:closed): [bug][regression] Too many packets buffered for output stream

FFmpeg trac at avcodec.org
Thu May 11 08:06:32 EEST 2017


#6375: [bug][regression] Too many packets buffered for output stream
------------------------------------+--------------------------------------
             Reporter:  p137        |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  important   |                Component:  ffmpeg
              Version:  git-master  |               Resolution:  worksforme
             Keywords:  regression  |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+--------------------------------------
Changes (by gjdfgh):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Not a bug. The file has somewhat sparse video or audio frames, and
 increasing the packet queue size  helps:

 {{{
 ffmpeg -i too_many_packets_buffered_example.mp4 -max_muxing_queue_size 400
 out.mp4
 }}}

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


More information about the FFmpeg-trac mailing list