Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickdesaulniers/combine-mpd
Combine MPEG DASH MPD manifest files
https://github.com/nickdesaulniers/combine-mpd
Last synced: about 13 hours ago
JSON representation
Combine MPEG DASH MPD manifest files
- Host: GitHub
- URL: https://github.com/nickdesaulniers/combine-mpd
- Owner: nickdesaulniers
- License: other
- Created: 2015-04-13T22:06:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T17:23:07.000Z (over 1 year ago)
- Last Synced: 2024-07-26T23:23:05.786Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-video - nickdesaulniers/combine-mpd - Combine MPEG DASH MPD manifest files. (DASH / Talks Presentations Podcasts)
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.