How to integrate and use FFmpeg library in iOS with Xcode?

I wanted to use the FFMpeg library for a video processing activity, with 2 days working to compile and integrate this library with Xcode 8 and Swift. I have tried the following links without success. Can anyone help me how to do this?

FFMPEG integration in iphone / ipad project

https://github.com/chrisballinger/FFmpeg-iOS

http://witcheryne.iteye.com/blog/1734706

How to create FFMpeg as iOS Framework

https://github.com/ElfSundae/FFmpeg-iOS-build

https://github.com/kolyvan/kxmovie

+3


source to share


1 answer


refer to the link @ https://github.com/teocci/RTSP-Client-iOS Basic RTSP client in SWIFT using FFMpeg wrapper for iOS



0


source







All Articles