Skip to content

Instantly share code, notes, and snippets.

View BirdInTheTree's full-sized avatar
🎯
Focusing

BirdInTheTree

🎯
Focusing
View GitHub Profile
@BirdInTheTree
BirdInTheTree / split-video-by-frame.py
Created June 30, 2019 21:36 — forked from keithweaver/split-video-by-frame.py
Using OpenCV takes a mp4 video and produces a number of images.
'''
Using OpenCV takes a mp4 video and produces a number of images.
Requirements
----
You require OpenCV 3.2 to be installed.
Run
----
Open the main.py and edit the path to the video. Then run: