5 releases (3 stable)
Uses old Rust 2015
4.3.0-pre.1 | Mar 10, 2020 |
---|---|
4.3.0-pre.0 | Mar 1, 2020 |
4.2.2 | Jan 2, 2020 |
4.2.1+1 | Nov 11, 2019 |
#77 in #ffmpeg
Used in ffmpeg4
50MB
1M
SLoC
Rust ffmpeg4 bindings
[link=https://travis-ci.org/bacek/rust-ffmpeg4-sys] [link=https://docs.rs/ffmpeg4-sys]
Original code
This repo is originally forked from the excellent work of meh. link:https://github.com/meh/rust-ffmpeg-sys[]
Supported versions
Version of this crate corresponds version of ffmpeg it build with. Currently it is 4.2.2.
Building
To build with locally installed ffmpeg libraries you'll need a working pkg-config. I use it on Debian Buster without any problems.
To build with bundled ffmpeg sources when system installed ffmpeg is not
available, you'll need yasm
installed.