[FFmpeg-devel] [PATCH 11/13] avformat/demux: support inserting bitstream filters in demuxing scenarios
    James Almer 
    jamrial at gmail.com
       
    Wed Nov 29 23:55:13 EET 2023
    
    
  
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?
    
    
More information about the ffmpeg-devel
mailing list