I did the following:
- reenable spctl (sudo spctl --master-enable)
- delete the files in the /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/ that did not come with Vapoursynth
- download the installer (side note: I don't have Hybrid in the .app folder)
- opened the .dmg
- double clicked the 'Hybrid and Plugins installer', this gave me:
Quote:“Hybrid and Plugins.pkg” cannot be opened because it is from an unidentified developer.
macOS cannot verify that this app is free from malware.
This item is on the disk image “VapourSynth-Plugins-Scripts-Hybrid-2020.09.20.dmg”. Safari downloaded this disk image today at 19:05.
- I right-clicked on the installer and selected open.
This gave me:
Quote:macOS cannot verify the developer of “Hybrid and Plugins.pkg”. Are you sure you want to open it?
By opening this app, you will be overriding system security which can expose your computer and personal information to malware that may harm your Mac or compromise your privacy.
This item is on the disk image “VapourSynth-Plugins-Scripts-Hybrid-2020.09.20.dmg”. Safari downloaded this disk image today at 19:05.
-> I pressed 'Open', which started the installer.
- I deselected "D2v Witch v4" (since I already had it) and "JESExtensifier 3.0.5" since I don't have any use for it.
I installed the rest.
-> Hybrid.app was placed inside the Application-folder, plugins were copied into the '/Library/Frameworks/VapourSynth.framework/lib/vapoursynth/' folder
I started Hybrid which worked fine, opened a file and Hybrid froze on 'Grabbing audio data and delay infos'.
I then closed, reopened Hybrid, setting an output and enabling the debug output before loading a file (which again froze), showed that Hybrid stopped on calling:
"/Applications/Hybrid.app/Contents/MacOS/mediainfo" --Language=en --File_TestContinuousFileNames=0 "--LogFile=/Users/selur/temp/mediaInfoLog.txt" --Full "/Users/selur/Desktop/test.avi"
but checking the running processes with "ps -ef" showed that is wasn't running.
So, opening a terminal and calling the call from above gave the following:
selur$ "/Applications/Hybrid.app/Contents/MacOS/mediainfo" --Language=en --File_TestContinuousFileNames=0 "--LogFile=/Users/selur/temp/mediaInfoLog.txt" --Full "/Users/selur/Desktop/test.avi"
-bash: /Applications/Hybrid.app/Contents/MacOS/mediainfo: Permission denied
No clue why this happens seems to be some rights issue, I would have expected that Mac OS would at least ask for the administrator rights instead of simply denying the access. :/
-> so seems like a good start but not finished
Cu Selur
Ps.: even after calling "sudo spctl --master-disable" this still happens. :/