Function ffprobe::ffprobe

source ·
pub fn ffprobe(path: impl AsRef<Path>) -> Result<FfProbe, FfProbeError>
Expand description

Execute ffprobe with default settings and return the extracted data.

See ffprobe_config if you need to customize settings.