Skip to content

Commit 1b5d240

Browse files
FreezyLemonshssoichiro
authored andcommitted
Update READMEs
1 parent 979e287 commit 1b5d240

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,26 @@
44

55
This is a fork of the abandoned [ffmpeg-next](https://crates.io/crates/ffmpeg-next) crate which is a fork of the abandoned [ffmpeg](https://crates.io/crates/ffmpeg) crate.
66

7-
Currently supported FFmpeg versions: 4.x, 5.x, 6.x.
7+
Currently supported FFmpeg versions: 4.2 - 7.1.
88

9-
Build instructions can be found on the [wiki](https://github.com/zmwangx/rust-ffmpeg/wiki/Notes-on-building).
9+
Versions that are considered [old and unmaintained](https://ffmpeg.org/olddownload.html) by FFmpeg like 5.0 or 6.0 usually work, but are not actively tested during development.
1010

11-
Documentation:
11+
## Usage
1212

13-
- [docs.rs](https://docs.rs/ffmpeg-the-third/);
14-
- [FFmpeg user manual](https://ffmpeg.org/ffmpeg-all.html);
15-
- [FFmpeg Doxygen](https://ffmpeg.org/doxygen/trunk/).
13+
Build instructions can be found on the [wiki](https://github.com/zmwangx/rust-ffmpeg/wiki/Notes-on-building). API documentation for this crate can be found on [docs.rs](https://docs.rs/ffmpeg-the-third/).
1614

17-
_See [CHANGELOG.md](CHANGELOG.md) for other information on version upgrades._
15+
_See [CHANGELOG.md](CHANGELOG.md) for information on version upgrades._
1816

19-
**If you have significant, demonstrable experience in Rust and multimedia-related programming, please let me know, I'll be more than happy to invite you as a collaborator.**
17+
### FFmpeg documentation
18+
19+
- [FFmpeg user manual](https://ffmpeg.org/ffmpeg-all.html)
20+
- [FFmpeg Doxygen](https://ffmpeg.org/doxygen/trunk/)
21+
22+
## Contributing
23+
24+
Issues and PRs are welcome.
25+
26+
If you have significant, demonstrable experience in Rust and multimedia-related programming, please let me know, I'll be more than happy to invite you as a collaborator.
2027

2128
## Minimum supported Rust version (MSRV)
2229

ffmpeg-sys-the-third/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ In addition to feature flags declared in `Cargo.toml`, this crate performs vario
2020
- "ffmpeg_6_0"
2121
- "ffmpeg_6_1"
2222
- "ffmpeg_7_0"
23+
- "ffmpeg_7_1"
2324

2425
- `avcodec_version_greater_than_<x>_<y>`, e.g., `avcodec_version_greater_than_58_90`. The name should be self-explanatory.
2526

0 commit comments

Comments
 (0)