Posts: 621
Threads: 125
Joined: Jul 2020
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.
Attached Files
HybridDebugOutput.txt.zip (Size: 101,7 KB / Downloads: 7)
Posts: 13.061
Threads: 70
Joined: May 2017
06.07.2026, 13:02
(This post was last modified: 06.07.2026, 14:05 by Selur .)
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,...
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 621
Threads: 125
Joined: Jul 2020
Thanks, but how do I call with sudo?
Posts: 13.061
Threads: 70
Joined: May 2017
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 621
Threads: 125
Joined: Jul 2020
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?
Posts: 13.061
Threads: 70
Joined: May 2017
06.07.2026, 18:19
(This post was last modified: 06.07.2026, 18:20 by Selur .)
This should allow the tools in Hybrid to be used at all.
There should be no visual effect or output.
=> Try Vapoursynth Preview, if it doesn't work share the error message.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 621
Threads: 125
Joined: Jul 2020
Still no luck on the Mac. DeBug attached.
Attached Files
HybridDebugOutput.txt.zip (Size: 20,37 KB / Downloads: 2)
Posts: 13.061
Threads: 70
Joined: May 2017
DebugOutput of another encoding try,..
Not what I asked for,...
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 621
Threads: 125
Joined: Jul 2020
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.
Posts: 13.061
Threads: 70
Joined: May 2017
Yesterday , 18:55
(This post was last modified: Yesterday , 18:56 by Selur .)
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.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.