An open API service indexing awesome lists of open source software.

https://github.com/rust-av/x264-rs

x264 bindings
https://github.com/rust-av/x264-rs

bindings encoder rust-av x264

Last synced: 5 months ago
JSON representation

x264 bindings

Awesome Lists containing this project

README

        

# x264 bindings

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Actions Status](https://github.com/rust-av/x264-rs/workflows/x264/badge.svg)](https://github.com/rust-av/x264-rs/actions)

It is a simple [binding][1] and safe abstraction over [x264][2].

## Building

The bindings are generated using the headers and libraries that ought to be present in the system.

## TODO
- [x] Simple bindings
- [ ] Safe abstraction
- [x] Examples

[1]: https://github.com/servo/rust-bindgen
[2]: https://code.videolan.org/videolan/x264