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

https://github.com/devlarley/multimpdtool

Automatically downloads DRM L3 Content, decrypts it and combines Video and Audio (Requires mp4decrypt, ffmpeg, CDM and pywidevine).
https://github.com/devlarley/multimpdtool

Last synced: about 1 year ago
JSON representation

Automatically downloads DRM L3 Content, decrypts it and combines Video and Audio (Requires mp4decrypt, ffmpeg, CDM and pywidevine).

Awesome Lists containing this project

README

          

# MultiMPDTool
Automatically downloads DRM L3 Content, decrypts it and combines Video and Audio.

# Requirements
+ Python 3 (Tested on 3.12.0)
+ mp4decrypt (bento4)
+ ffmpeg
+ pywidevine (with working CDM)

# Usage
+ Install python modules: `pip3 install -r requirements.txt`
+ Create a folder called `CDM` with your CDM inside
+ Run MultiMPDTool `python3 multimpdtool.py`

# Preview
![MultiMPDTool Showcase](https://i.imgur.com/OuUtNUg.png)