Extracting video frames in Rust, in-process — no CLI, no hand-written decode loop
A Rust developer introduced ez-ffmpeg 0.15's FrameExtractor, which extracts video frames in-process without shelling out to ffmpeg or writing a manual decode loop. The tool provides a one-call API that returns tightly pa…