Skip to content

🎬 CLI tool to extract frames (JPEG file) from a video. FFMPEG embedded in the executable.

Notifications You must be signed in to change notification settings

Jyben/VideoFrameExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🎬 CLI tool to extract frames (JPEG file) from a video. FFMPEG embedded in the executable.

Topics

Resources

Stars

Watchers

Forks

Languages