Skip to content

Instantly share code, notes, and snippets.

@Air-Craft
Created December 24, 2015 13:29
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Air-Craft/fefa1cf3429c40808b71 to your computer and use it in GitHub Desktop.
Save Air-Craft/fefa1cf3429c40808b71 to your computer and use it in GitHub Desktop.
Rip m3u8 stream (series of .ts files) to video via ffmpeg #video #conversion #streaming #ripping
ffmpeg -i "https://content.jwplatform.com/manifests/Wqyolfwt.m3u8" -c copy -bsf:a aac_adtstoasc video.mp4
@owlboy
Copy link

owlboy commented May 3, 2018

Works 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment