Skip to content

Instantly share code, notes, and snippets.

@amaurycatelan
Forked from katopz/ts-dl.sh
Created May 20, 2019 23:27
Show Gist options
  • Select an option

  • Save amaurycatelan/d02b217421859e3b38efa753a546a234 to your computer and use it in GitHub Desktop.

Select an option

Save amaurycatelan/d02b217421859e3b38efa753a546a234 to your computer and use it in GitHub Desktop.
Download .ts video file by ffmpeg via .m3u8
# Install ffmpeg
brew install ffmpeg
# Download
ffmpeg -i https://foo.com/bar.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment