Expand description
Builder interface for FFmpeg commands.
Structs§
- Ffmpeg
Command - A wrapper around
std::process::Commandwith some convenient preset argument sets and customization forffmpegspecifically.
Functions§
- ffmpeg_
is_ installed - 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.