feat(format): implement resolution custom formats
- SD - HD - UHD
This commit is contained in:
parent
66876e2e23
commit
cf0d672924
7 changed files with 94 additions and 0 deletions
13
custom_formats/540p.yml
Normal file
13
custom_formats/540p.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: 540p
|
||||
description: Intermediate standard definition resolution commonly used in compressed
|
||||
Blu-ray encodes to save space while maintaining acceptable quality.
|
||||
tags:
|
||||
- Standard Definition
|
||||
- Resolution
|
||||
conditions:
|
||||
- name: 540p
|
||||
negate: false
|
||||
required: true
|
||||
resolution: 540p
|
||||
type: resolution
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue