Metadata-Version: 2.1
Name: yy_vtm
Version: 0.2.1
Summary: Make video thumbnail
Home-page: https://github.com/youyinnn/yy_vtm
Author: Jun
Author-email: youyinnn@gmail.com
License: MIT
Keywords: video,thumbnail,maker
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

```bash
usage: maker.py [-h] -i INPUT_PATH [-d DURATION_INTERVAL_SECOND] [-rw MAX_ROW_WIDTH]

options:
  -h, --help            show this help message and exit
  -i INPUT_PATH, --input-path INPUT_PATH
                        The path of input files or the directory that keeps the inputs.
  -d DURATION_INTERVAL_SECOND, --duration-interval-second DURATION_INTERVAL_SECOND
                        The interval that partition the video.
  -rw MAX_ROW_WIDTH, --max-row-width MAX_ROW_WIDTH
                        The width of each row.
```
