mpegdashify
v2.0.0
Published
Quickly spit out a MPD file and its segments with MP4Box
Downloads
7
Readme
mpegdashify
Simple MP4Box
wrapper that adds sane defaults for generating a MPD
MPEG-DASH manifest file with segments. This module supports .m3u8
extension input and defaults to a 4000
duration with 4000
as the
-frag
value
Installation
$ [sudo] npm install mpegdashify -g
Usage
usage: mpegdashify [...options] <input>
Example
# transform HLS transport streams into segments
$ dashify -out big-buck-bunny.mpd /path/to/hls/*.ts
License
MIT