Metadata-Version: 2.1
Name: video2chars
Version: 0.5.1
Summary: Convert video to character art animation.
Home-page: https://github.com/yuansuye/video2chars
Author: Ryan Yin
Author-email: xiaoyin_c@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: click

# Video to chars

Convert video to character art animation.

[中文说明](/doc/README-zh-cn.md)

## Install

>p.s. only test on linux

First you need to make sure that you can use `ffmpeg` in shell.
Typical desktop linux distributions come with it. If not, install ffmpeg first.

then install video2chars:
```
pip install video2chars
```

## Usage

eg: 
```
video2chars --duration 30 --width 120
```
you will see a file named `output.mp4` in your current path when it completes, have fun ~

>p.s. if it's a bit slow, turn down the width and duration, to speed up the conversion. 

check `video2chars --help` for more information.


## Demonstration

- [【Python】字符动画 - 极乐净土](https://www.bilibili.com/video/av30469888/)


