This is a Swift Package Manager compatible version of FFmpegKit. It distributes and bundles the ffmpeg-kit-https version for iOS, macOS and tvOS as a single xcframework.
Add this repo to as a Swift Package dependency to your project
https://github.com/tylerjonesio/ffmpeg-kit-spm
If using this in a swift package, add this repo as a dependency.
.package(url: "https://github.com/tylerjonesio/ffmpeg-kit-spm/", .upToNextMajor(from: "5.1.0"))
To get started, import this library: import ffmpegkit
If you are wanting to use the FFmpeg libav c libraries directly: import FFmpeg
See the FFmpegKit wiki for more info on integration and usage for FFmpeg.
For using FFmpeg directly, see the FFmpeg documentation here
If you would like to build your own xcframework binaries run the build.sh
script on a macOS machine.