1

(449 replies, posted in Using SVP)

Got rid of error with

--vf=format=fmt=yuv420p

mpv option, but still, no interpolation

UPD: Actually, after putting the option to config file it worked.
Still can't get 144 fps on linux, but it's another problem)

2

(449 replies, posted in Using SVP)

Using SVP on Arch. It fails with HEVC videos

[vapoursynth] Script evaluation failed:
[vapoursynth] Python exception: SVSuper: Clip must be YV12
[vapoursynth] 
[vapoursynth] Traceback (most recent call last):
[vapoursynth]   File "vapoursynth.pyx", line 3121, in vapoursynth._vpy_evaluate
[vapoursynth]   File "vapoursynth.pyx", line 3122, in vapoursynth._vpy_evaluate
[vapoursynth]   File "/home/rtentser/.local/share/SVP4/scripts/abed140f.py", line 59, in <module>
[vapoursynth]     smooth =  interpolate(clip)
[vapoursynth]               ^^^^^^^^^^^^^^^^^
[vapoursynth]   File "/home/rtentser/.local/share/SVP4/scripts/abed140f.py", line 40, in interpolate
[vapoursynth]     super   = core.svp1.Super(input_m8,super_params)
[vapoursynth]               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[vapoursynth]   File "vapoursynth.pyx", line 2857, in vapoursynth.Function.__call__
[vapoursynth] vapoursynth.Error: SVSuper: Clip must be YV12
[vapoursynth] 
[vapoursynth] could not init VS
Disabling filter vapoursynth.00 because it has failed.

Works with AVC, but much less efficient than on windows