Created
August 6, 2024 15:44
-
-
Save hrom512/99945933e872fdc5aee9112a060c6ebd to your computer and use it in GitHub Desktop.
Download m3u8 from website
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
| # view info about format | |
| ffmpeg -i https://my.com/my.m3u8 | |
| # save audio/video to file | |
| ffmpeg -i https://my.com/my.m3u8 -c copy out.mp4 | |
| ffmpeg -i https://my.com/my.m3u8 -c copy out.flac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment