Package Exports
- mpegdashify
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mpegdashify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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