Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/