Skip to content

Instantly share code, notes, and snippets.

@mveeneman
Created May 25, 2020 07:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mveeneman/ca9ef6270d6eaabc2be8bf25edb4c31e to your computer and use it in GitHub Desktop.
Save mveeneman/ca9ef6270d6eaabc2be8bf25edb4c31e to your computer and use it in GitHub Desktop.
How to quickly convert m3u8 to mp4 using ffmpeg
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i <file>.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment