[FFmpeg-trac] #11184(ffmpeg:new): ffmpeg -thread_queue_size input paramter no longer respected
FFmpeg
trac at avcodec.org
Mon Sep 9 23:28:52 EEST 2024
#11184: ffmpeg -thread_queue_size input paramter no longer respected
-------------------------------------+-------------------------------------
Reporter: Marton | Type: defect
Balint |
Status: new | Priority: important
Component: ffmpeg | Version: git-
| master
Keywords: regression | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
After the threading changes to the ffmpeg CLI the {{{-thread_queue_size}}}
input parameter is no longer respected, because the demuxed packets are no
longer queued on the output side of the demuxers, only on the input side
of the decoders. The queue size on the input of the decoders are not
adjustable at the moment.
The documentation should be updated to reflect the changes,
-thread_queue_size as an input option should be deprecated and eventually
removed, maybe a new per-stream decoder parameter should be added to
provide some level of replacement for the demuxed queue_size adjustment
functionality.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11184>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list