Skip to content

Instantly share code, notes, and snippets.

@DipanshKhandelwal
Created April 26, 2021 18:28
Show Gist options
  • Save DipanshKhandelwal/26ac1ddd609d7a906bb105dd5a9ba582 to your computer and use it in GitHub Desktop.
Save DipanshKhandelwal/26ac1ddd609d7a906bb105dd5a9ba582 to your computer and use it in GitHub Desktop.
Simply convert m3u8 streams to mp4
ffmpeg -i "link.m3u8" -bsf:a aac_adtstoasc -c copy file.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment