[FFmpeg-user] Force target DTS == source DTS -- How?

Devin Heitmueller devin.heitmueller at ltnglobal.com
Wed Jan 10 20:21:04 EET 2024


On Wed, Jan 10, 2024 at 12:50 PM Mark Filipak
<markfilipak.imdb at gmail.com> wrote:
>
> Question: How can I force the target's DTS to be the source's DTS?

Add "-copyts" to the front of the command-line as a global option.
The ffmpeg application will automatically rebase timestamps to zero
after demuxing unless you specify this option (which is further up the
pipeline than your bsf, hence the bsf has no effect).

Devin

-- 
Devin Heitmueller, Senior Software Engineer
LTN Global Communications
o: +1 (301) 363-1001
w: https://ltnglobal.com  e: devin.heitmueller at ltnglobal.com


More information about the ffmpeg-user mailing list