This C++ program converts a .mp4 file to text-art files using Image-To-TextArt tool that I previously developed. (I recommend checking details about that project first). After that, ASCII art is rendered to console screen.
My.Movie.mp4
Saitama.mp4
The video is broken up into frames and each are processed like a normal image would be processed in the Image-To-TextArt project.
- DisplayFiles directory contains:
- Text files numbered according to frame number
- info.txt has console and video settings used to render previous video
-
Videos to be rendered should be placed in the same directory as "Main.cpp"
-
At program start you would be asked to enter the video name please include ".mp4" at the end of the file name
-
You should clear and process the video from the beginning in 2 cases:
- First time rendering the video
- You want to change render text size
-
3 Videos are already provided that you can render:
- Noot.mp4
- Paint.mp4
- GenosVSSaitama.mp4
Note: small text size might cause screen stuttering due to printing speed of console
-
Added sleep delay text size 6 and 8 -
Deal with previously processed videos - Implement efficient console printing