Skip to content

Instantly share code, notes, and snippets.

@JacobDB
Created August 24, 2020 15:37
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 JacobDB/53cf6c422dfa54948530fa60749ec84e to your computer and use it in GitHub Desktop.
Save JacobDB/53cf6c422dfa54948530fa60749ec84e to your computer and use it in GitHub Desktop.
Download Twitch VODs
#!/bin/sh
# To find proper value for $1, open a developer tools on a Twitch stream and select "Network." Search for "m3u8," copy the longest URL you see, and it should work.
ffmpeg -i $1 -c copy -bsf:a aac_adtstoasc $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment