-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpicture-in-picture.json
72 lines (72 loc) · 2.61 KB
/
picture-in-picture.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"timeline": {
"background": "#000000",
"tracks": [
{
"clips": [
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/examples/picture-in-picture/commentary.mp4",
"volume": 1
},
"start": 0,
"length": 4.96
},
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/examples/picture-in-picture/commentary.mp4",
"volume": 1,
"trim": 5
},
"start": 5,
"length": 4.96,
"scale": 0.35,
"position": "bottomRight"
},
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/examples/picture-in-picture/commentary.mp4",
"volume": 1,
"trim": 10
},
"start": 10,
"length": 2.46,
"scale": 0.35,
"position": "topRight"
},
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/examples/picture-in-picture/commentary.mp4",
"volume": 1,
"trim": 12.5
},
"start": 12.5,
"length": 2.5,
"scale": 0.25,
"position": "topRight"
}
]
},
{
"clips": [
{
"asset": {
"type": "video",
"src": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/examples/picture-in-picture/code.mp4"
},
"start": 5,
"length": 10
}
]
}
]
},
"output": {
"format": "mp4",
"resolution": "sd"
}
}