This programs will help you in extracting frames of a video without using any Video Editor software for the analysis purpose.
Basic Requirements for this program is to run:-
- Python
- An IDE
- OpenCV library
Instruction to use:-
- Run this program in any Python supported IDE
- It will ask you enter video file that is to read, Enter like this
folder_name/file_name.mp4
- After pressing
q
orvideo gets over
one folderframes
will be created where the source file is placed. - In folder
frames
all the frames will be stored.