Selur's Little Message Board
Trying to get Hybrid running an an M1 Mac - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Trying to get Hybrid running an an M1 Mac (/thread-4438.html)

Pages: 1 2


Trying to get Hybrid running an an M1 Mac - Miranda - 06.07.2026

Sadly because Hybrid keeps crashing on my recently purchased Windows 11 PC, I am now hoping to be able to get it running on an M1 Mac running OS Sequoia (15.7.3) 

I've installed Vapoursynth via Homebrew

And then ran:

xattr -rc /Applications/Hybrid.app - but Terminal reports "permission Denied/Applications/Hybrid.app"

Hybrid is up and running, but although it starts off processing the audio files it fails to process the video. Is there another way to set the path to Vs?

Debug attached.


RE: Trying to get Hybrid running an an M1 Mac - Selur - 06.07.2026

xattr must be called with sudo otherwise Hybrid would be restricted a lot by the OS,...
the
[yuv4mpegpipe @ 0x1307045a0] Header too large.
indicates that something is not working with Vapoursynth => check that the Vapoursynth Preview is working,...


RE: Trying to get Hybrid running an an M1 Mac - Miranda - 06.07.2026

Thanks, but how do I call with sudo?


RE: Trying to get Hybrid running an an M1 Mac - Selur - 06.07.2026

Instead of calling:
xattr -rc /Applications/Hybrid.app
you use:
sudo xattr -rc /Applications/Hybrid.app
this should trigger MacOS to ask for your password, to be sure you know what you are doing.
sudo = super user do

Cu Selur


RE: Trying to get Hybrid running an an M1 Mac - Miranda - 06.07.2026

OK, I just ran:

sudo xattr -rc /Applications.Hybrid.app

I then entered my password but then nothing seems to have happened? Did it set something in the background?


RE: Trying to get Hybrid running an an M1 Mac - Selur - 06.07.2026

This should allow the tools in Hybrid to be used at all. Smile
There should be no visual effect or output.
=> Try Vapoursynth Preview, if it doesn't work share the error message.


RE: Trying to get Hybrid running an an M1 Mac - Miranda - 08.07.2026

Still no luck on the Mac. DeBug attached.


RE: Trying to get Hybrid running an an M1 Mac - Selur - 08.07.2026

DebugOutput of another encoding try,..
Not what I asked for,... Angel
Hybrid does call
"/opt/homebrew/bin/vspipe" "/Volumes/2TB-NTFS SSD/My Dear Killer/HybridTEMP/encodingTempSynthSkript_2026-07-08@16_52_19_9010_0.vpy" - --outputindex 0 -c y4m
and pipes that to ffmpeg.
What happens when you call:
"/opt/homebrew/bin/vspipe" "/Volumes/2TB-NTFS SSD/My Dear Killer/HybridTEMP/encodingTempSynthSkript_2026-07-08@16_52_19_9010_0.vpy" /dev/null --outputindex 0 -c y4m

Cu Selur


RE: Trying to get Hybrid running an an M1 Mac - Miranda - 08.07.2026

Calling:

"/opt/homebrew/bin/vspipe" "/Volumes/2TB-NTFS SSD/My Dear Killer/HybridTEMP/encodingTempSynthSkript_2026-07-08@16_52_19_9010_0.vpy" /dev/null --outputindex 0 -c y4m

Gives:

Warning: Explicitly instantiated a Cache. This is no longer possible and the original clip has been passed through instead.

It creates a folder in which a file ending mkv.0.bsindx appears.


RE: Trying to get Hybrid running an an M1 Mac - Selur - 08.07.2026

Okay, that seems fine.
Then what about the Vapoursynth Preview? Does it work?

Quote: It creates a folder in which a file ending mkv.0.bsindx appears.
That happens since bestsource is used.