2 unstable releases
0.2.0 | Mar 9, 2023 |
---|---|
0.1.0 | Mar 8, 2023 |
#79 in #ffmpeg
10KB
153 lines
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/
folder.
TODOs
- find ffmpeg using
FFMPEG_DIR
- find ffmpeg using
system-deps
like in this example
lib.rs
:
Rust bindings for system libav libraries
You can the automatically generated bindings in the [ffi
] module;
No runtime deps
~0–2.7MB
~42K SLoC