Created
August 24, 2020 15:37
-
-
Save JacobDB/53cf6c422dfa54948530fa60749ec84e to your computer and use it in GitHub Desktop.
Download Twitch VODs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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