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

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

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.