Skip to content

Instantly share code, notes, and snippets.

View nulllpointer's full-sized avatar
🎯
Focusing

hitesh nulllpointer

🎯
Focusing
View GitHub Profile
@nulllpointer
nulllpointer / split-video-by-frame.py
Created July 9, 2019 22:06 — 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:
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"""This module's docstring summary line.
This is a multi-line docstring. Paragraphs are separated with blank lines.
Lines conform to 79-column limit.
Module and packages names should be short, lower_case_with_underscores.
Notice that this in not PEP8-cheatsheet.py
@nulllpointer
nulllpointer / .gitignore
Created April 26, 2019 08:02 — forked from Cheaterman/.gitignore
Kivy Login example
*.pyc