Selur's Little Message Board
[INFO] Hybrid on Mac Silicon? - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html)
+--- Forum: Small Talk (https://forum.selur.net/forum-7.html)
+--- Thread: [INFO] Hybrid on Mac Silicon? (/thread-3937.html)

Pages: 1 2 3 4 5


RE: Hybrid on Mac Silicon? - koma - 01.01.2025

It seems that the missing file is not on my machine:

otool -L libretinex.dylib
error: /Library/Developer/CommandLineTools/usr/bin/otool-classic: can't open file: libretinex.dylib (No such file or directory)

ls -lah ../../libs/libc++.1.0.dylib
ls: ../../libs/libc++.1.0.dylib: No such file or directory

Cu
Markus


RE: Hybrid on Mac Silicon? - Selur - 01.01.2025

Okay, that is strange, the file should be there.
-> will look into it


RE: Hybrid on Mac Silicon? - koma - 01.01.2025

You are right, the files are in the app bundle, but it seems they are not found outside of the bundle.


RE: Hybrid on Mac Silicon? - Selur - 01.01.2025

Hmm,...
Can you open a terminal navigate into the 'Hybrid.app/Contents/MacOS/vsfilters/' folder and use the 'otool -L' call?
I'll probably will have to setup a mac vm inside macos to get to the bottom of this. Sad

Cu Selur


RE: Hybrid on Mac Silicon? - koma - 01.01.2025

In the folder you mentioned the file is found

otool -L libretinex.dylib         
libretinex.dylib:
    ../../libs/libc++.1.0.dylib (compatibility version 1.0.0, current version 1.0.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1345.100.2)



RE: Hybrid on Mac Silicon? - Selur - 01.01.2025

Okay, then I have no clue why the problem occurs then. Rolleyes
Will try to set up a VM tomorrow.

Cu selur


RE: Hybrid on Mac Silicon? - Selur - 01.01.2025

Managed to reproduce the problem in a VM.
=> will look into it more tomorrow


RE: HAVC Filter User Guide - Selur - 02.01.2025

Okay, ran into more problems.
=> giving up on Hybrid on MacOS for the time being, since I lack the motivation look into compiling all the Vapoursynth stuff.


RE: Hybrid on Mac Silicon? - Selur - 02.01.2025

A bunch of plugins: https://drive.filejump.com/drive/s/SVZFq0PAeNGcANdNCauS6UUaoLy7Hm, but I can't get the plugins from https://github.com/yuygfgg/Macos_vapoursynth_plugins packaged to work on another system.
=> in case someone manages it, let me know an I will look again at a Hybrid mac version

Here is my current Hybrid.app and the libraries that work.
Problem is that I can't get the libraries from https://github.com/yuygfgg/Macos_vapoursynth_plugins patched so that they are portable. (libary + libs folder next to it which contain dependencies) (checking out the git, running brew.sh and copying the files to the vfilters in Hybrid allow to use them, but I can't get them portable Sad)

Cu Selur


RE: Hybrid on Mac Silicon? - GT25 - 05.01.2025

+1 Vote. As an M4 Mac Mini owner, Hybrid for Apple Silicon makes a lot of sense. I'm looking to use QTGMC. Your work is much appreciated! As of macOS 15.2, I get the 'Hybrid is damaged and can't be opened' dialog.