A wrapper for libx265 + Xcode project.
libx265 is a free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format.
This enables Carthage and SwiftPM support.
This repo also including the CocoaPods's spec file to use libx265 with the dependency management instead of the vendored library.
- iOS 9.0
- macOS 10.11
- tvOS 9.0
- watchOS 2.0
libx265 is available through Swift Package Manager.
let package = Package(
dependencies: [
.package(url: "https://github.com/SDWebImage/libx265-Xcode", from: "3.4.0")
],
// ...
)
libx265 is (via this repo) available through Carthage.
github "SDWebImage/libx265-Xcode"
libx265 is available through CocoaPods.
pod 'libx265'
Use libx265 as you would normally, this is just a repo that adds an Xcode proj.
libx265 is available under the GPL license or a commercial license. See x265.org for more info.