-
Notifications
You must be signed in to change notification settings - Fork 9
/
snowflake-overlay.json
51 lines (51 loc) · 1.57 KB
/
snowflake-overlay.json
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
47
48
49
50
51
{
"timeline": {
"background": "#ffffff",
"tracks": [
{
"clips": [
{
"asset": {
"type": "title",
"text": "SNOWFLAKES",
"style": "chunk",
"size": "x-large"
},
"start": 2.2,
"length": 4,
"opacity": 0.65,
"transition": {
"in": "fade",
"out": "fade"
}
}
]
},
{
"clips": [
{
"asset": {
"type": "luma",
"src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/luma-mattes/snowflakes.mov"
},
"start": 0,
"length": 15
},
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/scenes/winter-cinematic.mp4",
"volume": 1
},
"start": 0,
"length": 15
}
]
}
]
},
"output": {
"format": "mp4",
"resolution": "sd"
}
}