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.
- Host: GitHub
- URL: https://github.com/hokagem/video2ascii
- Owner: HokageM
- License: mit
- Created: 2023-10-25T15:16:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T13:15:56.000Z (over 2 years ago)
- Last Synced: 2023-11-25T14:25:26.343Z (over 2 years ago)
- Topics: ascii-art, ascii-graphics, cv2, image, opencv, pillow, python3, video
- Language: Python
- Homepage:
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- License: LICENSE.txt
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.