-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscene.json
More file actions
46 lines (46 loc) · 1.31 KB
/
scene.json
File metadata and controls
46 lines (46 loc) · 1.31 KB
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
41
42
43
44
45
46
{
"scene_id": "monster_intro_001",
"description": "Monsters gather and sing on an island that forms the logo.",
"mood": "Joyful, whimsical, cinematic",
"tempo_bpm": 105,
"duration_seconds": 30,
"timeline": {
"0-4": "Solo beat from stone creature (Noggin)",
"4-8": "Bass hum joins in (Mammott)",
"8-12": "Cheerleader vocals enter (PomPom)",
"12-16": "More monsters join with quirky vocals",
"16-22": "Build-up to full chorus",
"22-30": "Final chorus and logo reveal"
},
"media_intent": {
"audio": {
"instruments": [
"stone percussion",
"vocal hum",
"cheer chant",
"synth plucks"
],
"style": "animated ensemble",
"key": "C major"
},
"visual": {
"style": "3D cartoon, bright, magical",
"characters": [
"Noggin",
"Mammott",
"PomPom",
"Furcorn",
"Maw",
"Entbrat"
],
"camera": "crane pull-back on chorus"
},
"video": {
"transitions": [
"match cuts",
"camera dolly",
"aerial zoom out"
]
}
}
}