Created
July 5, 2021 11:21
-
-
Save vladdancer/55e6d1fd6b75bd828aba3efb1e312b25 to your computer and use it in GitHub Desktop.
Download video from playlist file
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://example.com/playlist.m3u8' -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 ~/video_file.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment