Thread: StaxRip
View Single Post
Old 27th March 2019, 11:52   #3246  |  Link
sneaker_ger
Registered User
 
Join Date: Dec 2002
Posts: 5,565
Try the set fps in source filter:
ffvideosource("source.mkv", fpsnum=24000, fpsden=1001)

This would convert a variable framerate (VFR) source to constant framerate (CFR). Alternatively you could copy timings from source to output. If you search the forum for variable framerate you should find some hints.
sneaker_ger is offline   Reply With Quote