[go: up one dir, main page]

Module command

Source
Expand description

Builder interface for FFmpeg commands.

Structs§

FfmpegCommand
A wrapper around std::process::Command with some convenient preset argument sets and customization for ffmpeg specifically.

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.