Takes a video and displays it using ASCII characters
- Download C++ header file with arrays defined for ASCII characters (8x8 pixels)
- Rank each character based on number of pixels it uses and create SDL textures for each character
- Use ffmpeg to decode video file frame by frame
- Use lightness value of pixel in HSL format to pick the according ASCII character
- Render frame with ASCII characters in SDL window
- Output:
Dependencies:
-ffmpeg
-SDL
-spdlog
-https://github.com/cameron314/readerwriterqueue