Skip to content

Instantly share code, notes, and snippets.

@jamesliu96
Created February 24, 2021 10:17
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 jamesliu96/8b3039c0389673f3996dc6f57701b5f8 to your computer and use it in GitHub Desktop.
Save jamesliu96/8b3039c0389673f3996dc6f57701b5f8 to your computer and use it in GitHub Desktop.
play_youtube() {
G=(`youtube-dl -g $1`)
echo ${G[1]}
echo ${G[2]}
ffmpeg -i ${G[1]} -i ${G[2]} -c:v copy -c:a copy -f matroska - | ffplay -
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment