blob: e803e211495a979010569a72d653f0016c890301 [file] [log] [blame]
Aline Gondim Santos329f8622022-11-08 08:04:22 -03001[
2 {
3 "type": "List",
Aline Gondim Santos329f8622022-11-08 08:04:22 -03004 "key": "background",
5 "title": "{{background_title}}",
6 "summary": "{{background_summary}}",
7 "defaultValue": "black@0.0",
8 "scope": "plugin,Transcript",
9 "entryValues": [
10 "black@0.0",
11 "black@0.5",
12 "white@0.5"
13 ],
14 "entries": [
15 "{{background_entries_1}}",
16 "{{background_entries_2}}",
17 "{{background_entries_3}}"
18 ]
19 },
20 {
21 "type": "List",
22 "key": "position",
23 "title": "{{position_title}}",
24 "defaultValue": "2",
25 "scope": "plugin,Transcript",
26 "entryValues": [
27 "1",
28 "2",
29 "3",
30 "4"
31 ],
32 "entries": [
33 "{{position_entries_1}}",
34 "{{position_entries_2}}",
35 "{{position_entries_3}}",
36 "{{position_entries_4}}"
37 ]
38 },
39 {
40 "type": "List",
41 "key": "fontsize",
42 "title": "{{fontsize_title}}",
43 "defaultValue": "14",
44 "scope": "plugin,Transcript",
45 "entryValues": [
46 "10",
47 "12",
48 "14",
49 "16",
50 "18",
51 "24",
52 "36",
53 "72"
54 ],
55 "entries": [
56 "10",
57 "12",
58 "14",
59 "16",
60 "18",
61 "24",
62 "36",
63 "72"
64 ]
65 },
66 {
67 "type": "List",
68 "key": "avstream",
69 "title": "{{avstream_title}}",
70 "summary": "{{avstream_summary}}",
71 "defaultValue": "in",
72 "scope": "plugin",
73 "entryValues": [
74 "out",
75 "in"
76 ],
77 "entries": [
78 "{{avstream_entries_1}}",
79 "{{avstream_entries_2}}"
80 ]
Aline Gondim Santos3d943292022-12-13 09:20:01 -030081 },
82 {
Aline Gondim Santos440e8122023-01-09 14:03:49 -030083 "type": "List",
84 "key": "chunksize",
85 "title": "{{chunk_title}}",
86 "defaultValue": "15",
87 "scope": "plugin,Transcript",
88 "entryValues": [
89 "5",
90 "6",
91 "7",
92 "8",
93 "9",
94 "10",
95 "11",
96 "12",
97 "13",
98 "14",
99 "15",
100 "16",
101 "17",
102 "18",
103 "19",
104 "20",
105 "21",
106 "22",
107 "23",
108 "24",
109 "25",
110 "26",
111 "27",
112 "28",
113 "29",
114 "30"
115 ],
116 "entries": [
117 "5",
118 "6",
119 "7",
120 "8",
121 "9",
122 "10",
123 "11",
124 "12",
125 "13",
126 "14",
127 "15",
128 "16",
129 "17",
130 "18",
131 "19",
132 "20",
133 "21",
134 "22",
135 "23",
136 "24",
137 "25",
138 "26",
139 "27",
140 "28",
141 "29",
142 "30"
143 ]
144 },
145 {
146 "type": "List",
147 "key": "stepsize",
148 "title": "{{step_title}}",
149 "defaultValue": "3",
150 "scope": "plugin,Transcript",
151 "entryValues": [
152 "1",
153 "2",
154 "3",
155 "4",
156 "5",
157 "6",
158 "7",
159 "8",
160 "9",
161 "10",
162 "11",
163 "12",
164 "13",
165 "14",
166 "15",
167 "16",
168 "17",
169 "18",
170 "19",
171 "20",
172 "21",
173 "22",
174 "23",
175 "24",
176 "25",
177 "26",
178 "27",
179 "28",
180 "29",
181 "30"
182 ],
183 "entries": [
184 "1",
185 "2",
186 "3",
187 "4",
188 "5",
189 "6",
190 "7",
191 "8",
192 "9",
193 "10",
194 "11",
195 "12",
196 "13",
197 "14",
198 "15",
199 "16",
200 "17",
201 "18",
202 "19",
203 "20",
204 "21",
205 "22",
206 "23",
207 "24",
208 "25",
209 "26",
210 "27",
211 "28",
212 "29",
213 "30"
214 ]
215 },
216 {
Aline Gondim Santos3d943292022-12-13 09:20:01 -0300217 "type": "Switch",
218 "key": "acceleration",
219 "title": "{{acceleration_title}}",
220 "summary": "{{acceleration_summary}}",
221 "defaultValue": "1",
222 "scope": "plugin"
Aline Gondim Santos329f8622022-11-08 08:04:22 -0300223 }
224]