frame-extractor 0.2.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

frameextractor 0.2.3

frame-extractor

A CLI library to extract frames from a video
Installation
PyPI
pip install frame-extractor

Usage
CLI
framextract <inputfile> --get-info-only -o <outputfolder> -f <framerate>

Development
MacOS
python -m venv venv
source venv/bin/activate
pip install [wheel] -r requirements.txt
bumpversion [--tag] [--commit] [major|minor|patch]
python setup.py sdist [bdist_wheel]
twine check dist/*
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*

Tests
pytest --durations=3 --cov-report=html --cov=framextract

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.