Expand description
Builder interface for FFmpeg commands.
Structs§
- A wrapper around
std::process::Command
with some convenient preset argument sets and customization forffmpeg
specifically.
Functions§
- Verify whether ffmpeg is installed on the system. This will return true if there is an ffmpeg binary in the PATH, or in the same directory as the Rust executable.