Skip to main content

ffprobe

Function ffprobe 

Source
pub fn ffprobe<'a, T: IntoFfprobeArg<'a>>(
    path: T,
) -> Result<FfProbe, FfProbeError>
Expand description

Execute ffprobe with default settings and return the extracted data.

See ffprobe_config if you need to customize settings.