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
- Host: GitHub
- URL: https://github.com/devlarley/initext
- Owner: DevLARLEY
- License: gpl-2.0
- Created: 2024-01-28T15:50:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T20:25:52.000Z (over 1 year ago)
- Last Synced: 2025-04-08T13:49:59.280Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 260 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```