View Single Post
Old 7th February 2017, 20:39   #6  |  Link
elahn
Registered User
 
elahn's Avatar
 
Join Date: Jan 2017
Posts: 4
In StaxRip, I'm clicking Filters -> Edit and inserting:
Code:
, fpsnum=25, fpsden=1
into the ffms2 Source. So the whole line reads:

Code:
clip = core.ffms2.Source(r"%source_file%", cachefile = r"%temp_file%.ffindex", fpsnum=25, fpsden=1)
This is for a VFR x264 (mkv) -> CFR x265 (mkv) conversion and is working perfectly. I'm using VapourSynth and I updated mkvextract & mkvmerge to the latest MkvToolNix, but I'm not sure that's relevant.
elahn is offline   Reply With Quote