Posts: 10.745
Threads: 57
Joined: May 2017
Hi,
got a Mac Mini M4(pro).
I did a few test and atm. I'm:
- having problems getting native arm builds for some tools
- tsMuxer
- FLVExtractCL
- mp4fpsmod
- installing some tools through brew:
- x265
- aomenc
- ffmpeg (sadly no libbluray )
- MP4Box
- Vapoursynth
- struggling with the Vapoursynth setup
- main problem are the plugins, Vapoursynth itself works
atm. I just hack stuff together to test it, just for me.
I was wondering are there even users that thing it would make sense trying to get Hybrid working on Mac Silicon?
Also, does someone have experience getting Vapoursynth&Co running on Mac Silicon?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 7
Threads: 0
Joined: Jun 2024
l am also getting a macbook pro next month...it will be great if you add mac silicon support...
Posts: 10.745
Threads: 57
Joined: May 2017
17.11.2024, 09:46
(This post was last modified: 24.11.2024, 13:52 by Selur.)
Won't happen anytime soon, so don't expect a public Mac silicon Hybrid any time soon.
Problem: only a fraction of the Vapoursynth filters are available atm.
https://github.com/yuygfgg/Macos_vapoursynth_plugins has some, but tons are missing. (and not all are working)
Missing atm.:
Cu Selur
Ps.: QTGMC and RIFE both work.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.745
Threads: 57
Joined: May 2017
22.11.2024, 17:01
(This post was last modified: 24.11.2024, 11:45 by Selur.)
Ideally we would need a folder which contains two folders.
One containing the libraries and another one containing any dependencies of the libraries.
So that Hybrid, could ship with these two folders and use LoadAllPlugins('path to the library folder') to load them.
So the user would just need to install Vapoursynth (i.e. through brew) and Hybrid would come with the rest.
=> since my motivation and experience with this is really limited, this is probably where this ends for now
(Hybrid itself works fine on MacOS silicon)
Cu Selur
ps.: seems like both nnedi3 and nnedi3cl both only work with RGBS
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 1
Threads: 0
Joined: Dec 2024
Hello, for what it is worth. I have a Mac Mini M4 pro and I am using Hybrid 2023.03.20.1 in order to deinterlace and mask footage digitised from old S-VHS home movies. Works as a charm, very responsive and quick once I got the hang of it. I have barely tried other tools, but if I should reach the level of trying to restore some of the footage, I would assume that Hybrid would be the toolbox of choice. Thank you for av very useful tool.
Sverre
Posts: 10.745
Threads: 57
Joined: May 2017
current state:
Hybrid Silicon dev
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 21
Threads: 3
Joined: Jan 2020
Hello,
I wanted to try this version on my MacBook for deinterlacing, but I could not start it. When I try to start it, the following error occurs "“Hybrid” is damaged and can’t be opened. You should move it to the Trash.". Maybe there is something missing on my machine, but I have the Xcode command line tools installed.
Thanks in advance
Markus
Posts: 10.745
Threads: 57
Joined: May 2017
29.12.2024, 12:53
(This post was last modified: 29.12.2024, 12:54 by Selur.)
No clue. Does it show any error if you start it from a terminal?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 21
Threads: 3
Joined: Jan 2020
There was no error on the command line either. I then googled and found that I have to remove the quarantine flag via "xattr -c". After that Hybrid started and was missing qt on my machine, I installed it via homebrew and now it starts.
When I try to use qtgmc with vapoursnyth in preview it seems there are some missing libs. I installed all homebrew apps you mentioned above
Failed to load /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libretinex.dylib. Error given: dlopen(/Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libretinex.dylib, 0x0001): Library not loaded: /opt/homebrew/opt/llvm/lib/c++/libc++.1.dylib
Referenced from: /Users/xxxx/Downloads/Hybrid.app/Contents/MacOS/vsfilters/libretinex.dylib
Reason: tried: '/opt/homebrew/opt/llvm/lib/c++/libc++.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/llvm/lib/c++/libc++.1.dylib' (no such file), '/opt/homebrew/opt/llvm/lib/c++/libc++.1.dylib' (no such file)
Posts: 10.745
Threads: 57
Joined: May 2017
Seems like some dependencies for retinex are missing.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.