https://github.com/rust-av/libav-rs
Libav bindings
https://github.com/rust-av/libav-rs
avcodec avformat bindings libav rust
Last synced: 7 months ago
JSON representation
Libav bindings
- Host: GitHub
- URL: https://github.com/rust-av/libav-rs
- Owner: rust-av
- Created: 2018-05-14T22:01:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:18:54.000Z (about 5 years ago)
- Last Synced: 2024-03-26T15:23:39.770Z (about 2 years ago)
- Topics: avcodec, avformat, bindings, libav, rust
- Language: Rust
- Size: 7.81 KB
- Stars: 18
- Watchers: 6
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libav bindings
[](LICENSE)
[](https://github.com/rust-av/libav-rs/actions)
It is a simple [binding][1] and safe abstraction over [libav][2] avcodec, avformat, avfilter, avresample, and swresample.
## Building
The bindings are generated using the headers and libraries that ought to be present in the system.
## TODO
- [ ] Simple bindings
- [ ] Safe abstraction
- [ ] Examples
[1]: https://github.com/servo/rust-bindgen
[2]: https://libav.org/