-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_project.json
61 lines (61 loc) · 2.19 KB
/
test_project.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
{
"OTIO_SCHEMA": "Timeline.1",
"metadata": {},
"name": "test_project",
"global_start_time": null,
"tracks": {
"OTIO_SCHEMA": "Stack.1",
"metadata": {},
"name": "tracks",
"source_range": null,
"effects": [],
"markers": [],
"children": [
{
"OTIO_SCHEMA": "Track.1",
"metadata": {},
"name": "background",
"source_range": null,
"effects": [],
"markers": [],
"children": [
{
"OTIO_SCHEMA": "Clip.1",
"metadata": {},
"name": "test_shot",
"source_range": null,
"effects": [],
"markers": [],
"media_reference": {
"OTIO_SCHEMA": "ImageSequenceReference.1",
"metadata": {},
"name": "",
"available_range": {
"OTIO_SCHEMA": "TimeRange.1",
"duration": {
"OTIO_SCHEMA": "RationalTime.1",
"rate": 30.0,
"value": 1.0
},
"start_time": {
"OTIO_SCHEMA": "RationalTime.1",
"rate": 30.0,
"value": 1.0
}
},
"target_url_base": "",
"name_prefix": "test_project_test_shot_v001.",
"name_suffix": ".png",
"start_frame": 1,
"frame_step": 1,
"rate": 30.0,
"frame_zero_padding": 4,
"missing_frame_policy": "error"
}
}
],
"kind": "Video"
}
]
}
}