pub fn read_video_ffprobe(
path: &Path,
opts: &FfprobeOptions,
) -> Option<VideoMeta>Expand description
Run ffprobe subprocess, parse JSON stdout, apply hard timeout.
pub fn read_video_ffprobe(
path: &Path,
opts: &FfprobeOptions,
) -> Option<VideoMeta>Run ffprobe subprocess, parse JSON stdout, apply hard timeout.