C++ implementation of a media to ascii converter. Takes input from either a video or image and generates an ascii representation of the content. This project utilizes OpenCV's library to read the videos and images.
In addition to a modern C++ compiler like GCC or CLang, this project requires the following libraries:
-
Clone project.
git clone https://github.com/ZhangTerrence/charify cd charify
-
Build application.
rm -r build mkdir build cd build cmake .. make
-
Create a media directory. Place videos or images inside this directory.
rm -r media mkdir media
-
Run application.
./charify <FILE>