Knowledge Hub
HTML
The Element HTML
allows you to generate video snippets from simple HTML code fragments. The element is intended to generate text videos for composing with other videos. We offer full support for CSS Text and Font properties, other HTML propoerties are off lable use...
Parameters
duration
The duration of the generated video
Type: Timestamp
Default: 1:00
width
The width of the generated video
Type: Integer
Default: 1920
height
The hight of the generated video
Type: Integer
Default: 1080
html
The HTML code fragment
Type: String
JSON Example
{
"id": "someid",
"type": "HTML",
"params": {
"duration": "1:00",
"width": "1920",
"height": "1080",
"html": " "
},
}