Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AndriyKalashnykov/6368df7c846d342706ec9bc868678c33 to your computer and use it in GitHub Desktop.

Select an option

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