Skip to content

Instantly share code, notes, and snippets.

@finngreig
Created September 13, 2021 13:43
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 finngreig/ae7b54d808475612dc19e79d7f1736a1 to your computer and use it in GitHub Desktop.
Save finngreig/ae7b54d808475612dc19e79d7f1736a1 to your computer and use it in GitHub Desktop.
Example: saving TVNZ 2 HLS stream to MP4 using ffmpeg
ffmpeg -i "https://i.mjh.nz/nz/tv.10.m3u8" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 file.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment