0.0.5 • Published 7 years ago

dash-mp4box-sidx v0.0.5

Weekly downloads
7
License
-
Repository
github
Last release
7 years ago

DASH MP4 files with MP4Box

Extract the SIDX manifest after.

Expects MP4 to be installed. See here

Example.js

options

{ distance: 2000, save: __dirname }

You can pass a full MP4Box command in 3rd peram

const Dash = require('./index')
Dash(['video.mp4'],{distance: 2000}, ['-frag'...]).then(d => {
  console.log(d);
})
0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago