By default Hybrid assumes on non-Windows systems that Vapoursynth libraries do not need to be loaded explicitly.
Did you set
in your misc.ini file?
Only if that is set Hybrid should add the '# Loading Plugins'-block:
-> 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
Did you set
vsLoadLibrariesOnNonWindows=true
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")
(sadly here is no option in Vapoursynth to disable the autoloading)
Cu Selur