This project supports parsing of .mp4 videos into images at a fixed frames per second rate. For example, the a frame can be extracted from a video every 1 second.
In the current implementation the source videos are deleted after parsing.
The following packages are required to run the code:
- Numpy
- CV2
To run the code:
- Install the required packages
- Upload the .mp4 videos into the Videos folder
- Run:
python Video2Img.py