Topic: Trying to get mvp working with SVP; Can't get autospeedwin working!
Greetings,
I have finally decided to try out an 64bit based media player and I am using the mvp provided by svp manager along with vapoursynth. I have got mvp's reclock functionality and svp working but I cannot for the love of god get the plugin autospeedwin working. It's use is changing the monitor's refresh rate to a suitable multiple depending on the video's fps for example changing to 120hz for a 29.970 or 30 fps video, 100hz for 50fps video etc.
Here is what my mpv.conf looks like
# Video settings
vo=opengl-hq
profile=opengl-hq
opengl-pbo
backend=angle
opengl-backend=angle
interpolation
tscale=mitchell
tscale-clamp
temporal-dither
scale=ewa_lanczossharp
cscale=ewa_lanczossoft
hwdec=d3d11va-copy
video-sync=display-resample
video-sync-max-video-change=5
autosync=30
script-opts=autospeed-nircmd=true,autospeed-speed=false,autospeed-nircmdc="C:\Portable Applications\nircmd-x64\nircmdc.exe",autospeed-osd=true,autospeed-osdtime=10,autospeed-osdkey=y,autospeed-dwidth=1920,autospeed-dheight=1080,autospeed-bdepth=32,autospeed-rates="100,120,144",autospeed-exitrate=144
# SVP
input-ipc-server=mpvpipe
# Using superxbr instead of nnedi3, reducing a lot of GPU workload.
prescale=superxbr
prescale-passes=2
blend-subtitles=yes
3dlut-size=256x256x256
target-prim=bt.709
target-trc=bt.1886
gamma-auto
icc-profile-auto
# Reduce default OSD size, the defaults are too big.
osd-font-size=14
# Other
ao=wasapi
slang=enUS,en,eng,ptBR,pt
alang=jp,jpn,enUS,en,eng,ptBR,pt
save-position-on-quit=yes
log-file=mpv.log
mpv.conf is located at C:\Users\HomeUser\AppData\Roaming\mpv\
2 scripts (autospeedwin.lua and stats.lua) are in C:\Users\HomeUser\AppData\Roaming\mpv\scripts\
nircmd is in C:\Portable Applications\nircmd\ and nircmd-64 in C:\Portable Applications\nircmd-x64\ (tried both)
Logging isnt working either for some reason.
PC is Windows 10 i5-6600k@4.4GHz, RX-480 8GB, 16GB DDR4 RAM@3200MHz
Can anyone help me out please?