Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 669 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 669 Bytes

VideoFrameExtractor

CLI tool to extract frames from a video. FFMPEG embedded in the executable.

Use

Open a CMD in the app folder then execute this command and provide your video directory :

VideoFrameExtractor.exe "full-path-to-your-video"

And eventually you can provide the output path :

VideoFrameExtractor.exe "full-path-to-your-video" "your-output-path"

By default the frames are created in the app folder under "img" directory.

Requirements to dev

  • ffmpeg (Put in bin folder in ffmpeg folder of the project)

Stack & libraries