Expand description
Utilities related to the FFprobe binary.
Functionsยง
- 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.
- 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.
- The (expected) path to an FFmpeg binary adjacent to the Rust binary.
- Alias for
ffprobe -version
, parsing the version number and returning it. - Lower level variant of
ffprobe_version
that exposes a customized the path to the ffmpeg binary.