mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-16 18:57:02 +00:00
feat(format): implement resolution custom formats
- SD - HD - UHD
This commit is contained in:
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: []
|
||||
Reference in New Issue
Block a user