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