rsmpeg 0.18.0+ffmpeg.8.0

A Rust crate that exposes FFmpeg's power as much as possible.
Documentation
1
2
3
4
5
6
7
8
# Using system-wide FFmpeg installation
Install FFmpeg via your system's package manager (e.g., `apt`, `brew`) and link with `rsmpeg`: [tutorial](./installed.md)

# Building FFmpeg from Source
Compile FFmpeg from source code: [tutorial](./source-build.md)

# Using vcpkg
Manage FFmpeg using `vcpkg`: [tutorial](./vcpkg.md)