Skip to main content

check_ffmpeg

Function check_ffmpeg 

Source
pub fn check_ffmpeg() -> Result<FfmpegVersion>
Expand description

Run ffmpeg -version and parse the version line. Returns an error if the binary is not found or the version is too old.