I have installed VapourSynth Editor on lubuntu 16.04, but when I open the program with the following script:
import vapoursynth as vs
core = vs.get_core()
video = core.ffms2.Source(source='video.mp4')
video.set_output()
I get this error:
2017-06-05 23:50:15.334
Failed to load vapoursynth script library!
Please set up the library search paths in settings.
Failed to load vapoursynth script library!
Please set up the library search paths in settings.
Failed to load vapoursynth script library!
Please set up the library search paths in settings.
Failed to load vapoursynth script library!
Please set up the library search paths in settings.
Failed to load vapoursynth script library!
Please set up the library search paths in settings.
I know nothing about Linux. What should I do to fix that?