Module ffprobe

Source
Expand description

Utilities related to the FFprobe binary.

Functionsยง

ffprobe_is_installed
Verify whether ffprobe is installed on the system. This will return true if there is an ffprobe binary in the PATH, or in the same directory as the Rust executable.
ffprobe_path
Returns the path of the downloaded FFprobe executable, or falls back to assuming its installed in the system path. Note that not all FFmpeg distributions include FFprobe.
ffprobe_sidecar_path
The (expected) path to an FFmpeg binary adjacent to the Rust binary.
ffprobe_version
Alias for ffprobe -version, parsing the version number and returning it.
ffprobe_version_with_path
Lower level variant of ffprobe_version that exposes a customized the path to the ffmpeg binary.