https://github.com/rednblkx/dash-mp4-decrypt
https://github.com/rednblkx/dash-mp4-decrypt
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rednblkx/dash-mp4-decrypt
- Owner: rednblkx
- License: mit
- Created: 2021-02-09T17:15:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T14:45:32.000Z (over 1 year ago)
- Last Synced: 2025-04-17T10:27:47.765Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 7
- Watchers: 2
- 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]
```