ArrProfiles/custom_formats/DV.yml

26 lines
423 B
YAML

name: DV
description: ''
tags: []
conditions:
- name: DV
type: release_title
required: true
negate: false
pattern: Dolby Vision
- name: Not DV HDR10
type: release_title
required: true
negate: true
pattern: DV HDR10
- name: Not DV HLG
type: release_title
required: true
negate: true
pattern: DV HLG
- name: Not DV SDR
type: release_title
required: true
negate: true
pattern: DV SDR
tests: []