https://github.com/jessielw/parse-fel-master-data
Simple CLI to parse Dolby Vision master data via the RPU/MediaInfo and output data needed for x265
https://github.com/jessielw/parse-fel-master-data
data dolby fel master mediainfo mi parse rpu vision
Last synced: 9 months ago
JSON representation
Simple CLI to parse Dolby Vision master data via the RPU/MediaInfo and output data needed for x265
- Host: GitHub
- URL: https://github.com/jessielw/parse-fel-master-data
- Owner: jessielw
- License: mit
- Created: 2024-08-20T04:16:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-30T22:35:13.000Z (11 months ago)
- Last Synced: 2025-07-08T04:18:55.976Z (11 months ago)
- Topics: data, dolby, fel, master, mediainfo, mi, parse, rpu, vision
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parse-Fel-Master-Data
Simple CLI to parse Dolby Vision master data via the RPU/MediaInfo and output data needed for x265
## Usage
```
usage: ParseFelData [-h] [-v] [-r RPU_INPUT] [-i INPUT] [-d DOVI_TOOL] [-o TXT_OUTPUT] [-x]
options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-r RPU_INPUT, --rpu-input RPU_INPUT
Input file (RPU.bin)
-i INPUT, --input INPUT
Input file (video.ext)
-d DOVI_TOOL, --dovi-tool DOVI_TOOL
Path to dovi_tool executable
-o TXT_OUTPUT, --txt-output TXT_OUTPUT
Path to save output to file (filepath.txt)
-x, --encoder-command-only
If passed generated command for video encoders will be the only
output (encoders supported x264, x265)
```
## Requirements
You will need to have [dovi_tool](https://github.com/quietvoid/dovi_tool) to utilize this utility. At the moment
this expects you already have the RPU extracted via dovi_tool as an input here.