Zhiming Wang e6c028ac42
README: clarify support situation for FFmpeg <4
Pretty sure only 3.4.x works, and I have no intention of fixing things further
back.
2020-06-11 23:20:21 +08:00
2016-11-30 14:51:24 +01:00
2020-06-02 19:04:02 +08:00
2016-04-03 17:32:34 +02:00

crates.io

This is a fork of the abandoned ffmpeg crate by meh..

Support for different FFmpeg versions are guarded by feature flags:

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

See my metadata project for an example of targeting multiple versions of FFmpeg.

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.

Description
No description provided
Readme WTFPL 1.1 MiB
Languages
Rust 100%