Skip to content

Instantly share code, notes, and snippets.

@UserXGnu
Created February 20, 2019 11:08
Show Gist options
  • Save UserXGnu/7255d44f61bf8daf78aad212fe22d4dd to your computer and use it in GitHub Desktop.
Save UserXGnu/7255d44f61bf8daf78aad212fe22d4dd to your computer and use it in GitHub Desktop.
Play youtube videos from console using mplayer and youtube-dl
#!/usr/bin/env bash
youtube-dl -q -o- "$*" | mplayer -af scaletempo -softvol -softvol-max 400 -cache 8192 -
# Usage:
# youtube-mplayer.sh https://www.youtube.com/watch?v=v-OS-DgxuFo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment