Skip to content

Instantly share code, notes, and snippets.

@sharavsambuu
Last active December 22, 2018 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharavsambuu/b2eccd7aee4f22a662e45fe6194c66cd to your computer and use it in GitHub Desktop.
Save sharavsambuu/b2eccd7aee4f22a662e45fe6194c66cd to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
export CACA_DRIVER=ncurses; youtube-dl -q -o- "https://www.youtube.com/watch?v=jM8dCGIm6yc" | mplayer -really-quiet -vo caca -fps 15 -af scaletempo -softvol -softvol-max 400 -cache 8192 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment