Skip to content

Instantly share code, notes, and snippets.

@imty42
Created March 22, 2019 10:35
Show Gist options
  • Save imty42/4b3c5797fe70fef3149e7c73528575bf to your computer and use it in GitHub Desktop.
Save imty42/4b3c5797fe70fef3149e7c73528575bf to your computer and use it in GitHub Desktop.
# 00. Install ffmpeg first
brew install ffmpeg
# 01. Download from m3u8 URL, and combine the ts file into one mp4
ffmpeg -user_agent "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7" -c copy video.mp4 -i [http://source.m3u8]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment