Synopsis
Description
Scans MKV files to identify their video format (HDR10, Dolby Vision Profile) and analyzes Profile 7 files to determine FEL complexity. You can scan individual files, directories, or any combination. If no path is specified, scans all MKV files in the current directory. The scan samples 10 timestamps across each file and analyzes the RPU metadata to detect brightness expansion, which indicates Complex FEL.Options
| Option | Short | Description |
|---|---|---|
--recursive [N] | -r [N] | Scan subdirectories recursively up to depth N (default: 5) |
--candidates | — | Show only Profile 7 files that can be converted |
--debug | — | Generate dovi_convert_debug.log with detailed output |
Examples
Scan current directory:Output
The scan displays:- Video format — HDR10, Dolby Vision Profile 5/7/8, etc.
- FEL type (for Profile 7) — MEL, Simple FEL, or Complex FEL
- Color-coded verdict — Green (safe), yellow (verify), red (skip)