Skip to main content

Synopsis

Description

Restores a Profile 7 file by combining a converted file (Profile 8.1 or HDR10) with its .dovi archive. The command automatically detects the current file format and handles the restoration process accordingly. The output file is named <original>.restored.mkv and contains the rebuilt Profile 7 video with all original audio and subtitle tracks.

Arguments

Options

Examples

Restore using archive in the same directory:
Looks for movie.dovi in the same directory as movie.mkv. Restore using archive from a backup drive:
Use a fast temp directory:

Output

Restoration Process

  1. Locate archive — Finds <filename>.dovi in the same directory, or uses --source
  2. Extract Base Layer — Pulls the video stream from the current file
  3. Detect format — Checks if the file is Profile 8.1 or HDR10
  4. Sanitize — If Profile 8.1, strips the injected RPU to get a clean Base Layer
  5. Unpack archive — Extracts the original Enhancement Layer
  6. Rebuild — Muxes Base Layer + Enhancement Layer into Profile 7
  7. Remux — Combines restored video with original audio and subtitles
  8. Verify — Confirms the output is valid Profile 7

Error Handling

Missing archive:
Use --source to specify the correct path to the archive.

Restrictions

  • Single file only. There is no batch restore mode.
  • Requires matching archive. The .dovi archive must be from the same source file. Using an archive from a different file produces invalid output.

See Also