04.11.2024, 21:06
I'll adjust Hybrid to also look for '.opt' (in the next public release), but that will only make Hybrid detect the Vapoursynth installation.
with:
in the misc.ini (see: https://forum.selur.net/thread-10.html) you can tell Hybrid to a. enable Vapoursynth b. where to find the plugins c. where to find the scripts.
If the plugins are not in the autoload folder of Vapoursynth, you can also add 'vsLoadLibrariesOnNonWindows=true' to let Hybrid explicitly know that it explicitly needs to load each library.
For Vapoursynth itself, look at: https://www.vapoursynth.com/doc/installation.html#linux
Cu Selur
with:
[General]
vapoursynth=true
vsPluginsPath="absolute path to plugins folder"
vsScriptPath="absolute path to scripts folder"
If the plugins are not in the autoload folder of Vapoursynth, you can also add 'vsLoadLibrariesOnNonWindows=true' to let Hybrid explicitly know that it explicitly needs to load each library.
For Vapoursynth itself, look at: https://www.vapoursynth.com/doc/installation.html#linux
Cu Selur