Spaces:
Sleeping
Sleeping
File size: 769 Bytes
9459cd0 | 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 | {
"template": "financial_truth",
"timeline": [
{
"id": "scene01",
"type": "video",
"url": "https://example.com/host.mp4"
},
{
"id": "scene02",
"type": "image",
"url": "https://example.com/chart.png",
"duration": 8,
"animation": "zoom_in"
},
{
"id": "scene03",
"type": "image",
"url": "https://example.com/news.png",
"duration": 6,
"animation": "pan_left"
}
],
"voice": {
"url": "https://example.com/voice.wav"
},
"bgm": {
"url": "https://example.com/bgm.mp3",
"volume": 0.15
},
"subtitle": {
"url": "https://example.com/subtitle.srt",
"style": "financial"
},
"thumbnail": {
"auto_extract": true,
"at_second": 1.0
}
}
|