A static build of FFmpeg libraries for iOS and macOS, for all supported architectures of iOS and x64 macOS platforms. Tested to work with iOS 9.0 and MacOS 10.11, and should be compatible with iOS6+/MacOS 10.10.
Add the following line to your Podfile:
pod 'FFmpeg-static', :git => 'https://github.com/stephanecopin/FFmpeg-static.git'
It will be added in the future to the master Cocoapods specs repository.
- Clone the repository
- Copy/paste the
includeandlibdirectory into one of your project's folder - Drag and drop the content of
libfolder into your xcode project - In the xcode build settings for your project, and in the
Header Search Pathsproperty add theincludefolder.
And that's it!
If you want a specific build of FFmpeg, don't hesitate to contact me at the email-address in the Podspec.
This version of FFmpeg is compiled using LGPL v2.1. Before using it into one of your projects, make sure you understand what that means.