Skip to content

PenDZ-Alter/frame-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frame-extractor

A simple video frame extractor using Python and OpenCV

Usage

First, download the Extractor

If you want to extract all frames, you can use this command :

./frame-extractor.exe --path "/path/to/file_video"

If you want to extract single frame, you can use this command :

./frame-extractor.exe "/path/to/file_video" --frame n

n is the number of frame.

If you want to extract frame in range, you can use this command :

./frame-extractor.exe "/path/to/file_video" --min n --max m

n is the number start frame and m is the number of the end frame

All files are extracted in frames folder, which is same path as the execute files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages