Topic: SVP 4 Linux problem (SOLVED)
Hello, I installed SVP 4 Linux on Fedora 27. When I do Control Panel > Utilities > SVP in VLC checkbox, it gives me "Install 'VLC support' package and check Vapoursynth installation. I installed the VLC 64bit support during the install so I'm not sure what the problem is. I also installed Vapoursynth previously. Is there a directory I can copy the filters directly to?
EDIT: I looked at some other responses and apparently this seems to be a Vapoursynth problem. I went through the Vapoursynth install and it seemed to install just fine (sudo make install no errors). How can I verify this is installed properly for SVP?
EDIT 2: I tried with mpv, results with this message: "[vapoursynth] libavfilter filter 'vapoursynth' not found!" However, Vapoursynth is installed and I verified this by running this short python script:
import vapoursynth as vs
core = vs.get_core()
print(core.version())
which returns:
VapourSynth Video Processing Library
Copyright (c) 2012-2018 Fredrik Mellbin
Core R43
API R3.5
Options: -
so it seems that Vapoursynth is installed but is simply not detected by mpv.