ArrProfiles/custom_formats/HDR10.yml

33 lines
538 B
YAML

name: HDR10
description: Matches the 'HDR10' Regex Pattern
tags:
- Colour Grade
- HDR
conditions:
- name: HDR10
negate: false
pattern: HDR10
required: true
type: release_title
- name: Not SDR
type: release_title
required: true
negate: true
pattern: SDR
- name: Not PQ
type: release_title
required: true
negate: true
pattern: PQ
- name: Not HLG
type: release_title
required: true
negate: true
pattern: HLG
- name: Not HDR10+
negate: true
pattern: HDR10+
required: true
type: release_title
tests: []