librav1e + Xcode
A wrapper for rav1e.
rav1e is the fast Rust library of AV1 image encoding.
Since Xcode does not support Rust, we provide a pre-built binary on target platforms and CocoaPods spec.
Requirements
- iOS 8
- macOS 10.7 (64-bit only)
tvOS and watchOS is not supported currently because of Rust language itself, see: rust-lang/rust#48862
Installation
CocoaPods
librav1e is available through CocoaPods.
pod 'librav1e'
Manual
librav1e repo contains the pre-built binary (.a) and header. You can just drag to your Xcode project to link the binary and use.
Usage
You can use rav1e this Rust library by using the generated C API with cargo-c.
License
librav1e is available under the BSD 2-Clause License.