[FFmpeg-devel] [PATCH] avcodec: add delayer bitstream filter

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Tue Jun 25 22:26:00 EEST 2019


Andreas HÃ¥kon:
> Example of use:
> 
> ffmpeg -f mpegts -i INPUT.ts -map i:101 -c:v copy -map i:102 -bsf:a delayer=offset=3600 -c:a copy -f mpegts OUTPUT.ts
> 
> You can use it with VIDEO, AUDIO or DATA streams.
> 
> Regards.
> A.H.
> 
> ---
> 
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
> 

The delay applied here depends on the timebase. Wouldn't it be more
user-friendly to let the user input the delay in (say) microseconds
and convert it appropriately?
And ff_delayer_bsf isn't properly aligned.

- Andreas Rheinhardt


More information about the ffmpeg-devel mailing list