Created
February 7, 2025 07:28
-
-
Save tonsmets/ee2f11ab37c025286f813242ca8d1992 to your computer and use it in GitHub Desktop.
Download m3u8 streams to mp4 with ffmpeg
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
ffmpeg -i 'https://urlwhereitis.com/file.m3u8?' -bsf:a aac_adtstoasc \ | |
-vcodec copy -c copy -crf 50 ~/Downloads/outfile.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment