Script for playing videofiles in console

git clone https://github.com/Roqvie/PlayVideoInConsole.git
cd PlayVideoInConsole
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
sudo apt-get install ffmpeg -yPlaying video with grayscale-based frames processing:
python play.py examples/rick.mp4 --shape 160 45 --image-type grayscalePlaying video with treshold-based frames processing:
python play.py examples/badapple.mp4 --symbols .# --shape 160 45 --image-type treshold --treshold 127Help:
python play.py --help