Video_Junky
15th October 2018, 21:33
Hi everyone,
I'm a Linux newbee, and try to make VapourSynth working on Linux Mint 19.
I have installed VapourSynth from the Ubuntu repository, and everything looks fine till the moment i want to import a module (havsfunc), Then I get the error-message "No module named 'havsfunc'". This is my script:
import vapoursynth as vs
core = vs.get_core()
import havsfunc as haf
clip = core.ffms2.Source(source='Tape0001-Clip0017.avi')
clip.set_output()
I was not able to find the file vapoursynth.conf, so I create one in the folder /.config/vapoursynth, with the line "UserPluginDir=/home/username/vapoursynth/plugins".
Maybe this file isn't read by vapoursynth.
Anyone knows what i'm doing wrong?
Thanks in advanced.
I'm a Linux newbee, and try to make VapourSynth working on Linux Mint 19.
I have installed VapourSynth from the Ubuntu repository, and everything looks fine till the moment i want to import a module (havsfunc), Then I get the error-message "No module named 'havsfunc'". This is my script:
import vapoursynth as vs
core = vs.get_core()
import havsfunc as haf
clip = core.ffms2.Source(source='Tape0001-Clip0017.avi')
clip.set_output()
I was not able to find the file vapoursynth.conf, so I create one in the folder /.config/vapoursynth, with the line "UserPluginDir=/home/username/vapoursynth/plugins".
Maybe this file isn't read by vapoursynth.
Anyone knows what i'm doing wrong?
Thanks in advanced.