description updates
This commit is contained in:
@@ -5,32 +5,58 @@
|
||||
"category": "Scopes & Guides",
|
||||
"entryPoint": "shadeVideo",
|
||||
"parameters": [
|
||||
{ "id": "showActionSafe", "label": "Action Safe", "type": "bool", "default": true },
|
||||
{ "id": "showTitleSafe", "label": "Title Safe", "type": "bool", "default": true },
|
||||
{ "id": "showCenter", "label": "Center Marks", "type": "bool", "default": true },
|
||||
{
|
||||
"id": "showActionSafe",
|
||||
"label": "Action Safe",
|
||||
"type": "bool",
|
||||
"default": true,
|
||||
"description": "Shows the broadcast action-safe rectangle."
|
||||
},
|
||||
{
|
||||
"id": "showTitleSafe",
|
||||
"label": "Title Safe",
|
||||
"type": "bool",
|
||||
"default": true,
|
||||
"description": "Shows the broadcast title-safe rectangle."
|
||||
},
|
||||
{
|
||||
"id": "showCenter",
|
||||
"label": "Center Marks",
|
||||
"type": "bool",
|
||||
"default": true,
|
||||
"description": "Shows center marks for alignment."
|
||||
},
|
||||
{
|
||||
"id": "lineColor",
|
||||
"label": "Line Color",
|
||||
"type": "color",
|
||||
"default": [1.0, 1.0, 1.0, 1.0]
|
||||
"default": [
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1
|
||||
],
|
||||
"description": "Color used for guide lines and marks."
|
||||
},
|
||||
{
|
||||
"id": "lineOpacity",
|
||||
"label": "Line Opacity",
|
||||
"type": "float",
|
||||
"default": 0.65,
|
||||
"min": 0.0,
|
||||
"max": 1.0,
|
||||
"step": 0.01
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": 0.01,
|
||||
"description": "Overall visibility of the guide lines."
|
||||
},
|
||||
{
|
||||
"id": "lineThicknessPixels",
|
||||
"label": "Line Thickness",
|
||||
"type": "float",
|
||||
"default": 2.0,
|
||||
"default": 2,
|
||||
"min": 0.5,
|
||||
"max": 12.0,
|
||||
"step": 0.1
|
||||
"max": 12,
|
||||
"step": 0.1,
|
||||
"description": "Guide line width in output pixels."
|
||||
},
|
||||
{
|
||||
"id": "aspectMode",
|
||||
@@ -38,20 +64,34 @@
|
||||
"type": "enum",
|
||||
"default": "none",
|
||||
"options": [
|
||||
{ "value": "none", "label": "None" },
|
||||
{ "value": "239", "label": "2.39:1" },
|
||||
{ "value": "185", "label": "1.85:1" },
|
||||
{ "value": "square", "label": "1:1" }
|
||||
]
|
||||
{
|
||||
"value": "none",
|
||||
"label": "None"
|
||||
},
|
||||
{
|
||||
"value": "239",
|
||||
"label": "2.39:1"
|
||||
},
|
||||
{
|
||||
"value": "185",
|
||||
"label": "1.85:1"
|
||||
},
|
||||
{
|
||||
"value": "square",
|
||||
"label": "1:1"
|
||||
}
|
||||
],
|
||||
"description": "Adds an optional framing matte for common delivery ratios."
|
||||
},
|
||||
{
|
||||
"id": "matteOpacity",
|
||||
"label": "Matte Opacity",
|
||||
"type": "float",
|
||||
"default": 0.35,
|
||||
"min": 0.0,
|
||||
"max": 1.0,
|
||||
"step": 0.01
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": 0.01,
|
||||
"description": "Opacity of the aspect-ratio matte outside the active image."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user