ffav

Crates.ioffav
lib.rsffav
version4.3.12
sourcesrc
created_at2020-08-01 15:53:30.03694
updated_at2021-05-17 03:13:05.526169
descriptionSafe FFmpeg wrapper (FFmpeg 4 compatible fork of the ffmpeg-next crate)
homepagehttps://github.com/vaxpl/ffav-rs#readme
repositoryhttps://github.com/vaxpl/ffav-rs
max_upload_size
id271951
size1,137,238
Varphone Wong (varphone)

documentation

https://docs.rs/ffav

README

ffav-rs

crates.io Build Status

This is a fork of the abandoned ffmpeg-next crate by zmwangx.

Support for different FFmpeg versions are guarded by feature flags:

FFmpeg version lavc version corresponding feature
4.3.x 58.91.100 ffmpeg43 (current default)
4.2.x 58.54.100 ffmpeg42
4.1.x 58.35.100 ffmpeg41
4.0.x 58.18.100 ffmpeg4
3.4.x 57.107.100 none

A word on versioning: major and minor versions of this crate track major and minor versions of FFmpeg, e.g. 4.2.x of this crate has been updated to support the 4.2.x series of FFmpeg. Patch level is reserved for bug fixes of this crate and does not track FFmpeg patch versions.

If you have problem building this crate, please have a look at the wiki.

Commit count: 536

cargo fmt