Posts: 5
Threads: 0
Joined: Aug 2025
Thanks so much for getting this on Silicon!
Hybrid opens up for me, but when I try to open the Vapoursynth preview it says "Failed to load vapoursynth library! Please set up the library search paths in settings."
I installed Vapoursynth via brew using the readme, but not sure how to make Hybrid find it in settings.
Posts: 11.721
Threads: 63
Joined: May 2017
That build is at best a work in progress, but I'm happy to get some feedback.

If you open vsViewer through Tools->vsViewer and there to go to Edit->Settings->Paths.
Set:
- 'VapourSynth library search paths' to '/opt/homebrw/lib'
- 'VapourSynth plugins path' to the path of Hybrid.app/Contents/MacOS/vsfilter'
then close vsViewer and try the Preview again.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 5
Threads: 0
Joined: Aug 2025
Currently getting a string of failed to load errors such as:
"Failed to load /usr/local/lib/vapoursynth/liblghost.dylib. Error given: dlopen(/usr/local/lib/vapoursynth/liblghost.dylib, 0x0001): tried: '/usr/local/lib/vapoursynth/liblghost.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/vapoursynth/liblghost.dylib' (no such file), '/usr/local/lib/vapoursynth/liblghost.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/Library/Frameworks/VapourSynth.framework/lib/vapoursynth/liblghost.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Library/Frameworks/VapourSynth.framework/lib/vapoursynth/liblghost.dylib' (no such file), '/Library/Frameworks/VapourSynth.framework/lib/vapoursynth/liblghost.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))"
Followed by:
"Failed to evaluate the script: Python exception: No attribute with the name lsmas exists. Did you mistype a plugin namespace or forget to install a plugin?"
Posts: 11.721
Threads: 63
Joined: May 2017
Okay, but then Vapoursynth works,..
Yes, lsmash doesn't work.
Switching to bestsource (Filtering->Vapoursynth->Misc->Source->Prefer BestSource) should help with that.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 5
Threads: 0
Joined: Aug 2025
Ah that worked! Preview's now opening normally
Thank you!
Posts: 11.721
Threads: 63
Joined: May 2017
06.08.2025, 19:18
(This post was last modified: 06.08.2025, 19:36 by Selur.)
No problem, happy someone besides me got it working at least partially.

(main problem is finding someone capable and willing to build all the filters for Vapoursynth)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 5
Threads: 0
Joined: Aug 2025
Running into a ".stats was not created!" crash when trying to run a job.
I remember I was briefly able to run a quick export test just fine when I first downloaded, but not sure what happened since.
Posts: 11.721
Threads: 63
Joined: May 2017
Check the Vapoursynth preview and see whether it shows an error, if not share a debug output of the problem and I can try to look into it tomorrow after work. (going to be in a bit, have to wake up tomorrow at 4am

)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 5
Threads: 0
Joined: Aug 2025
Ah okay, vsviewer is refusing to open now when I click the preview button
Posts: 11.721
Threads: 63
Joined: May 2017
Sounds like something is wrong with Vapoursynth.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.