Created
June 9, 2019 04:32
-
-
Save campeterson/0ecb98fb8273f8eb1dbc7ff42d0304f5 to your computer and use it in GitHub Desktop.
Download an .m3u8 video with ffmpeg
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
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i "<.m3u8 file URL>" -c copy <file_name>.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment