Skip to content

Instantly share code, notes, and snippets.

@vladdancer
Created July 5, 2021 11:21
Show Gist options
  • Save vladdancer/55e6d1fd6b75bd828aba3efb1e312b25 to your computer and use it in GitHub Desktop.
Save vladdancer/55e6d1fd6b75bd828aba3efb1e312b25 to your computer and use it in GitHub Desktop.
Download video from playlist file
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