pub fn ffprobe_config( config: Config, path: impl AsRef<Path>) -> Result<FfProbe, FfProbeError>
Run ffprobe with a custom config. See ConfigBuilder for more details.
ConfigBuilder