Created
December 11, 2023 04:56
-
-
Save AndriyKalashnykov/6368df7c846d342706ec9bc868678c33 to your computer and use it in GitHub Desktop.
m3u8 to mp4
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
fmpeg -protocol_whitelist "file,http,https,tcp,tls" -i source.m3u8 -c copy file.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment