Skip to content

Instantly share code, notes, and snippets.

@thevops
Created December 8, 2021 19:31
Show Gist options
  • Select an option

  • Save thevops/609448ff5e47c273154ab94991be198f to your computer and use it in GitHub Desktop.

Select an option

Save thevops/609448ff5e47c273154ab94991be198f to your computer and use it in GitHub Desktop.
Streamlink
# https://streamlink.github.io/install.html#linux-and-bsd
streamlink "https://www.youtube.com/watch?v=haeDest4BSE" 720p,best -o output.ts
ffmpeg -i output.ts -c copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment