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/360p.yml
Normal file
15
custom_formats/360p.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: 360p
|
||||
description: Low resolution video format typically used in older or highly compressed
|
||||
content.
|
||||
tags:
|
||||
- Standard Definition
|
||||
- Mobile
|
||||
- Legacy
|
||||
- Resolution
|
||||
conditions:
|
||||
- name: 360p
|
||||
negate: false
|
||||
required: true
|
||||
resolution: 360p
|
||||
type: resolution
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue