This project is not fully functional yet and bugs do appear quite often. This is simply a testing phase to find these bugs
Currently we only support debian based distros but unoffical support for Arch, OpenSUSE, and other linux distrobutions are planned
sudo apt-get update
sudo apt install ffmpeg python3 python3-pip
python3 -m pip install --upgrade Pillow # Recent changes to Pillow might cause this to give an error but if it works, Great
pip3 install tqdm
pip3 install numpy
pip3 install pygame
sudo apt install git
git clone https://github.com/Ubuntufanboy/ascii-video-player
cd ascii-video-player
cd src
- have an mp4 file in the same folder or be prepared to provide the full video path
- run
python3 mp4_to_asciivideo.py your_file.mp4
- run
python3 play.py the_same_video_file_but_not_mp4.asciivideo
I appriciate the support! 🛐