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?