create(format): Standard Dynamic Range

This commit is contained in:
santiagosayshey 2025-01-16 16:13:53 +10:50
parent eb432c50f8
commit 7fcd93eb78
1 changed files with 32 additions and 0 deletions

32
custom_formats/SDR.yml Normal file
View File

@ -0,0 +1,32 @@
name: SDR
description: Attempts to match Standard Dynamic Range by negating any known HDR formats
tags:
- Colour Grade
- HDR
conditions:
- name: WEB-DL
type: source
required: true
negate: false
source: web_dl
- name: 2160p
type: resolution
required: true
negate: false
resolution: 2160p
- name: Not HDR10+
type: release_title
required: true
negate: true
pattern: HDR10+
- name: Not Dolby Vision
type: release_title
required: true
negate: true
pattern: Dolby Vision
- name: Not HDR10
negate: true
pattern: HDR10
required: true
type: release_title
tests: []