You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
.. | ||
README.md | 3 months ago | |
framextract.py | 3 months ago | |
main.py | 3 months ago | |
utils.py | 3 months ago |
README.md
Video Frame Extractor
A simple Python script to extract frames from a video file and save them as images.
Installation
-
Clone this repository:
git clone https://github.com/ruturajdixit99/opencv_contrib.git
-
Install required libraries:
pip install opencv-python imutils
Usage
Run the script by providing the path to the video file:
python main.py path/to/video.mp4