#11184(ffmpeg:new): ffmpeg -thread_queue_size input paramter no longer respected
#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
#11184: ffmpeg -thread_queue_size input paramter no longer respected ---------------------------------------+---------------------------------- Reporter: Marton Balint | Owner: (none) Type: defect | Status: new Priority: important | Component: ffmpeg Version: git-master | Resolution: Keywords: regression | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------------+---------------------------------- Comment (by Gyan):
-thread_queue_size as an input option should be deprecated
Deprecated implies the option is still effective pending removal. As per your description, it doesn't do anything at all now. So, if it's found, ffmpeg should log an error and exit. -- Ticket URL: <https://trac.ffmpeg.org/ticket/11184#comment:1> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
participants (1)
-
FFmpeg