Skip to content

ASCII Video Generator is a Python script that allows users to convert video frames into ASCII art for creative visualization. Using OpenCV and Pillow libraries, the script processes video frames and replaces them with a set of predefined ASCII characters

License

Notifications You must be signed in to change notification settings

VEERT00X/ASCIIPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Player

This is a script for generating an ASCII art video by converting each frame of a video into an ASCII art representation.

Important

The following project has reached its end of life and is no longer maintained. No further updates or support will be provided.

Prerequisites

  • Python 3.x
  • pip

Installation

  1. Clone this repository: git clone https://github.com/VEERT00X/ASCIIPlayer.git
  2. Install the required libraries: pip install -r requirements.txt

Usage

The script takes the path of the video file as an argument. If no argument is provided, the script will prompt for the file path.

The generated ASCII art video will be displayed in the terminal.

To run the script, use the following command:

python _main_.py [path_to_video_file]

Customization

  • You can customize the ASCII characters used in the output by modifying the ASCII variable in the script.
  • You can decide whether or not to show the original video alongside the ASCII art by passing the -p or --preview flag when running the script.

License

This project is licensed under the MIT License.

Copyright (c) 2023-2025 VEERT00X

About

ASCII Video Generator is a Python script that allows users to convert video frames into ASCII art for creative visualization. Using OpenCV and Pillow libraries, the script processes video frames and replaces them with a set of predefined ASCII characters

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages