Topic: SVP4 not compatible with VapourSynth R57? (re: vapoursynth.core)
I've installed VapourSynth R57 (instead of the version included with SVP4) but SVP4 is attempting to generate a script with the following:
import vapoursynth as vs
core = vs.get_core(threads=25)
I think that get_core() is deprecated and you should be using vapoursynth.core instead? If so, can I manually fix this in SVP4 until SVP4 has a new release?