Metadata-Version: 2.1
Name: cvc
Version: 0.8.0
Summary: Convert video to character art animation.
Home-page: https://github.com/Alston-Trevelyan/cvc
Author: Alston Trevelyan
Author-email: 2841563908@qq.com
Maintainer: Alston Trevelyan
Maintainer-email: 2841563908@qq.com
License: UNKNOWN
Description: # CVC
        
        Convert video to character art animation.
        
        [中文说明](/doc/README-zh-cn.md)
        
        ## Install
        
        
        Install cvc:
        ```
        pip install cvc
        ```
        
        This tool relies on `imageio-ffmpeg`, but only the binary version of `imageio-ffmpeg` contains the `ffmpeg` binary.
        if pip choose the source version, problem will occurs.
        
        ## Usage
        
        ```
        cvc --chars_width 120 --t_end 10 path/of/video_file
        ```
        The command shows that the specified video will be converted to an ascii art animation with the width of 120, and only convert the first 10 seconds.
        you'll see a file named `output.mp4` in your current directory when completes, have fun ~
        
        >p.s. it's a bit slow, turn down the width and fps, to speed up the conversion.
        
        Check `cvc --help` for more information.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
