VideoLab icon indicating copy to clipboard operation
VideoLab copied to clipboard

usage in macOS

Open emc2ws opened this issue 3 years ago • 2 comments

How could I use it in macOS development ?

emc2ws avatar Jul 05 '21 14:07 emc2ws

How could I use it in macOS development ?

I'm sorry, but there is no plan to make the framework support macOS at this time, as I'm not quite familiar with macOS development. However, if anyone can help do this and make a pull request, it would be greatly appreciated.

ruanjx avatar Aug 08 '21 16:08 ruanjx

I was able to run this on an M1 MacBook, but it crashes on Intel Mac.

For the main Target, check "Mac Catalyst". Now build for Mac Catalyst on an M1 Mac. If you get a compile error, you might need to comment out "kCVPixelBufferOpenGLESCompatibilityKey" in VideoCompositer.

BrainFeverMedia avatar Aug 22 '22 00:08 BrainFeverMedia