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 -y
sudo apt install ffmpeg python3 python3-pip -y # Install python and pip
python3 -m pip install --upgrade Pillow --break-system-packages # Recent changes to Pillow might cause this to give an error but if it works, Great
python3 -m pip install tqdm numpy pygame --break-system-packages # Install depedencies
sudo apt install git -y
git clone --depth=1 https://github.com/Ubuntufanboy/ascii-video-player # Clone repo
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 input_video_filename.mp4
- run
python3 play.py input_video_filename.asciivideo
I appriciate the support! 🛐