Note: SwiftFFmpeg is still in development, and the API is not guaranteed to be stable. It’s subject to change without warning.
Installation
You should install FFmpeg (Requires FFmpeg 4.0 or higher) before use this library, on macOS, you can:
brew install ffmpeg
Swift Package Manager
SwiftFFmpeg primarily uses SwiftPM as its build tool, so we recommend using that as well. If you want to depend on SwiftFFmpeg in your own project, it’s as simple as adding a dependencies clause to your Package.swift:
SwiftFFmpeg
A Swift wrapper for the FFmpeg API.
Installation
You should install FFmpeg (Requires FFmpeg 4.0 or higher) before use this library, on macOS, you can:
Swift Package Manager
SwiftFFmpeg primarily uses SwiftPM as its build tool, so we recommend using that as well. If you want to depend on SwiftFFmpeg in your own project, it’s as simple as adding a
dependencies
clause to yourPackage.swift
:Documentation
Usage