-
-
Save trungpv1601/8ea34b865debb532c1fed84c5545b87d to your computer and use it in GitHub Desktop.
Download .ts video file by ffmpeg via .m3u8
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
# 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