Skip to content

Instantly share code, notes, and snippets.

@ToshY
Last active May 24, 2020 23:42
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 ToshY/c730b487a05137774499ee885e4a23dc to your computer and use it in GitHub Desktop.
Save ToshY/c730b487a05137774499ee885e4a23dc to your computer and use it in GitHub Desktop.
FFmpeg m3u8 to mp4
ffmpeg -i in.m3u8 -acodec copy -bsf:a aac_adtstoasc -vcodec copy out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment