Skip to content

Instantly share code, notes, and snippets.

@devahmedshendy
Last active June 30, 2021 22:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devahmedshendy/3e9bd734a9d0252fdd37ce85e1a5aaed to your computer and use it in GitHub Desktop.
Save devahmedshendy/3e9bd734a9d0252fdd37ce85e1a5aaed to your computer and use it in GitHub Desktop.
Download M3U8 Video with FFmpeg
1. To start off, download and install FFmpeg if you haven't already.
2. Next, go to the streaming site from where you want to download and grab the M3U8 video URL
3. Open the command line tool, and type:
ffmpeg -i "http://example.com/video_url.m3u8" -c copy -bsf:a aac_adtstoasc "output.mp4"
reference: https://windowsloop.com/download-m3u8-video-with-ffmpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment