Created
April 26, 2021 18:28
-
-
Save DipanshKhandelwal/26ac1ddd609d7a906bb105dd5a9ba582 to your computer and use it in GitHub Desktop.
Simply convert m3u8 streams to mp4
This file contains 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
ffmpeg -i "link.m3u8" -bsf:a aac_adtstoasc -c copy file.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment