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

https://github.com/devlarley/initext

Extract PSSH/Key IDs from an init.mp4 file
https://github.com/devlarley/initext

Last synced: about 1 year ago
JSON representation

Extract PSSH/Key IDs from an init.mp4 file

Awesome Lists containing this project

README

          

# InitExt
Extract Widevine PSSH strings from an init fragment

# Usage
```python
initext by github.com/DevLARLEY
Usage: InitExt.exe
```

# Compiling
```bash
dotnet publish . -r win-x64 -c Release -o artifact-x64 -p:PublishAot=true
```