Skip to content

A wrapper for libx265 + Xcode project. Support Carthage && CocoaPods.

Notifications You must be signed in to change notification settings

SDWebImage/libx265-Xcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c8df330 · Aug 12, 2024

History

11 Commits
Aug 12, 2024
Feb 2, 2019
Aug 12, 2024
Aug 12, 2024
Aug 12, 2024
Feb 2, 2019
Aug 12, 2024
Feb 2, 2019
Feb 2, 2019
Feb 2, 2019
Aug 12, 2024
Aug 12, 2024
Aug 12, 2024

Repository files navigation

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.

About

A wrapper for libx265 + Xcode project. Support Carthage && CocoaPods.

Resources

Stars

Watchers

Forks

Packages

No packages published