/video-to-ascii

Terminal program that transform a video file into ASCII

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Video to ASCII

License nCurses OpenCV Linux

Introduction

C++ program that converts video files such .mp4 into ASCII characters. matrix_gif_2

Getting started

Prerequisites

Before getting started with video-to-ascii, ensure that you have the following dependencies installed on your Linux system:

  • g++ compiler
  • ncurses library
  • opencv

Installation

To use video-to-ascii, follow these steps

  1. Clone the repository to your local machine:
git clone https://www.github.com/ignabelitzky/video-to-ascii.git
  1. Step into the repository:
cd video-to-ascii
  1. Compile the project with make:
make
  1. Now you will see the executable converter and you can execute the program
./converter

Youtube video link

Video-toASCII Video

Contributing

Contributions are welcome from the community! Wheter it's bug fixes, feature enhancements, or new ideas, feel free to open an issue or submit a pull request.

License

This project is licensed under the GNU General Public License v3.0, which means you are free to use, modify, and distribute the code for both commercial and non-commercial purposes.