arthenica / ffmpeg-kit

FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
https://arthenica.github.io/ffmpeg-kit
GNU Lesser General Public License v3.0
4.27k stars 575 forks source link

vision os support #920

Open yangliu-1995 opened 7 months ago

yangliu-1995 commented 7 months ago

Is your feature request related to a problem? Please describe. could you please add vision os native support?

Platform Apple vision os

ijingo commented 6 months ago

try this one: https://github.com/ijingo/ffmpeg-kit/tree/xros

rafalkopiec commented 3 months ago

@ijingo what's the best way to create XCFrameworks from your branch? I can only seem to create simple frameworks instead (I'm using ./xros.sh --full)

ijingo commented 3 months ago

@ijingo what's the best way to create XCFrameworks from your branch? I can only seem to create simple frameworks instead (I'm using ./xros.sh --full)

@rafalkopiec ./xros.sh -x, you can refer to ./xros.sh -h for more flags.

rafalkopiec commented 3 months ago

@ijingo thank you, I worked it out about 10 mins after writing to you. Thank you for the great work!

hungngo04 commented 3 months ago

@ijingo thanks so much for the vision os support. I have a problem when trying to build a XCFrameworks from your branch. I used ./xros.sh -x, but the bundle-apple-xcframework-xros folder in prebuilt was empty after the run

ijingo commented 3 months ago

@ijingo thanks so much for the vision os support. I have a problem when trying to build a XCFrameworks from your branch. I used ./xros.sh -x, but the bundle-apple-xcframework-xros folder in prebuilt was empty after the run

@hungngo04 maybe some error happened during the compilation, you can check the build.log file in the repo root folder.