-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalid-segmented.manifest.json
More file actions
73 lines (73 loc) · 1.38 KB
/
valid-segmented.manifest.json
File metadata and controls
73 lines (73 loc) · 1.38 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
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
73
{
"schema": "com.vjb.bundle",
"schemaVersion": "1.0.0",
"bundleId": "example-valid-segmented",
"title": "Segmented Example",
"source": {
"fileName": "club_loop.mp4",
"durationMs": 4000,
"width": 1920,
"height": 1080,
"fpsNominal": 30.0,
"frameCount": 120
},
"bake": {
"targetFps": 120.0,
"interpolationFactor": 4.0
},
"media": {
"primaryVideo": {
"path": "media/master.mov",
"container": "mov",
"codec": "prores_422",
"width": 1920,
"height": 1080,
"fps": 120.0,
"frameCount": 480,
"durationMs": 4000
}
},
"transport": {
"defaultMode": "once",
"defaultDirection": 1.0,
"defaultSpeed": 1.0,
"seekMode": "frame-accurate",
"quantizeUnit": "marker"
},
"markers": [
{
"id": "m_intro",
"index": 1,
"frame": 0,
"roles": ["cue"],
"state": {
"mode": "loop",
"speed": 1.0
}
},
{
"id": "q_bar_2",
"index": 2,
"frame": 120,
"roles": ["quantize"]
},
{
"id": "m_hit",
"index": 3,
"frame": 180,
"roles": ["cue", "quantize"],
"segmentEndMarkerId": "m_tail",
"state": {
"mode": "pingpong",
"direction": -1.0,
"speed": 0.5,
"easing": "cubic-out"
}
},
{
"id": "m_tail",
"index": 4,
"frame": 239
}
]
}