Skip to content

Instantly share code, notes, and snippets.

@hrvoj3e
Forked from John07/HLS_to_mp4
Created November 19, 2017 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrvoj3e/c1adb519f8da1dd2d7a1172b5984d707 to your computer and use it in GitHub Desktop.
Save hrvoj3e/c1adb519f8da1dd2d7a1172b5984d707 to your computer and use it in GitHub Desktop.
Save/record HTTP Live Stream (short HLS, the kind of live stream that can be played by iOS devices) to disk as mp4 file
ffmpeg -re -i http://url.com/playlist.m3u8 -c copy -bsf:a aac_adtstoasc output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment