/Parse-Fel-Master-Data

Simple CLI to parse Dolby Vision master data via the RPU/MediaInfo and output data needed for x265

Primary LanguagePythonMIT LicenseMIT

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 to utilize this utility. At the moment this expects you already have the RPU extracted via dovi_tool as an input here.