Skip to content

Instantly share code, notes, and snippets.

@tonsmets
Created February 7, 2025 07:28
Show Gist options
  • Save tonsmets/ee2f11ab37c025286f813242ca8d1992 to your computer and use it in GitHub Desktop.
Save tonsmets/ee2f11ab37c025286f813242ca8d1992 to your computer and use it in GitHub Desktop.
Download m3u8 streams to mp4 with ffmpeg
ffmpeg -i 'https://urlwhereitis.com/file.m3u8?' -bsf:a aac_adtstoasc \
-vcodec copy -c copy -crf 50 ~/Downloads/outfile.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment