ffprobe_config

Function ffprobe_config 

Source
pub fn ffprobe_config(
    config: Config,
    path: impl AsRef<Path>,
) -> Result<FfProbe, FfProbeError>
Expand description

Run ffprobe with a custom config. See ConfigBuilder for more details.