Closed smhk closed 5 years ago
I have not tried it on iOS yet, but I think it is ok.
YOU'RE AMAZING. How to?
You should add ffmpeg libs to your iOS project firstly, then create a framework called CFFmpeg. Maybe you can refer to CommonCrypto to create the CFFmpeg framework?!
Ah, sorry to waste your time:
I DO HAVE FFMPEG running perfectly in my iOS project; currently using Obj-C
A great way to get ffmpeg in to iOS is this loving build script:
https://github.com/kewlbear/FFmpeg-iOS-build-script
For new programmers, instructions on that:
https://stackoverflow.com/questions/45613907/adding-ffmpeg-to-my-xcode-project
I guess then I can now just add the source files to achieve SWIFTFFMPEG ??
I write a demo, you can try it out. See https://github.com/sunlubo/SwiftFFmpegDemo-iOS.
OH MY GOD
This library is magic: but wait can it be used on iOS builds ?? Or just Mac builds?