Skip to content

Instantly share code, notes, and snippets.

@DOSputin
Created July 27, 2018 09:48
Show Gist options
  • Save DOSputin/fe467be85b36a3bcd641de34af9ba85f to your computer and use it in GitHub Desktop.
Save DOSputin/fe467be85b36a3bcd641de34af9ba85f to your computer and use it in GitHub Desktop.
use ffmpeg to stream chunked video from online .m3u8 playlists to a .mkv cage file.

ffmpeg -i http://...m3u8 -c copy live.mkv

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