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
- Host: GitHub
- URL: https://github.com/rust-av/x264-rs
- Owner: rust-av
- License: mit
- Created: 2017-03-15T15:09:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T11:50:27.000Z (almost 2 years ago)
- Last Synced: 2024-09-24T09:06:37.145Z (7 months ago)
- Topics: bindings, encoder, rust-av, x264
- Language: Rust
- Size: 28.3 KB
- Stars: 41
- Watchers: 6
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# x264 bindings
[](LICENSE)
[](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