Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 946 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 946 Bytes

Video2ASCII

This tool is created to convert MP4 videos into ASCII animations.

Installation

git clone https://github.com/HokageM/Video2ASCII.git
cd Video2ASCII
pip install .

Usage

usage: video2ascii [-h] [--version] [-w WIDTH] [-p PLAY] FILE

Transforms a video to an ASCII animation inside your console.

positional arguments:
  FILE                  MP4 that should be transformed.

options:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  -w WIDTH, --width WIDTH
                        Defines the width of the ASCII art. Default value is set to 250.
  -p PLAY, --play PLAY  Enter name of previously created ASCII art frames, then it plays the animation.

TIP: If you use a higher resolution for the ASCII frames, you may need to adjust the font size within your terminal.