ffmpeg-kit icon indicating copy to clipboard operation
ffmpeg-kit copied to clipboard

Support visionOS

Open antranapp opened this issue 2 years ago • 4 comments

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like N/A

Describe alternatives you've considered We can release build an iOS app and release it on visionOS platform instead, but the experience is not nice and it doesn't support fully immersive environment

Platform visionOS

Additional context It's really great if we can use FFMPEGKit to build native visonOS apps

antranapp avatar Feb 25 '24 02:02 antranapp

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

ijingo avatar Mar 02 '24 10:03 ijingo

@ijingo the xros is missing the x86_64 architecture for any visionOS device simulator, what would be the diff to add support to it? Screenshot 2024-07-01 at 08 47 46

BProg avatar Jul 01 '24 11:07 BProg

@ijingo the xros is missing the x86_64 architecture for any visionOS device simulator, what would be the diff to add support to it? Screenshot 2024-07-01 at 08 47 46

@BProg Since Apple officially does not support Intel-based devices for developing visionOS, in my opinion, there is little point in compiling libraries for the x86_64 architecture. If you need it, you can modify it yourself.

ijingo avatar Jul 02 '24 05:07 ijingo

@ijingo the xros is missing the x86_64 architecture for any visionOS device simulator, what would be the diff to add support to it? Screenshot 2024-07-01 at 08 47 46

@BProg Since Apple officially does not support Intel-based devices for developing visionOS, in my opinion, there is little point in compiling libraries for the x86_64 architecture. If you need it, you can modify it yourself.

Vision OS simulator has both architectures arm64 and x86_64, apple oficialy supports building for any visionOS simulator device that requires x86_64 arch. This is needed when someone wants to build the app for testing on the simulator, thanks for the base visionOS support, will look further myself :)

BProg avatar Jul 02 '24 19:07 BProg