[FFmpeg-devel] [PATCH 11/13] avformat/demux: support inserting bitstream filters in demuxing scenarios
Gyan Doshi
ffmpeg at gyani.pro
Thu Nov 30 06:01:44 EET 2023
On 2023-11-30 03:25 am, James Almer wrote:
> On 11/28/2023 1:00 AM, Gyan Doshi wrote:
>>
>>
>> On 2023-11-28 12:13 am, James Almer wrote:
>>> Packets will be passed to the bsf immediately after being generated
>>> by a
>>> demuxer, and no further data will be read from the input until all
>>> packets
>>> have been returned by the bsf.
>>
>> Do you plan to add a lib/cli option for user-specified insertions?
>
> No. This is internal to lavf, same as the muxing implementation.
>
>> Will be useful for something like dts2pts in some cases.
>
> Is the existing -bsfs option not enough?
It's not flagged with OPT_INPUT so can't be set for inputs.
Regards,
Gyan
More information about the ffmpeg-devel
mailing list