A simple script that turns .mp4 files into ASCII characters
This is a modified version inspired by PtitGnou Original Code: https://github.com/PtitGnou/AsciiVideoCPP
In order to use the script you should have the .mp4 file in the same folder and when asked in the promt write the name of the files without the ".mp4". For example if the file is "video.mp4" you just need to write "video".
You need to make sure to install OpenCV and use C++17 or Newer.