- Install python and vapoursynth. Right now the 2 needed versions are Python 3.10.8 and VapourSynthR60.
INSTALL FOR ALL USERS
- Test vapoursynth in python
from vapoursynth import core
print(core.version())
- Install mvtools addon for vapoursynth using terminal
vsrepo install mv
- If all is well you can now setup input.conf and mpv.conf located in %AppData%\mpv.net
input.conf add
_ set profile FrameInterpolation #menu: Profiles > profile FrameInterpolation
mpv.conf add
#Frame interpolation
[FrameInterpolation]
vf=vapoursynth="PATH_TO_YOUR_SCRIPT"
profile-restore = copy
- inside of mpv you can now right click and use the profile menu to select FrameInterpolation
you can fix audio desync (which might occur on lower end hardware) by including the segment below in your mpv.conf
hr-seek-framedrop=no