-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample_workflow_api.json
More file actions
64 lines (64 loc) · 1.09 KB
/
Copy pathexample_workflow_api.json
File metadata and controls
64 lines (64 loc) · 1.09 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
{
"1": {
"class_type": "StoryboardShotRecordLoader",
"inputs": {
"shot_json": "{\"shot_type\": \"wide_establishing\", \"subjects\": [\"knight\", \"cathedral\"]}",
"shot_file": "",
"shot_type": "",
"subjects": ""
}
},
"2": {
"class_type": "StoryboardCompositionLayout",
"inputs": {
"shot_json": [
"1",
0
],
"composition": "rule_of_thirds"
}
},
"3": {
"class_type": "StoryboardBBoxGenerator",
"inputs": {
"layout_json": [
"2",
0
]
}
},
"4": {
"class_type": "StoryboardPreviewRenderer",
"inputs": {
"bbox_json": [
"3",
0
],
"shot_json": [
"1",
0
],
"width": 768,
"height": 432
}
},
"5": {
"class_type": "StoryboardExportTools",
"inputs": {
"filename_prefix": "storyboard",
"shot_json": [
"1",
0
],
"layout_json": [
"2",
0
],
"bbox_json": [
"3",
0
],
"title": "Knight & Cathedral"
}
}
}