ffprobe_json

Function ffprobe_json 

Source
pub fn ffprobe_json(
    paths: &FfmpegBinaryPaths,
    input: impl AsRef<Path>,
) -> Result<String>
Expand description

Convenience to run ffprobe and return stdout as string.