This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Enable Vapoursynth in Hybrid - Linux Manjaro/Arch
#15
By default Hybrid assumes on non-Windows systems that Vapoursynth libraries do not need to be loaded explicitly.
Did you set
vsLoadLibrariesOnNonWindows=true
in your misc.ini file?
Only if that is set Hybrid should add the '# Loading Plugins'-block:
# Loading Plugins
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libdctfilter.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libdeblock.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libaddgrain.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libneo-fft3d.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libdfttest.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libeedi3m.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/vsznedi3.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libmvtools.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libscenechange.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libfmtconv.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libmiscfilters.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libremovegrain.so")
core.std.LoadPlugin(path="/usr/lib/vapoursynth/libd2vsource.so")
-> the way you set it up, vsLoadLibrariesOnNonWindows should not be set to true, since the automatic loading will collide with the explicit loading.
(sadly here is no option in Vapoursynth to disable the autoloading)

Cu Selur
Reply


Messages In This Thread
RE: Enable Vapoursynth in Hybrid - Linux Manjaro/Arch - by Selur - 24.05.2022, 20:43

Forum Jump:


Users browsing this thread: 12 Guest(s)