Adding ez_ffmpeg library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ez-ffmpeg

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ez-ffmpeg = "0.10.0"

The ez_ffmpeg library will be automatically available globally. Read the ez_ffmpeg library documentation.

Back to the crate overview.