Metadata-Version: 2.1
Name: pyctorize
Version: 1.1
Summary: A Python CLI program to extract frames of videos
Home-page: https://github.com/vccolombo/pyctorize
Author: Víctor Cora Colombo
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: click (==7.0)
Requires-Dist: moviepy (==1.0.0)

# Pyctorize

A Python command line program to extract frames of videos

### Prerequisites

[Python 3](https://www.python.org/downloads/release/python-373/)

### Installing

```
git clone https://github.com/vccolombo/pyctorize.git
cd pyctorize/
pip install .
```

## Using

```
pyctorize <PATH_TO_FILE> \
--path <PATH_TO_SAVE_DIRECTORY> \
--start-time <TIME_IN_MILLISECONDS_OF_FIRST_FRAME> \
--step <CAPTURE_IMAGE_EVERY_STEP_MILLISECONDS>
```

## Built With

* [Moviepy](https://github.com/Zulko/moviepy)

## Authors

* **Víctor Colombo** - [vccolombo](https://github.com/vccolombo)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details


