3 года назад
История
README.md
PlayVideoInConsole
Script for playing videofiles in console
Install
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 -y
Usage
Playing video with grayscale-based frames processing:
python play.py examples/rick.mp4 --shape 160 45 --image-type grayscale
Playing video with treshold-based frames processing:
python play.py examples/badapple.mp4 --symbols .# --shape 160 45 --image-type treshold --treshold 127
Help:
python play.py --help
Описание
Script for playing videos in console as ASCII frames
Конвейеры
0 успешных
0 с ошибкой