An open API service indexing awesome lists of open source software.

https://github.com/hokagem/video2ascii

This tool is created to convert MP4 videos into ASCII animations.
https://github.com/hokagem/video2ascii

ascii-art ascii-graphics cv2 image opencv pillow python3 video

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Video2ASCII

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

## Installation

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

## Usage

```commandline
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.