@norskvideo/norsk-studio-built-ins 1.27.0-2025-07-06-336ac6c6 → 1.27.0-2025-07-08-02bba8fe
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/info.js +226 -7
- package/client/style.css +8 -0
- package/lib/info.js +3 -1
- package/lib/info.js.map +1 -1
- package/lib/input.rtmp/info.d.ts +20 -1
- package/lib/input.rtmp/runtime.d.ts +20 -1
- package/lib/input.rtmp/types.d.ts +47 -27
- package/lib/input.rtmp/types.source.yaml +319 -0
- package/lib/input.rtmp/types.yaml +204 -131
- package/lib/input.silence/info.d.ts +4 -2
- package/lib/input.silence/types.d.ts +4 -7
- package/lib/input.silence/types.source.yaml +27 -0
- package/lib/input.silence/types.yaml +80 -4
- package/lib/input.srt-caller/info.d.ts +41 -4
- package/lib/input.srt-caller/types.d.ts +51 -43
- package/lib/input.srt-caller/types.source.yaml +70 -0
- package/lib/input.srt-caller/types.yaml +136 -24
- package/lib/input.srt-listener/info.d.ts +41 -4
- package/lib/input.srt-listener/runtime.d.ts +34 -3
- package/lib/input.srt-listener/types.d.ts +74 -44
- package/lib/input.srt-listener/types.source.yaml +329 -0
- package/lib/input.srt-listener/types.yaml +257 -132
- package/lib/input.udp-ts/info.d.ts +20 -1
- package/lib/input.udp-ts/types.d.ts +20 -25
- package/lib/input.udp-ts/types.source.yaml +40 -0
- package/lib/input.udp-ts/types.yaml +79 -3
- package/lib/input.videoTestCard/info.d.ts +8 -2
- package/lib/input.videoTestCard/types.d.ts +8 -10
- package/lib/input.videoTestCard/types.source.yaml +32 -0
- package/lib/input.videoTestCard/types.yaml +28 -6
- package/lib/input.whip/info.d.ts +7 -1
- package/lib/input.whip/types.d.ts +44 -28
- package/lib/input.whip/types.source.yaml +190 -0
- package/lib/input.whip/types.yaml +177 -104
- package/lib/output.autoCmaf/info.js +20 -0
- package/lib/output.autoCmaf/info.js.map +1 -1
- package/lib/output.autoCmaf/runtime.d.ts +2 -1
- package/lib/output.autoCmaf/runtime.js +35 -7
- package/lib/output.autoCmaf/runtime.js.map +1 -1
- package/lib/output.autoCmaf/types.d.ts +1 -0
- package/lib/output.autoCmaf/types.yaml +3 -0
- package/lib/output.cmafMultiVariant/runtime.js +2 -2
- package/lib/output.cmafMultiVariant/runtime.js.map +1 -1
- package/lib/output.cmafPlaylist/info.js +19 -0
- package/lib/output.cmafPlaylist/info.js.map +1 -1
- package/lib/output.cmafPlaylist/runtime.js +6 -3
- package/lib/output.cmafPlaylist/runtime.js.map +1 -1
- package/lib/output.cmafPlaylist/types.d.ts +1 -0
- package/lib/output.cmafPlaylist/types.yaml +3 -0
- package/lib/output.preview/runtime.js +2 -2
- package/lib/output.preview/runtime.js.map +1 -1
- package/lib/output.statistics/info.d.ts +172 -2
- package/lib/output.statistics/types.d.ts +400 -72
- package/lib/output.statistics/types.source.yaml +119 -0
- package/lib/output.statistics/types.yaml +331 -91
- package/lib/output.tsMediaPlaylist/runtime.js +2 -2
- package/lib/output.tsMediaPlaylist/runtime.js.map +1 -1
- package/lib/output.tsMultiVariant/runtime.js +1 -1
- package/lib/output.tsMultiVariant/runtime.js.map +1 -1
- package/lib/output.whep/runtime.js +3 -1
- package/lib/output.whep/runtime.js.map +1 -1
- package/lib/processor.audioEncoder/info.d.ts +10 -2
- package/lib/processor.audioEncoder/types.d.ts +23 -12
- package/lib/processor.audioEncoder/types.source.yaml +78 -0
- package/lib/processor.audioEncoder/types.yaml +101 -29
- package/lib/processor.fixedLadder/info.d.ts +182 -7
- package/lib/processor.fixedLadder/types.d.ts +619 -19
- package/lib/processor.fixedLadder/types.source.yaml +462 -0
- package/lib/processor.fixedLadder/types.yaml +334 -115
- package/lib/processor.makeProgram/info.d.ts +1 -0
- package/lib/processor.makeProgram/info.js +9 -0
- package/lib/processor.makeProgram/info.js.map +1 -1
- package/lib/processor.makeProgram/runtime.d.ts +2 -1
- package/lib/processor.makeProgram/runtime.js +14 -1
- package/lib/processor.makeProgram/runtime.js.map +1 -1
- package/lib/processor.makeProgram/types.d.ts +1 -0
- package/lib/processor.makeProgram/types.yaml +3 -1
- package/lib/processor.smartSingleMediaSwitch/info.d.ts +12 -4
- package/lib/processor.smartSingleMediaSwitch/types.d.ts +22 -18
- package/lib/processor.smartSingleMediaSwitch/types.source.yaml +115 -0
- package/lib/processor.smartSingleMediaSwitch/types.yaml +145 -50
- package/lib/processor.smartSourceSwitch/info.d.ts +12 -4
- package/lib/processor.smartSourceSwitch/types.d.ts +22 -18
- package/lib/processor.smartSourceSwitch/types.source.yaml +97 -0
- package/lib/processor.smartSourceSwitch/types.yaml +142 -48
- package/lib/processor.syncExternalAudio/info.d.ts +1 -0
- package/lib/processor.syncExternalAudio/types.d.ts +1 -0
- package/lib/processor.zoomTo/info.d.ts +54 -0
- package/lib/processor.zoomTo/info.js +172 -0
- package/lib/processor.zoomTo/info.js.map +1 -0
- package/lib/processor.zoomTo/runtime-types.d.ts +11 -0
- package/lib/processor.zoomTo/runtime-types.js +3 -0
- package/lib/processor.zoomTo/runtime-types.js.map +1 -0
- package/lib/processor.zoomTo/runtime.d.ts +45 -0
- package/lib/processor.zoomTo/runtime.js +307 -0
- package/lib/processor.zoomTo/runtime.js.map +1 -0
- package/lib/processor.zoomTo/types.d.ts +182 -0
- package/lib/processor.zoomTo/types.js +3 -0
- package/lib/processor.zoomTo/types.js.map +1 -0
- package/lib/processor.zoomTo/types.yaml +356 -0
- package/lib/test/auto-cmaf.js +7 -4
- package/lib/test/auto-cmaf.js.map +1 -1
- package/lib/test/zoom-to.d.ts +1 -0
- package/lib/test/zoom-to.js +345 -0
- package/lib/test/zoom-to.js.map +1 -0
- package/package.json +3 -3
@@ -2,25 +2,31 @@ openapi: 3.0.0
|
|
2
2
|
info:
|
3
3
|
title: Fixed Ladder Encoder Component
|
4
4
|
version: 1.0.0
|
5
|
-
|
6
5
|
components:
|
7
6
|
schemas:
|
8
|
-
x26xBitrateMode:
|
7
|
+
x26xBitrateMode: &a1
|
9
8
|
type: object
|
10
9
|
properties:
|
11
10
|
value:
|
12
11
|
type: number
|
13
12
|
mode:
|
14
13
|
type: string
|
15
|
-
enum:
|
16
|
-
|
17
|
-
|
18
|
-
|
14
|
+
enum:
|
15
|
+
- abr
|
16
|
+
- cqp
|
17
|
+
- crf
|
18
|
+
required:
|
19
|
+
- value
|
20
|
+
- mode
|
21
|
+
nvidiaRateControl: &a2
|
19
22
|
type: object
|
20
23
|
properties:
|
21
24
|
mode:
|
22
25
|
type: string
|
23
|
-
enum:
|
26
|
+
enum:
|
27
|
+
- con_stqp
|
28
|
+
- vbr
|
29
|
+
- cbr
|
24
30
|
averageBitrate:
|
25
31
|
type: number
|
26
32
|
maxBitrate:
|
@@ -41,24 +47,46 @@ components:
|
|
41
47
|
type: boolean
|
42
48
|
aqStrength:
|
43
49
|
type: number
|
44
|
-
required:
|
45
|
-
|
46
|
-
|
50
|
+
required:
|
51
|
+
- mode
|
52
|
+
- averageBitrate
|
53
|
+
x264Codec: &a3
|
47
54
|
type: object
|
48
55
|
properties:
|
49
56
|
type:
|
50
57
|
type: string
|
51
|
-
enum:
|
58
|
+
enum:
|
59
|
+
- x264
|
52
60
|
threads:
|
53
61
|
type: number
|
54
|
-
bitrateMode:
|
55
|
-
$ref: '#/components/schemas/x26xBitrateMode'
|
62
|
+
bitrateMode: *a1
|
56
63
|
profile:
|
57
64
|
type: string
|
58
|
-
enum:
|
65
|
+
enum:
|
66
|
+
- baseline
|
67
|
+
- main
|
68
|
+
- high
|
69
|
+
- high10
|
70
|
+
- high422
|
71
|
+
- high444
|
59
72
|
level:
|
60
73
|
type: number
|
61
|
-
enum:
|
74
|
+
enum:
|
75
|
+
- 1
|
76
|
+
- 1.1
|
77
|
+
- 1.2
|
78
|
+
- 1.3
|
79
|
+
- 2
|
80
|
+
- 2.1
|
81
|
+
- 2.2
|
82
|
+
- 3
|
83
|
+
- 3.1
|
84
|
+
- 3.2
|
85
|
+
- 4
|
86
|
+
- 4.1
|
87
|
+
- 4.2
|
88
|
+
- 5
|
89
|
+
- 5.1
|
62
90
|
keyFrameIntervalMin:
|
63
91
|
type: number
|
64
92
|
keyFrameIntervalMax:
|
@@ -67,10 +95,28 @@ components:
|
|
67
95
|
type: number
|
68
96
|
tune:
|
69
97
|
type: string
|
70
|
-
enum:
|
98
|
+
enum:
|
99
|
+
- film
|
100
|
+
- animation
|
101
|
+
- grain
|
102
|
+
- stillimage
|
103
|
+
- psnr
|
104
|
+
- ssim
|
105
|
+
- fastdecode
|
106
|
+
- zerolatency
|
71
107
|
preset:
|
72
108
|
type: string
|
73
|
-
enum:
|
109
|
+
enum:
|
110
|
+
- ultrafast
|
111
|
+
- superfast
|
112
|
+
- veryfast
|
113
|
+
- faster
|
114
|
+
- fast
|
115
|
+
- medium
|
116
|
+
- slow
|
117
|
+
- slower
|
118
|
+
- veryslow
|
119
|
+
- placebo
|
74
120
|
frameReference:
|
75
121
|
type: number
|
76
122
|
cabac:
|
@@ -87,15 +133,19 @@ components:
|
|
87
133
|
type: boolean
|
88
134
|
nalHrd:
|
89
135
|
type: string
|
90
|
-
enum:
|
91
|
-
|
92
|
-
|
93
|
-
|
136
|
+
enum:
|
137
|
+
- none
|
138
|
+
- vbr
|
139
|
+
- cbr
|
140
|
+
required:
|
141
|
+
- type
|
142
|
+
quadraH264Codec: &a8
|
94
143
|
type: object
|
95
144
|
properties:
|
96
145
|
type:
|
97
146
|
type: string
|
98
|
-
enum:
|
147
|
+
enum:
|
148
|
+
- quadra-h264
|
99
149
|
extraOpts:
|
100
150
|
type: string
|
101
151
|
enableAud:
|
@@ -120,10 +170,28 @@ components:
|
|
120
170
|
type: number
|
121
171
|
profile:
|
122
172
|
type: string
|
123
|
-
enum:
|
173
|
+
enum:
|
174
|
+
- baseline
|
175
|
+
- main
|
176
|
+
- extended
|
177
|
+
- high
|
178
|
+
- high10
|
124
179
|
level:
|
125
180
|
type: number
|
126
|
-
enum:
|
181
|
+
enum:
|
182
|
+
- 1
|
183
|
+
- 2
|
184
|
+
- 2.1
|
185
|
+
- 3
|
186
|
+
- 3.1
|
187
|
+
- 4
|
188
|
+
- 4.1
|
189
|
+
- 5
|
190
|
+
- 5.1
|
191
|
+
- 5.2
|
192
|
+
- 6
|
193
|
+
- 6.1
|
194
|
+
- 6.2
|
127
195
|
fillerEnable:
|
128
196
|
type: boolean
|
129
197
|
minQp:
|
@@ -140,20 +208,32 @@ components:
|
|
140
208
|
type: number
|
141
209
|
vbvMaxRate:
|
142
210
|
type: number
|
143
|
-
required:
|
144
|
-
|
145
|
-
nvidiaH264Codec:
|
211
|
+
required:
|
212
|
+
- type
|
213
|
+
nvidiaH264Codec: &a6
|
146
214
|
type: object
|
147
215
|
properties:
|
148
216
|
type:
|
149
217
|
type: string
|
150
|
-
enum:
|
218
|
+
enum:
|
219
|
+
- nv-h264
|
151
220
|
preset:
|
152
221
|
type: string
|
153
|
-
enum:
|
222
|
+
enum:
|
223
|
+
- p1
|
224
|
+
- p2
|
225
|
+
- p3
|
226
|
+
- p4
|
227
|
+
- p5
|
228
|
+
- p6
|
229
|
+
- p7
|
154
230
|
tuning:
|
155
231
|
type: string
|
156
|
-
enum:
|
232
|
+
enum:
|
233
|
+
- high_quality
|
234
|
+
- low_latency
|
235
|
+
- ultra_low_latency
|
236
|
+
- lossless
|
157
237
|
idrPeriod:
|
158
238
|
type: number
|
159
239
|
gopInterval:
|
@@ -164,38 +244,77 @@ components:
|
|
164
244
|
type: number
|
165
245
|
level:
|
166
246
|
type: number
|
167
|
-
enum:
|
247
|
+
enum:
|
248
|
+
- 1
|
249
|
+
- 2
|
250
|
+
- 2.1
|
251
|
+
- 3
|
252
|
+
- 3.1
|
253
|
+
- 4
|
254
|
+
- 4.1
|
255
|
+
- 5
|
256
|
+
- 5.1
|
257
|
+
- 5.2
|
258
|
+
- 6
|
259
|
+
- 6.1
|
260
|
+
- 6.2
|
168
261
|
profile:
|
169
262
|
type: string
|
170
|
-
enum:
|
263
|
+
enum:
|
264
|
+
- baseline
|
265
|
+
- main
|
266
|
+
- high
|
267
|
+
- high444
|
171
268
|
outputAud:
|
172
269
|
type: boolean
|
173
|
-
rateControl:
|
174
|
-
$ref: '#/components/schemas/nvidiaRateControl'
|
270
|
+
rateControl: *a2
|
175
271
|
useBFramesAsRef:
|
176
272
|
type: string
|
177
|
-
enum:
|
178
|
-
|
179
|
-
|
180
|
-
|
273
|
+
enum:
|
274
|
+
- disabled
|
275
|
+
- each
|
276
|
+
- middle
|
277
|
+
required:
|
278
|
+
- type
|
279
|
+
x265Codec: &a4
|
181
280
|
type: object
|
182
281
|
properties:
|
183
282
|
type:
|
184
283
|
type: string
|
185
|
-
enum:
|
284
|
+
enum:
|
285
|
+
- x265
|
186
286
|
threads:
|
187
287
|
type: number
|
188
|
-
bitrateMode:
|
189
|
-
$ref: '#/components/schemas/x26xBitrateMode'
|
288
|
+
bitrateMode: *a1
|
190
289
|
profile:
|
191
290
|
type: string
|
192
|
-
enum:
|
291
|
+
enum:
|
292
|
+
- main
|
293
|
+
- main10
|
294
|
+
- main444_8
|
295
|
+
- main422_10
|
296
|
+
- main444_10
|
193
297
|
level:
|
194
298
|
type: number
|
195
|
-
enum:
|
299
|
+
enum:
|
300
|
+
- 1
|
301
|
+
- 2
|
302
|
+
- 2.1
|
303
|
+
- 3
|
304
|
+
- 3.1
|
305
|
+
- 4
|
306
|
+
- 4.1
|
307
|
+
- 5
|
308
|
+
- 5.1
|
309
|
+
- 5.2
|
310
|
+
- 6
|
311
|
+
- 6.1
|
312
|
+
- 6.2
|
196
313
|
tier:
|
197
314
|
type: string
|
198
|
-
enum:
|
315
|
+
enum:
|
316
|
+
- main
|
317
|
+
- high
|
199
318
|
keyFrameIntervalMin:
|
200
319
|
type: number
|
201
320
|
keyFrameIntervalMax:
|
@@ -204,10 +323,26 @@ components:
|
|
204
323
|
type: number
|
205
324
|
tune:
|
206
325
|
type: string
|
207
|
-
enum:
|
326
|
+
enum:
|
327
|
+
- psnr
|
328
|
+
- ssim
|
329
|
+
- grain
|
330
|
+
- zerolatency
|
331
|
+
- fastdecode
|
332
|
+
- animation
|
208
333
|
preset:
|
209
334
|
type: string
|
210
|
-
enum:
|
335
|
+
enum:
|
336
|
+
- ultrafast
|
337
|
+
- superfast
|
338
|
+
- veryfast
|
339
|
+
- faster
|
340
|
+
- fast
|
341
|
+
- medium
|
342
|
+
- slow
|
343
|
+
- slower
|
344
|
+
- veryslow
|
345
|
+
- placebo
|
211
346
|
frameReference:
|
212
347
|
type: number
|
213
348
|
vbvMaxRate:
|
@@ -220,14 +355,15 @@ components:
|
|
220
355
|
type: boolean
|
221
356
|
noDeblock:
|
222
357
|
type: boolean
|
223
|
-
required:
|
224
|
-
|
225
|
-
quadraHEVCCodec:
|
358
|
+
required:
|
359
|
+
- type
|
360
|
+
quadraHEVCCodec: &a9
|
226
361
|
type: object
|
227
362
|
properties:
|
228
363
|
type:
|
229
364
|
type: string
|
230
|
-
enum:
|
365
|
+
enum:
|
366
|
+
- quadra-hevc
|
231
367
|
extraOpts:
|
232
368
|
type: string
|
233
369
|
enableAud:
|
@@ -252,19 +388,36 @@ components:
|
|
252
388
|
type: number
|
253
389
|
profile:
|
254
390
|
type: string
|
255
|
-
enum:
|
391
|
+
enum:
|
392
|
+
- main
|
393
|
+
- main10
|
256
394
|
level:
|
257
395
|
type: number
|
258
|
-
enum:
|
396
|
+
enum:
|
397
|
+
- 1
|
398
|
+
- 2
|
399
|
+
- 2.1
|
400
|
+
- 3
|
401
|
+
- 3.1
|
402
|
+
- 4
|
403
|
+
- 4.1
|
404
|
+
- 5
|
405
|
+
- 5.1
|
406
|
+
- 5.2
|
407
|
+
- 6
|
408
|
+
- 6.1
|
409
|
+
- 6.2
|
259
410
|
tier:
|
260
411
|
type: string
|
261
|
-
enum:
|
412
|
+
enum:
|
413
|
+
- main
|
414
|
+
- high
|
262
415
|
lossless:
|
263
416
|
type: boolean
|
264
417
|
hrdEnable:
|
265
418
|
type: boolean
|
266
419
|
dolbyVisionProfile:
|
267
|
-
type: number
|
420
|
+
type: number
|
268
421
|
fillerEnable:
|
269
422
|
type: boolean
|
270
423
|
minQp:
|
@@ -281,20 +434,32 @@ components:
|
|
281
434
|
type: number
|
282
435
|
vbvMaxRate:
|
283
436
|
type: number
|
284
|
-
required:
|
285
|
-
|
286
|
-
nvidiaHEVCCodec:
|
437
|
+
required:
|
438
|
+
- type
|
439
|
+
nvidiaHEVCCodec: &a7
|
287
440
|
type: object
|
288
441
|
properties:
|
289
442
|
type:
|
290
443
|
type: string
|
291
|
-
enum:
|
444
|
+
enum:
|
445
|
+
- nv-hevc
|
292
446
|
preset:
|
293
447
|
type: string
|
294
|
-
enum:
|
448
|
+
enum:
|
449
|
+
- p1
|
450
|
+
- p2
|
451
|
+
- p3
|
452
|
+
- p4
|
453
|
+
- p5
|
454
|
+
- p6
|
455
|
+
- p7
|
295
456
|
tuning:
|
296
457
|
type: string
|
297
|
-
enum:
|
458
|
+
enum:
|
459
|
+
- high_quality
|
460
|
+
- low_latency
|
461
|
+
- ultra_low_latency
|
462
|
+
- lossless
|
298
463
|
idrPeriod:
|
299
464
|
type: number
|
300
465
|
gopInterval:
|
@@ -303,28 +468,48 @@ components:
|
|
303
468
|
type: number
|
304
469
|
level:
|
305
470
|
type: number
|
306
|
-
enum:
|
471
|
+
enum:
|
472
|
+
- 1
|
473
|
+
- 2
|
474
|
+
- 2.1
|
475
|
+
- 3
|
476
|
+
- 3.1
|
477
|
+
- 4
|
478
|
+
- 4.1
|
479
|
+
- 5
|
480
|
+
- 5.1
|
481
|
+
- 5.2
|
482
|
+
- 6
|
483
|
+
- 6.1
|
484
|
+
- 6.2
|
307
485
|
profile:
|
308
486
|
type: string
|
309
|
-
enum:
|
487
|
+
enum:
|
488
|
+
- main
|
489
|
+
- main10
|
310
490
|
outputAud:
|
311
491
|
type: boolean
|
312
492
|
tier:
|
313
493
|
type: string
|
314
|
-
enum:
|
315
|
-
|
316
|
-
|
494
|
+
enum:
|
495
|
+
- main
|
496
|
+
- high
|
497
|
+
rateControl: *a2
|
317
498
|
useBFramesAsRef:
|
318
499
|
type: string
|
319
|
-
enum:
|
320
|
-
|
321
|
-
|
322
|
-
|
500
|
+
enum:
|
501
|
+
- disabled
|
502
|
+
- each
|
503
|
+
- middle
|
504
|
+
required:
|
505
|
+
- type
|
506
|
+
quadraAV1Codec: &a10
|
323
507
|
type: object
|
324
508
|
properties:
|
325
509
|
type:
|
326
510
|
type: string
|
327
|
-
enum:
|
511
|
+
enum:
|
512
|
+
- quadra-av1
|
328
513
|
extraOpts:
|
329
514
|
type: string
|
330
515
|
enableAud:
|
@@ -349,13 +534,29 @@ components:
|
|
349
534
|
type: number
|
350
535
|
profile:
|
351
536
|
type: string
|
352
|
-
enum:
|
537
|
+
enum:
|
538
|
+
- main_420_8
|
353
539
|
tier:
|
354
540
|
type: string
|
355
|
-
enum:
|
541
|
+
enum:
|
542
|
+
- main
|
543
|
+
- high
|
356
544
|
level:
|
357
545
|
type: number
|
358
|
-
enum:
|
546
|
+
enum:
|
547
|
+
- 1
|
548
|
+
- 2
|
549
|
+
- 2.1
|
550
|
+
- 3
|
551
|
+
- 3.1
|
552
|
+
- 4
|
553
|
+
- 4.1
|
554
|
+
- 5
|
555
|
+
- 5.1
|
556
|
+
- 5.2
|
557
|
+
- 6
|
558
|
+
- 6.1
|
559
|
+
- 6.2
|
359
560
|
fillerEnable:
|
360
561
|
type: boolean
|
361
562
|
minQp:
|
@@ -372,12 +573,19 @@ components:
|
|
372
573
|
type: number
|
373
574
|
vbvMaxRate:
|
374
575
|
type: number
|
375
|
-
required:
|
376
|
-
|
377
|
-
frameRate:
|
378
|
-
|
379
|
-
|
380
|
-
|
576
|
+
required:
|
577
|
+
- type
|
578
|
+
frameRate: &a5
|
579
|
+
type: object
|
580
|
+
properties:
|
581
|
+
frames:
|
582
|
+
type: integer
|
583
|
+
seconds:
|
584
|
+
type: integer
|
585
|
+
required:
|
586
|
+
- frames
|
587
|
+
- seconds
|
588
|
+
softwareLadderRung: &a11
|
381
589
|
type: object
|
382
590
|
properties:
|
383
591
|
width:
|
@@ -386,13 +594,15 @@ components:
|
|
386
594
|
type: number
|
387
595
|
codec:
|
388
596
|
oneOf:
|
389
|
-
-
|
390
|
-
-
|
391
|
-
frameRate:
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
597
|
+
- *a3
|
598
|
+
- *a4
|
599
|
+
frameRate: *a5
|
600
|
+
required:
|
601
|
+
- width
|
602
|
+
- height
|
603
|
+
- codec
|
604
|
+
- frameRate
|
605
|
+
nvidiaLadderRung: &a12
|
396
606
|
type: object
|
397
607
|
properties:
|
398
608
|
width:
|
@@ -401,13 +611,15 @@ components:
|
|
401
611
|
type: number
|
402
612
|
codec:
|
403
613
|
oneOf:
|
404
|
-
-
|
405
|
-
-
|
406
|
-
frameRate:
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
614
|
+
- *a6
|
615
|
+
- *a7
|
616
|
+
frameRate: *a5
|
617
|
+
required:
|
618
|
+
- width
|
619
|
+
- height
|
620
|
+
- codec
|
621
|
+
- frameRate
|
622
|
+
quadraLadderRung: &a13
|
411
623
|
type: object
|
412
624
|
properties:
|
413
625
|
width:
|
@@ -419,33 +631,38 @@ components:
|
|
419
631
|
properties:
|
420
632
|
type:
|
421
633
|
type: string
|
422
|
-
enum:
|
634
|
+
enum:
|
635
|
+
- quadra
|
423
636
|
rescaler:
|
424
637
|
type: string
|
425
|
-
enum:
|
426
|
-
|
638
|
+
enum:
|
639
|
+
- default
|
640
|
+
- filterblit
|
641
|
+
- bicubic
|
642
|
+
required:
|
643
|
+
- type
|
644
|
+
- rescaler
|
427
645
|
codec:
|
428
646
|
oneOf:
|
429
|
-
-
|
430
|
-
-
|
431
|
-
-
|
432
|
-
frameRate:
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
647
|
+
- *a8
|
648
|
+
- *a9
|
649
|
+
- *a10
|
650
|
+
frameRate: *a5
|
651
|
+
required:
|
652
|
+
- width
|
653
|
+
- height
|
654
|
+
- codec
|
655
|
+
- frameRate
|
656
|
+
ladderRungDefinition: &a14
|
437
657
|
type: object
|
438
658
|
properties:
|
439
659
|
name:
|
440
660
|
type: string
|
441
|
-
software:
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
$ref: '#/components/schemas/quadraLadderRung'
|
447
|
-
required: ['name']
|
448
|
-
|
661
|
+
software: *a11
|
662
|
+
nvidia: *a12
|
663
|
+
quadra: *a13
|
664
|
+
required:
|
665
|
+
- name
|
449
666
|
fixedLadderConfig:
|
450
667
|
type: object
|
451
668
|
properties:
|
@@ -457,6 +674,8 @@ components:
|
|
457
674
|
type: string
|
458
675
|
rungs:
|
459
676
|
type: array
|
460
|
-
items:
|
461
|
-
|
462
|
-
|
677
|
+
items: *a14
|
678
|
+
required:
|
679
|
+
- id
|
680
|
+
- displayName
|
681
|
+
- rungs
|
@@ -6,6 +6,7 @@ export default function ({ defineComponent, All, validation: { Z }, }: Registrat
|
|
6
6
|
programNumber: number;
|
7
7
|
startingStreamId: number;
|
8
8
|
renditionName?: string;
|
9
|
+
sync?: boolean;
|
9
10
|
notes?: string;
|
10
11
|
}, object, object, object>;
|
11
12
|
export declare function assertUnreachable(_: never): never;
|
@@ -66,6 +66,7 @@ function default_1({ defineComponent, All, validation: { Z }, }) {
|
|
66
66
|
},
|
67
67
|
startingStreamId: {
|
68
68
|
help: "The initial stream id to assign, all streams will then increment from this",
|
69
|
+
advanced: true,
|
69
70
|
hint: {
|
70
71
|
type: 'numeric',
|
71
72
|
optional: true,
|
@@ -82,6 +83,14 @@ function default_1({ defineComponent, All, validation: { Z }, }) {
|
|
82
83
|
optional: true
|
83
84
|
}
|
84
85
|
},
|
86
|
+
sync: {
|
87
|
+
help: "Synchronise the streams that are involved (except subtitles), this will also condition the streams with discontinuities if needed",
|
88
|
+
advanced: true,
|
89
|
+
hint: {
|
90
|
+
type: 'boolean',
|
91
|
+
defaultValue: true,
|
92
|
+
}
|
93
|
+
},
|
85
94
|
notes: { help: "Notes about this component", hint: { type: 'text', optional: true } },
|
86
95
|
}
|
87
96
|
}
|