Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rednblkx/dash-mp4-decrypt
https://github.com/rednblkx/dash-mp4-decrypt
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rednblkx/dash-mp4-decrypt
- Owner: rednblkx
- License: mit
- Created: 2021-02-09T17:15:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T14:45:32.000Z (8 months ago)
- Last Synced: 2024-03-29T15:41:01.133Z (8 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dash to MP4 and decrypt (with known key)
Simple script that downloads all the bitrate versions from the MPD manifest, merges all the segments from one bitrate into 1 big mp4 that gets decrypted using the key provided
This script downloads all the bitrates and all audio versions but it muxes only the first audio version
The command syntax is like this (watch out for quotation marks)
```bash
$ npm start [mpd uri] '["KID:KEY"]' [output file prefix]
```