Skip to main content

read_video_ffprobe

Function read_video_ffprobe 

Source
pub fn read_video_ffprobe(
    path: &Path,
    opts: &FfprobeOptions,
) -> Option<VideoMeta>
Expand description

Run ffprobe subprocess, parse JSON stdout, apply hard timeout.