Skip to content

Instantly share code, notes, and snippets.

@peterdalle
Created December 5, 2019 21:35
Show Gist options
  • Save peterdalle/2408284c1223083f1e65a5ef16bd7725 to your computer and use it in GitHub Desktop.
Save peterdalle/2408284c1223083f1e65a5ef16bd7725 to your computer and use it in GitHub Desktop.
Download M3U8 videostream
ffmpeg -i "https://example.net/playlist.m3u8" -acodec copy -vcodec copy -absf aac_adtstoasc "output-video.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment