Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nickdesaulniers/combine-mpd

Combine MPEG DASH MPD manifest files
https://github.com/nickdesaulniers/combine-mpd

Last synced: about 12 hours ago
JSON representation

Combine MPEG DASH MPD manifest files

Awesome Lists containing this project

README

        

# combine-mpd
A command line tool to combine your MPD (media presentation description) manifest files used for MPEG DASH.

```
npm install -g combine-mpd
combine-mpd input0.mpd [input1.mpd input2.mpd input3.mpd ...] output.mpd
```

The command line tool is variadic, accepting 1 or more inputs and writing to a file named by the final argument.