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 -ysudo apt install ffmpeg python3 python3-pip -y # Install python and pippython3 -m pip install --upgrade Pillow --break-system-packages # Recent changes to Pillow might cause this to give an error but if it works, Greatpython3 -m pip install tqdm numpy pygame --break-system-packages # Install depedenciessudo apt install git -ygit clone --depth=1 https://github.com/Ubuntufanboy/ascii-video-player # Clone repocd ascii-video-playercd 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! 🛐
