Created
March 22, 2019 10:35
-
-
Save imty42/4b3c5797fe70fef3149e7c73528575bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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