Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.82 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.82 KB

libx265 + Xcode

CI Status Version License Platform Carthage compatible

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.

Requirements

  • iOS 9.0
  • macOS 10.11
  • tvOS 9.0
  • watchOS 2.0

Installation

SwiftPM

libx265 is available through Swift Package Manager.

let package = Package(
    dependencies: [
        .package(url: "https://github.com/SDWebImage/libx265-Xcode", from: "3.4.0")
    ],
    // ...
)

Carthage

libx265 is (via this repo) available through Carthage.

github "SDWebImage/libx265-Xcode"

CocoaPods

libx265 is available through CocoaPods.

pod 'libx265'

Usage

Use libx265 as you would normally, this is just a repo that adds an Xcode proj.

License

libx265 is available under the GPL license or a commercial license. See x265.org for more info.