{
"width": 1920,
"height": 1080,
"duration": 15,
"backgroundColor": "#0a0a0f",
"shapes": [
{
"type": "text", "x": 960, "y": 540,
"text": "WELCOME", "fontSize": 120, "color": "#ffffff", "bold": true, "align": "center",
"startTime": 0, "duration": 4, "trackId": "track-1"
},
{
"type": "text", "x": 960, "y": 640,
"text": "to the show", "fontSize": 36, "color": "#888888", "align": "center",
"startTime": 1, "duration": 3, "trackId": "track-2"
},
{
"type": "rect", "x": 760, "y": 520, "width": 400, "height": 4,
"fillColor": "#e94560",
"startTime": 0.5, "duration": 3, "trackId": "track-3"
},
{
"type": "text", "x": 960, "y": 540,
"text": "Episode 1", "fontSize": 72, "color": "#ffffff", "align": "center",
"startTime": 5, "duration": 5, "trackId": "track-1"
}
]
}