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@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-requ...@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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to