A simple video frame extractor using Python and OpenCV
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