This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Trying to get Hybrid running an an M1 Mac
#1
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
.zip   HybridDebugOutput.txt.zip (Size: 101,7 KB / Downloads: 7)
Reply
#2
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.
Reply
#3
Thanks, but how do I call with sudo?
Reply
#4
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.
Reply
#5
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?
Reply
#6
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.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#7
Still no luck on the Mac. DeBug attached.


Attached Files
.zip   HybridDebugOutput.txt.zip (Size: 20,37 KB / Downloads: 2)
Reply
#8
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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#9
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.
Reply
#10
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)