tweak(profile): Make Sure HDR Missing are in the Proper Profiles

This commit is contained in:
Seraphys
2025-09-27 13:49:41 -05:00
parent 38fff23e3a
commit 724395e086
6 changed files with 16 additions and 14 deletions

View File

@@ -0,0 +1,57 @@
name: HDR (Missing)
description: Attempts to match HDR in 1080p x265 Encodes labelled with x265
tags:
- Colour Grade
- HDR
conditions:
- name: 1080p
negate: false
required: true
resolution: 1080p
type: resolution
- name: Bluray
negate: false
required: true
source: bluray
type: source
- name: Dolby Vision
negate: false
pattern: Dolby Vision
required: true
type: release_title
- name: x265
negate: false
pattern: x265
required: true
type: release_title
- name: Not SDR
negate: true
pattern: SDR
required: true
type: release_title
- name: Not PQ
negate: true
pattern: PQ
required: true
type: release_title
- name: Not HLG
negate: true
pattern: HLG
required: true
type: release_title
- name: Not HDR
negate: true
pattern: HDR
required: true
type: release_title
- name: Not HDR10
negate: true
pattern: HDR10
required: true
type: release_title
- name: Not HDR10+
negate: true
pattern: HDR10+
required: true
type: release_title
tests: []