Skip to content

Instantly share code, notes, and snippets.

@matu3ba
Created December 24, 2022 22:40
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 matu3ba/615ca0f110db39c805b3ed11f023b292 to your computer and use it in GitHub Desktop.
Save matu3ba/615ca0f110db39c805b3ed11f023b292 to your computer and use it in GitHub Desktop.
download chunklist streams (m3u8) with ffmpeg
#!/usr/bin/env sh
#sript to download chunklist streams videos
#ffmpeg -i "url_path_to_file.m3u8" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 file.mp4
ffmpeg -i "uri/chunklist_somehash.m3u8" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 file.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment