forked from bbc/brave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
video_wall.yaml
348 lines (346 loc) · 6.01 KB
/
video_wall.yaml
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
# Creates a video wall of 24 different test sources.
# It's an example of how to mix multiple inputs side by side.
# Warning this is computationally heavy!
enable_audio: false
inputs:
- type: 'test_video'
pattern: 0
width: 160
height: 90
- type: 'test_video'
pattern: 1
width: 160
height: 90
- type: 'test_video'
pattern: 2
width: 160
height: 90
- type: 'test_video'
pattern: 3
width: 160
height: 90
- type: 'test_video'
pattern: 4
width: 160
height: 90
- type: 'test_video'
pattern: 5
width: 160
height: 90
- type: 'test_video'
pattern: 6
width: 160
height: 90
- type: 'test_video'
pattern: 7
width: 160
height: 90
- type: 'test_video'
pattern: 8
width: 160
height: 90
- type: 'test_video'
pattern: 9
width: 160
height: 90
- type: 'test_video'
pattern: 10
width: 160
height: 90
- type: 'test_video'
pattern: 11
width: 160
height: 90
- type: 'test_video'
pattern: 12
width: 160
height: 90
- type: 'test_video'
pattern: 13
width: 160
height: 90
- type: 'test_video'
pattern: 14
width: 160
height: 90
- type: 'test_video'
pattern: 15
width: 160
height: 90
- type: 'test_video'
pattern: 16
width: 160
height: 90
- type: 'test_video'
pattern: 17
width: 160
height: 90
- type: 'test_video'
pattern: 18
width: 160
height: 90
- type: 'test_video'
pattern: 19
width: 160
height: 90
- type: 'test_video'
pattern: 20
width: 160
height: 90
- type: 'test_video'
pattern: 21
width: 160
height: 90
- type: 'test_video'
pattern: 22
width: 160
height: 90
- type: 'test_video'
pattern: 23
width: 160
height: 90
mixers:
- pattern: 2
width: 640
height: 540
sources:
- uid: input1
width: 160
height: 90
- uid: input2
xpos: 160
width: 160
height: 90
- uid: input3
xpos: 320
width: 160
height: 90
- uid: input4
xpos: 480
width: 160
height: 90
- uid: input5
xpos: 0
ypos: 90
width: 160
height: 90
- uid: input6
xpos: 160
ypos: 90
width: 160
height: 90
- uid: input7
xpos: 320
ypos: 90
width: 160
height: 90
- uid: input8
xpos: 480
ypos: 90
width: 160
height: 90
- uid: input9
xpos: 0
ypos: 180
width: 160
height: 90
- uid: input10
xpos: 160
ypos: 180
width: 160
height: 90
- uid: input11
xpos: 320
ypos: 180
width: 160
height: 90
- uid: input12
xpos: 480
ypos: 180
width: 160
height: 90
- uid: input13
xpos: 0
ypos: 270
width: 160
height: 90
- uid: input14
xpos: 160
ypos: 270
width: 160
height: 90
- uid: input15
xpos: 320
ypos: 270
width: 160
height: 90
- uid: input16
xpos: 480
ypos: 270
width: 160
height: 90
- uid: input17
xpos: 0
ypos: 360
width: 160
height: 90
- uid: input18
xpos: 160
ypos: 360
width: 160
height: 90
- uid: input19
xpos: 320
ypos: 360
width: 160
height: 90
- uid: input20
xpos: 480
ypos: 360
width: 160
height: 90
- uid: input21
xpos: 0
ypos: 450
width: 160
height: 90
- uid: input22
xpos: 160
ypos: 450
width: 160
height: 90
- uid: input23
xpos: 320
ypos: 450
width: 160
height: 90
- uid: input24
xpos: 480
ypos: 450
width: 160
height: 90
overlays:
- type: text
visible: true
text: 1
source: input1
font_size: 150
- type: text
visible: true
text: 2
source: input2
font_size: 150
- type: text
visible: true
text: 3
source: input3
font_size: 150
- type: text
visible: true
text: 4
source: input4
font_size: 150
- type: text
visible: true
text: 5
source: input5
font_size: 150
- type: text
visible: true
text: 6
source: input6
font_size: 150
- type: text
visible: true
text: 7
source: input7
font_size: 150
- type: text
visible: true
text: 8
source: input8
font_size: 150
- type: text
visible: true
text: 9
source: input9
font_size: 150
- type: text
visible: true
text: 10
source: input10
font_size: 150
- type: text
visible: true
text: 11
source: input11
font_size: 150
- type: text
visible: true
text: 12
source: input12
font_size: 150
- type: text
visible: true
text: 13
source: input13
font_size: 150
- type: text
visible: true
text: 14
source: input14
font_size: 150
- type: text
visible: true
text: 15
source: input15
font_size: 150
- type: text
visible: true
text: 16
source: input16
font_size: 150
- type: text
visible: true
text: 17
source: input17
font_size: 150
- type: text
visible: true
text: 18
source: input18
font_size: 150
- type: text
visible: true
text: 19
source: input19
font_size: 150
- type: text
visible: true
text: 20
source: input20
font_size: 150
- type: text
visible: true
text: 21
source: input21
font_size: 150
- type: text
visible: true
text: 22
source: input22
font_size: 150
- type: text
visible: true
text: 23
source: input23
font_size: 150
- type: text
visible: true
text: 24
source: input24
font_size: 150
outputs:
- type: 'image'
width: 640
height: 540