historical/ASCIIVid.git/ascii-yt.sh

9 lines
185 B
Bash
Raw Normal View History

2024-01-16 17:20:27 +00:00
echo Char. Width
read width
echo Char. Height
read height
echo Video URL
read url
multiplier="x"
youtube-dl $url -o - | CACA_GEOMETRY=$width$multiplier$height mplayer -quiet -vo caca -