blob: e5fd3d5eedf31ba1eb4fb4edd93fd8cec94dff94 [file] [log] [blame]
Aline Gondim Santos329f8622022-11-08 08:04:22 -03001[
2 {
3 "type": "List",
4 "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 ]
81 }
82]