1

(13 replies, posted in Using SVP)

Chainik wrote:

the only workaround I can see now is don't put vf into mpv.conf, toggle it manually with the keyboard shortcut

Fixed the issue, thank you

2

(13 replies, posted in Using SVP)

Chainik wrote:

this way you're inserting d3d11vpp filter _before_ vapoursynth

How do I fix it?

3

(13 replies, posted in Using SVP)

aloola wrote:

official build now supported this:
just add the line to mpv.conf
vf=d3d11vpp=scale=2:scaling-mode=nvidia

or bind to a shortcut

ctrl+g vf toggle d3d11vpp=scale=2:scaling-mode=nvidia

Activating RTX super res gives me errors on SVP for some reason, am I doing something wrong?
I'm using RIFE 4.17_lite
This is my SVP logs:

08:20:31.312 [i]: Playback [8a4539a4]: playing at 120 [60 *2/1] 
08:20:31.390 [E]: Playback [8a4539a4]: VS - Script evaluation failed:
08:20:31.390 [E]: Playback [8a4539a4]: VS - Python exception: vsmlrt.RIFEMerge: tile size must be divisible by 32 (3840, 2168)
08:20:31.390 [E]: Playback [8a4539a4]: VS - Traceback (most recent call last):
08:20:31.390 [E]: Playback [8a4539a4]: VS - File 'src\\cython\\vapoursynth.pyx', line 3121, in vapoursynth._vpy_evaluate
08:20:31.390 [E]: Playback [8a4539a4]: VS - File 'src\\cython\\vapoursynth.pyx', line 3122, in vapoursynth._vpy_evaluate
08:20:31.390 [E]: Playback [8a4539a4]: VS - File 'C:\Users\name\AppData\Roaming\SVP4\scripts\8a4539a4.py', line 84, in <module>
08:20:31.390 [E]: Playback [8a4539a4]: VS - smooth = interpolate(clip)
08:20:31.390 [E]: Playback [8a4539a4]: VS - ^^^^^^^^^^^^^^^^^
08:20:31.390 [E]: Playback [8a4539a4]: VS - File 'C:\Users\name\AppData\Roaming\SVP4\scripts\8a4539a4.py', line 62, in interpolate
08:20:31.390 [E]: Playback [8a4539a4]: VS - smooth = RIFE_imp(input_rife,multi=rife_num,model=rife_mnum,backend=trt_backend)
08:20:31.390 [E]: Playback [8a4539a4]: VS - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:20:31.390 [E]: Playback [8a4539a4]: VS - File 'C:\Program Files (x86)\SVP 4\rife\helpers.py', line 23, in RIFE_imp
08:20:31.390 [E]: Playback [8a4539a4]: VS - return RIFE(clip,multi,1.0,None,None,None,model_num,backend,ensemble,implementation)
08:20:31.390 [E]: Playback [8a4539a4]: VS - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:20:31.390 [E]: Playback [8a4539a4]: VS - File 'C:\Program Files (x86)\SVP 4\rife\vsmlrt.py', line 1081, in RIFE
08:20:31.390 [E]: Playback [8a4539a4]: VS - output0 = RIFEMerge(
08:20:31.391 [E]: Playback [8a4539a4]: VS - ^^^^^^^^^^
08:20:31.391 [E]: Playback [8a4539a4]: VS - File 'C:\Program Files (x86)\SVP 4\rife\vsmlrt.py', line 922, in RIFEMerge
08:20:31.391 [E]: Playback [8a4539a4]: VS - raise ValueError(
08:20:31.391 [E]: Playback [8a4539a4]: VS - ValueError: vsmlrt.RIFEMerge: tile size must be divisible by 32 (3840, 2168)
08:20:31.391 [E]: Playback [8a4539a4]: VS - could not init VS