Repository for OpenCV's extra modules
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.
 
 
 
 
 
 
Ruturaj Dixit ad59700b14 Added Supporting files 3 months ago
..
README.md Added Supporting files 3 months ago
framextract.py Added frame extraction script 3 months ago
main.py Added Supporting files 3 months ago
utils.py Added Supporting files 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

  1. Clone this repository:

    git clone https://github.com/ruturajdixit99/opencv_contrib.git
    
  2. 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