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
15
custom_formats/480p.yml
Normal file
15
custom_formats/480p.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: 480p
|
||||
description: Standard definition resolution commonly used in DVD and early web video
|
||||
content.
|
||||
tags:
|
||||
- Standard Definition
|
||||
- Web
|
||||
- Legacy
|
||||
- Resolution
|
||||
conditions:
|
||||
- name: 480p
|
||||
negate: false
|
||||
required: true
|
||||
resolution: 480p
|
||||
type: resolution
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue