libav-sys 0.2.0

Rust bindings for system libav libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# libav-sys

Bindings to libav for Rust.

This crate provides bindings for the libraries shipped with a
system installation of ffmpeg.

In order to make this work, you have to manually install ffmpeg and set the
`FFMPEG_DIR` environment variable or install ffmpeg using a package manager.

## Examples

You can find some usage examples in the [`examples/`](./examples/) folder.

## TODOs

- [x] find ffmpeg using `FFMPEG_DIR`
- [ ] find ffmpeg using [`system-deps`]https://crates.io/crates/system-deps like in [this example]https://github.com/rust-av/libav-rs/tree/master/libav-sys