Metadata-Version: 2.1
Name: frame-extractor
Version: 0.1.2
Summary: Extract frames from a video
Home-page: https://github.com/FirmaTechnologies/framextract
Author: ngchanway
Author-email: chan_way@firma-tech.com
License: GPL-3.0
Description: # Frame Extractor
        A CLI library to extract frames from a video
        
        ## Installation
        PyPI
        ```bash
        pip install frame-extractor
        ```
        
        ## Usage
        CLI
        ```bash
        framextract <inputfile> -o <outputfolder> -f <framerate>
        ```
        
        ## Development
        MacOS
        ```bash
        python -m venv venv
        source venv/bin/activate
        pip install wheel -r requirements.txt
        bumpversion [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/*
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Video
Description-Content-Type: text/markdown
