Skip to content

Instantly share code, notes, and snippets.

@saiday
Last active May 10, 2019 10:05
Show Gist options
  • Save saiday/65205f1d3663f45cf77409213e214cf0 to your computer and use it in GitHub Desktop.
Save saiday/65205f1d3663f45cf77409213e214cf0 to your computer and use it in GitHub Desktop.
HLS download composition
ffmpeg -i "https://**.m3u8" -c copy -bsf:a aac_adtstoasc "output.mp4"
ffmpeg -i "https://**.m3u8" -c copy -bsf:v h264_mp4toannexb "output.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment