If I do:

ffmpeg -ss 123.05 -i input.file [...]

the seek is on the PTS or on the DTS?

Looking at avcodec documentation it seems that some formats seek to pts and
some others to to dts, and there is a flag to detect this, but from the
command line tool interface how does this work?

It's different now (with ffmpeg 4.x) using:

ffmpeg -i input.file -ss 123.05 [...]

... I know that with older versions that seek was more precise and slower,
but i read somewhere that it's no more the case...

-- 
Thanks in advance,
 Gabry
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to