Metadata-Version: 2.1
Name: skcvideo
Version: 2.0.0a2
Summary: video utils
License: MIT
Author: timothe.collet
Requires-Python: >=3.9,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: ffmphisdp (==2.0.7)
Requires-Dist: imageio (>=2.30.0,<3.0.0)
Requires-Dist: imageio-ffmpeg (>=0.5.1,<0.6.0)
Requires-Dist: numpy (>=1.18.5,<2)
Requires-Dist: opencv-python (>=4.4.0.46,<5.0.0.0)
Description-Content-Type: text/markdown

## What is this repository for? ##
* Defining overlays to openCV's VideoCapture class for adding new features
    (simulating different fps, automatic resize of images, ...)
* Providing a displayer handy for non-consuming interactions with the video

## How do I get set up? ##
* Install requirements with `pip install -r requirements.txt`

## Quick example ##
run `python -m skcvideo.reader /path/to/a/video/file.mp4`

