| Crates.io | libav-sys |
| lib.rs | libav-sys |
| version | 0.2.0 |
| created_at | 2023-03-08 17:57:38.321364+00 |
| updated_at | 2023-03-09 09:40:14.7972+00 |
| description | Rust bindings for system libav libraries |
| homepage | |
| repository | https://github.com/LucaCiucci/libav-sys |
| max_upload_size | |
| id | 804832 |
| size | 26,501 |
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.
You can find some usage examples in the examples/ folder.
FFMPEG_DIRsystem-deps like in this example