[FFmpeg-trac] #6375(ffmpeg:reopened): [bug][regression] Too many packets buffered for output stream
FFmpeg
trac at avcodec.org
Mon Aug 13 10:22:51 EEST 2018
#6375: [bug][regression] Too many packets buffered for output stream
------------------------------------+------------------------------------
Reporter: p137 | Owner:
Type: defect | Status: reopened
Priority: important | Component: ffmpeg
Version: git-master | Resolution:
Keywords: regression | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Comment (by stib):
Happening for me while working with 6K prores camera footage. Command was:
ffmpeg -n -i $_ -vf lut3d="KC_NEUTRAL.cube" -c:v prores -profile:v 3 -c:a
copy (Join-Path '..\on_light_grade\' $_.name)
(I'm using powershell to batch a folder applying a LUT, hence the '$_' is
the input file).
Adding -max_muxing_queue_size 99999 seems to be working.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/6375#comment:25>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list