Created
August 17, 2021 21:08
-
-
Save ianmartorell/8de15a66b39416d34f09d84492816d5d to your computer and use it in GitHub Desktop.
Download .m3u8 streams
This file contains 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 | |
ffmpeg -i "$URL" -protocol_whitelist "file,http,https,tcp,tls" -codec copy out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment