Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-av/libav-rs
Libav bindings
https://github.com/rust-av/libav-rs
avcodec avformat bindings libav rust
Last synced: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:18:54.000Z (over 3 years ago)
- Last Synced: 2024-03-26T15:23:39.770Z (9 months 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://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Actions Status](https://github.com/rust-av/libav-rs/workflows/libav/badge.svg)](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/