24.07.2026, 14:22
I'm using Hybrid 2026.07.23 and when I add the CAS plugin, the following code is generated
so far it's fine, but if I add other filters like LSFmod, the code generated is the following
As you can see, this time the CAS plugin is loaded twice from different folders, which prevents the script from working properly.
Dan
Code:
# loading plugins
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/fmtconv.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/cas.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/LSMASHSource.dll")so far it's fine, but if I add other filters like LSFmod, the code generated is the following
Code:
# loading plugins
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/fmtconv.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/zsmooth/zsmooth.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/vsfilters/SharpenFilter/CAS/CAS.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/akarin/libakarin.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/Vapoursynth/Lib/site-packages/vapoursynth/plugins2/cas.dll")
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/LSMASHSource.dll")As you can see, this time the CAS plugin is loaded twice from different folders, which prevents the script from working properly.
Dan
They are all here,...