Last active
October 29, 2023 05:12
-
-
Save Mr-Bossman/5c2c079eda91c67d6f75ae58653429d7 to your computer and use it in GitHub Desktop.
libcacampv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export TERM=xterm-256color | |
export COLUMNS=80 | |
export LINES=40 | |
DISPLAY= mpv --quiet -vo caca 'https://www.youtube.com/watch?v=dQw4w9WgXcQ' | |
export TERM=xterm-256color | |
export COLUMNS=80 | |
export LINES=40 | |
yt-dlp -f best https://www.youtube.com/watch?v=dQw4w9WgXcQ -o - 2> /dev/null | ffmpeg -re -i pipe: -vcodec rawvideo -an -color full16 -antialias prefilter -algorithm fstein -pix_fmt rgb24 -window_size 80x40 -driver ncurses -f caca - 2> /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment