https://github.com/sdwebimage/libx265-xcode
A wrapper for libx265 + Xcode project. Support Carthage && CocoaPods.
https://github.com/sdwebimage/libx265-xcode
Last synced: 9 months ago
JSON representation
A wrapper for libx265 + Xcode project. Support Carthage && CocoaPods.
- Host: GitHub
- URL: https://github.com/sdwebimage/libx265-xcode
- Owner: SDWebImage
- Created: 2019-02-02T10:02:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T08:35:10.000Z (over 1 year ago)
- Last Synced: 2025-06-12T15:26:15.350Z (9 months ago)
- Language: Ruby
- Size: 41 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libx265 + Xcode
[](https://travis-ci.org/SDWebImage/libx265-Xcode)
[](http://cocoapods.org/pods/libx265)
[](http://cocoapods.org/pods/libx265)
[](http://cocoapods.org/pods/libx265)
[](https://github.com/SDWebImage/libx265-Xcode)
A wrapper for [libx265](https://github.com/videolan/x265) + 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](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg).
```swift
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](https://github.com/Carthage/Carthage).
```
github "SDWebImage/libx265-Xcode"
```
### CocoaPods
libx265 is available through [CocoaPods](https://github.com/CocoaPods/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](http://x265.org/) for more info.