Helium is a toy project that converts photos and videos to ASCII art and displays them on the terminal
The project requires opencv and opencv devel to be present
cmake -S . -B <build_dir>cmake --build <build_dir>
<build_dir>/helium --img <path_to_img>
- For colored video:
<build_dr>/helium --vid <path_to_vid> - For normal ascii video:
<build_dir>/helium --vid <path_to_vid> [--color]
- Add colors
- Add multi-threading for faster processing
- Add ability to convert the audio to 8-bit