Skip to content

Instantly share code, notes, and snippets.

@campeterson
Created June 9, 2019 04:32
Show Gist options
  • Save campeterson/0ecb98fb8273f8eb1dbc7ff42d0304f5 to your computer and use it in GitHub Desktop.
Save campeterson/0ecb98fb8273f8eb1dbc7ff42d0304f5 to your computer and use it in GitHub Desktop.
Download an .m3u8 video with ffmpeg
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