Add README.md

This commit is contained in:
Zhiming Wang
2018-09-19 19:56:46 -04:00
parent 292a58ad0d
commit e49d240068
3 changed files with 2 additions and 1 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
This is a fork of the [ffmpeg](https://crates.io/crates/ffmpeg) crate by [meh.](https://github.com/meh/rust-ffmpeg), compatible with FFmpeg major version 4 (tested against 4.0.2). FFmpeg4 code is guarded by the `ffmpeg4` feature, enabled by the default. Disable `ffmpeg4` to compile against FFmpeg 3.4 (tested against 3.4.4). Earlier versions of FFmpeg are not officially supported. See my command line tool `metadata`'s [`Cargo.toml`](https://github.com/zmwangx/metadata/blob/master/Cargo.toml) for example usage when supporting both major versions of FFmpeg.