Skip to content

Instantly share code, notes, and snippets.

@Mr-Bossman
Last active October 29, 2023 05:12
Show Gist options
  • Save Mr-Bossman/5c2c079eda91c67d6f75ae58653429d7 to your computer and use it in GitHub Desktop.
Save Mr-Bossman/5c2c079eda91c67d6f75ae58653429d7 to your computer and use it in GitHub Desktop.
libcacampv
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