pub fn ffprobe_json( paths: &FfmpegBinaryPaths, input: impl AsRef<Path>, ) -> Result<String>
Convenience to run ffprobe and return stdout as string.