blur icon indicating copy to clipboard operation
blur copied to clipboard

proper vfr handling

Open f0e opened this issue 9 months ago • 0 comments

At the moment VFR clips are converted to CFR with the framerate being that of the video file, with duplicate frames being added where required. This means those frames need to be deduplicated, which sucks. Ideally you could process the VFR clip properly in VapourSynth, removing the need to deduplicate, and then restore the proper timestamps when encoding in FFmpeg. However, FFmpeg doesn't seem to have great support for this

f0e avatar May 22 '25 06:05 f0e