JSPM

mpegdashify

2.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 1
    • Score
      100M100P100Q21753F
    • License MIT

    Quickly spit out a MPD file and its segments with MP4Box

    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