/Video2Images

C++ App to convert Video Frames to Images

Primary LanguageC++MIT LicenseMIT

Video2Images

A simple application to convert video frames to images.

Usage

Windows Terminal:

Video2Images.exe "path\to\video\file" -d "output\path\to\images" -i 1

-i: Int number for the frame interval, it means it will save a image at "i" frames.