C++ program that converts video files such .mp4 into ASCII characters.
Before getting started with video-to-ascii, ensure that you have the following dependencies installed on your Linux system:
- g++ compiler
- ncurses library
- opencv
To use video-to-ascii, follow these steps
- Clone the repository to your local machine:
git clone https://www.github.com/ignabelitzky/video-to-ascii.git
- Step into the repository:
cd video-to-ascii
- Compile the project with make:
make
- Now you will see the executable converter and you can execute the program
./converter
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.
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.