Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndriyKalashnykov/6368df7c846d342706ec9bc868678c33 to your computer and use it in GitHub Desktop.
Save AndriyKalashnykov/6368df7c846d342706ec9bc868678c33 to your computer and use it in GitHub Desktop.
m3u8 to mp4
fmpeg -protocol_whitelist "file,http,https,tcp,tls" -i source.m3u8 -c copy file.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment