changed position of overscan color

This commit is contained in:
iLLiCiTiT 2021-06-15 12:21:33 +02:00
parent be02d15822
commit 8b7326e9ec
2 changed files with 12 additions and 12 deletions

View file

@ -56,14 +56,14 @@
]
},
"overscan_crop": "",
"width": 0,
"height": 0,
"overscan_color": [
0,
0,
0,
255
],
"width": 0,
"height": 0,
"bg_color": [
0,
0,

View file

@ -182,6 +182,16 @@
"key": "overscan_crop",
"label": "Overscan crop"
},
{
"type": "label",
"label": "Overscan color is used when input aspect ratio is not same as output aspect ratio."
},
{
"type": "color",
"label": "Overscan color",
"key": "overscan_color",
"use_alpha": false
},
{
"type": "label",
"label": "Width and Height must be both set to higher value than 0 else source resolution is used."
@ -202,16 +212,6 @@
"minimum": 0,
"maximum": 100000
},
{
"type": "label",
"label": "Overscan color is used only when output aspect pixel ratio is not same as input ratio."
},
{
"type": "color",
"label": "Overscan color",
"key": "overscan_color",
"use_alpha": false
},
{
"type": "label",
"label": "Background color is used only when input have transparency and Alpha is higher than 0."