ffmpeg - set pts for vfr video from list of values

389 Views Asked by At

I have a list of timestamps in milliseconds that I want to apply as the PTS values of a video stream. The video is a h264 stream without a container and I want to stream copy into an MKV with the PTS values from a text file.

The video has a variable frame rate that I want to maintain precisely. Is this possible?

0

There are 0 best solutions below