File size: 781 Bytes
0ff5bc0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | {
"caption": {
"type": "text",
"z": 4,
"inputs": {
"parameters": ["text"],
"actions": ["set_time_start", "set_time_end"]
},
"parameters": {
"text": null,
"fontsize": 100,
"font": "public/Anta-Regular.ttf",
"color": "white",
"highlight_color": "#FFD700",
"stroke_width": 3,
"stroke_color": "black",
"method": "caption",
"size": [900, null],
"words_to_show": 4,
"highlight_method": "dynamic_word"
},
"actions": [
{
"type": "set_time_start",
"param": null
},
{
"type": "set_time_end",
"param": null
},
{
"type": "screen_position",
"param": {
"pos": "center"
}
}
]
}
}
|