robin-fc / m3u8-download

used for m3u8 hls files download, and merge and transform to mp4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadMe

  1. collect .ts files by m3u8 and save into fileList.txt
node filelist.js
  1. download .ts files by links in fileList.txt with Thunder or other download tool

  2. save all .ts files into a custom path

  3. merge .ts files info one .ts file

node compo.js
  1. format .ts into .mp4
node trans.js

About

used for m3u8 hls files download, and merge and transform to mp4


Languages

Language:JavaScript 100.0%