ExtractReview plugin converted to use new DictItemWidget

This commit is contained in:
iLLiCiTiT 2020-09-17 19:32:47 +02:00
parent 02ba2a6f16
commit 2517f13266

View file

@ -169,9 +169,94 @@
"key": "enabled",
"label": "Enabled"
}, {
"type": "raw-json",
"type": "list",
"key": "profiles",
"label": "Profiles"
"label": "Profiles",
"object_type": "dict-item",
"input_modifiers": {
"children": [
{
"key": "families",
"label": "Families",
"type": "list",
"object_type": "text"
}, {
"key": "hosts",
"label": "Hosts",
"type": "list",
"object_type": "text"
}, {
"type": "splitter"
}, {
"key": "outputs",
"label": "Output Definitions",
"type": "dict-modifiable",
"highlight_content": true,
"object_type": "dict-item",
"input_modifiers": {
"children": [
{
"key": "ext",
"label": "Output extension",
"type": "text"
}, {
"key": "tags",
"label": "Tags",
"type": "list",
"object_type": "text"
}, {
"key": "ffmpeg_args",
"label": "FFmpeg arguments",
"type": "dict",
"highlight_content": true,
"children": [
{
"key": "video_filters",
"label": "Video filters",
"type": "list",
"object_type": "text"
}, {
"type": "splitter"
}, {
"key": "audio_filters",
"label": "Audio filters",
"type": "list",
"object_type": "text"
}, {
"type": "splitter"
}, {
"key": "input",
"label": "Input arguments",
"type": "list",
"object_type": "text"
}, {
"type": "splitter"
}, {
"key": "output",
"label": "Output arguments",
"type": "list",
"object_type": "text"
}
]
}, {
"key": "filter",
"label": "Additional output filtering",
"type": "dict",
"highlight_content": true,
"children": [
{
"key": "families",
"label": "Families",
"type": "list",
"object_type": "text"
}
]
}
]
}
}
]
}
}
]
}, {