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