processing / processing-video

GStreamer-based video library for Processing
274 stars 130 forks source link

#134 Solution does not work for MacOS Big Sur #174

Closed highjeans closed 3 years ago

highjeans commented 3 years ago

I am trying the solution proposed by @ihaveaccount on issue #134 but it doesn't work for me. I am using MacOS 11.1 with processing 3.5.4.

highjeans commented 3 years ago

v2 library works on catalina, thank you @codeanticode

How to install

$ xattr -p com.apple.quarantine libavcodec.58.35.100.dylib it will return string like this: 0081;5dc1bfaa;Chrome;78F18F7D-3F71-4E55-8D58-BAB946AB4707

replace 0081 with 00c1 and copy string

then replace STRING in the following command with your string $ xattr -w com.apple.quarantine "STRING" *.dylib it will fix all libraries in this folder

then cd to gstreamer-1.0/ and run command again

This solution does not work for me. The error message says:

xattr: libavcodec.58.35.100.dylib: No such xattr: com.apple.quarantine

benfry commented 3 years ago

The bug fix for #134 hasn't been released yet. As stated in that thread, it will be in 4.0a3. The video library mostly works, but more changes are necessary.

highjeans commented 3 years ago

@benfry When will 4.0a3 be released?