Created
December 24, 2015 13:29
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i "https://content.jwplatform.com/manifests/Wqyolfwt.m3u8" -c copy -bsf:a aac_adtstoasc video.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works 👍