Skip to content

Instantly share code, notes, and snippets.

@hrom512
Created August 6, 2024 15:44
Show Gist options
  • Select an option

  • Save hrom512/99945933e872fdc5aee9112a060c6ebd to your computer and use it in GitHub Desktop.

Select an option

Save hrom512/99945933e872fdc5aee9112a060c6ebd to your computer and use it in GitHub Desktop.
Download m3u8 from website
# 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