@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
@@ -0,0 +1,462 @@
|
|
1
|
+
openapi: 3.0.0
|
2
|
+
info:
|
3
|
+
title: Fixed Ladder Encoder Component
|
4
|
+
version: 1.0.0
|
5
|
+
|
6
|
+
components:
|
7
|
+
schemas:
|
8
|
+
x26xBitrateMode:
|
9
|
+
type: object
|
10
|
+
properties:
|
11
|
+
value:
|
12
|
+
type: number
|
13
|
+
mode:
|
14
|
+
type: string
|
15
|
+
enum: ["abr", "cqp", "crf"]
|
16
|
+
required: ['value', 'mode']
|
17
|
+
|
18
|
+
nvidiaRateControl:
|
19
|
+
type: object
|
20
|
+
properties:
|
21
|
+
mode:
|
22
|
+
type: string
|
23
|
+
enum: ['con_stqp', 'vbr', 'cbr']
|
24
|
+
averageBitrate:
|
25
|
+
type: number
|
26
|
+
maxBitrate:
|
27
|
+
type: number
|
28
|
+
vbvBufferSize:
|
29
|
+
type: number
|
30
|
+
vbvInitialDelay:
|
31
|
+
type: number
|
32
|
+
enableLookahead:
|
33
|
+
type: boolean
|
34
|
+
strictGopTarget:
|
35
|
+
type: boolean
|
36
|
+
lookaheadDepth:
|
37
|
+
type: number
|
38
|
+
enableTemporalAQ:
|
39
|
+
type: boolean
|
40
|
+
enableSpatialAQ:
|
41
|
+
type: boolean
|
42
|
+
aqStrength:
|
43
|
+
type: number
|
44
|
+
required: ['mode', 'averageBitrate']
|
45
|
+
|
46
|
+
x264Codec:
|
47
|
+
type: object
|
48
|
+
properties:
|
49
|
+
type:
|
50
|
+
type: string
|
51
|
+
enum: ["x264"]
|
52
|
+
threads:
|
53
|
+
type: number
|
54
|
+
bitrateMode:
|
55
|
+
$ref: '#/components/schemas/x26xBitrateMode'
|
56
|
+
profile:
|
57
|
+
type: string
|
58
|
+
enum: ["baseline", "main", "high", "high10", "high422", "high444"]
|
59
|
+
level:
|
60
|
+
type: number
|
61
|
+
enum: [1, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1, 4.2, 5, 5.1]
|
62
|
+
keyFrameIntervalMin:
|
63
|
+
type: number
|
64
|
+
keyFrameIntervalMax:
|
65
|
+
type: number
|
66
|
+
bframes:
|
67
|
+
type: number
|
68
|
+
tune:
|
69
|
+
type: string
|
70
|
+
enum: ["film", "animation", "grain", "stillimage", "psnr", "ssim", "fastdecode", "zerolatency"]
|
71
|
+
preset:
|
72
|
+
type: string
|
73
|
+
enum: ["ultrafast", "superfast", "veryfast", "faster", "fast", "medium", "slow", "slower", "veryslow", "placebo"]
|
74
|
+
frameReference:
|
75
|
+
type: number
|
76
|
+
cabac:
|
77
|
+
type: boolean
|
78
|
+
vbvMaxRate:
|
79
|
+
type: number
|
80
|
+
vbvBufferSize:
|
81
|
+
type: number
|
82
|
+
sceneCut:
|
83
|
+
type: number
|
84
|
+
aud:
|
85
|
+
type: boolean
|
86
|
+
noDeblock:
|
87
|
+
type: boolean
|
88
|
+
nalHrd:
|
89
|
+
type: string
|
90
|
+
enum: ["none", "vbr", "cbr"]
|
91
|
+
required: ['type']
|
92
|
+
|
93
|
+
quadraH264Codec:
|
94
|
+
type: object
|
95
|
+
properties:
|
96
|
+
type:
|
97
|
+
type: string
|
98
|
+
enum: ['quadra-h264']
|
99
|
+
extraOpts:
|
100
|
+
type: string
|
101
|
+
enableAud:
|
102
|
+
type: boolean
|
103
|
+
gpuIndex:
|
104
|
+
type: number
|
105
|
+
bitrate:
|
106
|
+
type: number
|
107
|
+
enableVfr:
|
108
|
+
type: boolean
|
109
|
+
crf:
|
110
|
+
type: number
|
111
|
+
gopPresetIndex:
|
112
|
+
type: number
|
113
|
+
intraPeriod:
|
114
|
+
type: number
|
115
|
+
rcEnable:
|
116
|
+
type: boolean
|
117
|
+
intraQp:
|
118
|
+
type: number
|
119
|
+
rcInitDelay:
|
120
|
+
type: number
|
121
|
+
profile:
|
122
|
+
type: string
|
123
|
+
enum: ['baseline', 'main', 'extended', 'high', 'high10']
|
124
|
+
level:
|
125
|
+
type: number
|
126
|
+
enum: [1, 2, 2.1, 3, 3.1, 4, 4.1, 5, 5.1, 5.2, 6, 6.1, 6.2]
|
127
|
+
fillerEnable:
|
128
|
+
type: boolean
|
129
|
+
minQp:
|
130
|
+
type: number
|
131
|
+
maxQp:
|
132
|
+
type: number
|
133
|
+
maxDeltaQp:
|
134
|
+
type: number
|
135
|
+
cuLevelRCEnable:
|
136
|
+
type: boolean
|
137
|
+
lookAheadDepth:
|
138
|
+
type: number
|
139
|
+
vbvBufferSize:
|
140
|
+
type: number
|
141
|
+
vbvMaxRate:
|
142
|
+
type: number
|
143
|
+
required: ['type']
|
144
|
+
|
145
|
+
nvidiaH264Codec:
|
146
|
+
type: object
|
147
|
+
properties:
|
148
|
+
type:
|
149
|
+
type: string
|
150
|
+
enum: ['nv-h264']
|
151
|
+
preset:
|
152
|
+
type: string
|
153
|
+
enum: ['p1', 'p2', 'p3', 'p4', 'p5', 'p6', 'p7']
|
154
|
+
tuning:
|
155
|
+
type: string
|
156
|
+
enum: ['high_quality', 'low_latency', 'ultra_low_latency', 'lossless']
|
157
|
+
idrPeriod:
|
158
|
+
type: number
|
159
|
+
gopInterval:
|
160
|
+
type: number
|
161
|
+
frameIntervalP:
|
162
|
+
type: number
|
163
|
+
maxNumRefFrames:
|
164
|
+
type: number
|
165
|
+
level:
|
166
|
+
type: number
|
167
|
+
enum: [1, 2, 2.1, 3, 3.1, 4, 4.1, 5, 5.1, 5.2, 6, 6.1, 6.2]
|
168
|
+
profile:
|
169
|
+
type: string
|
170
|
+
enum: ['baseline', 'main', 'high', 'high444']
|
171
|
+
outputAud:
|
172
|
+
type: boolean
|
173
|
+
rateControl:
|
174
|
+
$ref: '#/components/schemas/nvidiaRateControl'
|
175
|
+
useBFramesAsRef:
|
176
|
+
type: string
|
177
|
+
enum: ['disabled', 'each', 'middle']
|
178
|
+
required: ['type']
|
179
|
+
|
180
|
+
x265Codec:
|
181
|
+
type: object
|
182
|
+
properties:
|
183
|
+
type:
|
184
|
+
type: string
|
185
|
+
enum: ["x265"]
|
186
|
+
threads:
|
187
|
+
type: number
|
188
|
+
bitrateMode:
|
189
|
+
$ref: '#/components/schemas/x26xBitrateMode'
|
190
|
+
profile:
|
191
|
+
type: string
|
192
|
+
enum: ["main", "main10", "main444_8", "main422_10", "main444_10"]
|
193
|
+
level:
|
194
|
+
type: number
|
195
|
+
enum: [1, 2, 2.1, 3, 3.1, 4, 4.1, 5, 5.1, 5.2, 6, 6.1, 6.2]
|
196
|
+
tier:
|
197
|
+
type: string
|
198
|
+
enum: ["main", "high"]
|
199
|
+
keyFrameIntervalMin:
|
200
|
+
type: number
|
201
|
+
keyFrameIntervalMax:
|
202
|
+
type: number
|
203
|
+
bframes:
|
204
|
+
type: number
|
205
|
+
tune:
|
206
|
+
type: string
|
207
|
+
enum: ["psnr", "ssim", "grain", "zerolatency", "fastdecode", "animation"]
|
208
|
+
preset:
|
209
|
+
type: string
|
210
|
+
enum: ["ultrafast", "superfast", "veryfast", "faster", "fast", "medium", "slow", "slower", "veryslow", "placebo"]
|
211
|
+
frameReference:
|
212
|
+
type: number
|
213
|
+
vbvMaxRate:
|
214
|
+
type: number
|
215
|
+
vbvBufferSize:
|
216
|
+
type: number
|
217
|
+
sceneCut:
|
218
|
+
type: number
|
219
|
+
aud:
|
220
|
+
type: boolean
|
221
|
+
noDeblock:
|
222
|
+
type: boolean
|
223
|
+
required: ['type']
|
224
|
+
|
225
|
+
quadraHEVCCodec:
|
226
|
+
type: object
|
227
|
+
properties:
|
228
|
+
type:
|
229
|
+
type: string
|
230
|
+
enum: ['quadra-hevc']
|
231
|
+
extraOpts:
|
232
|
+
type: string
|
233
|
+
enableAud:
|
234
|
+
type: boolean
|
235
|
+
gpuIndex:
|
236
|
+
type: number
|
237
|
+
bitrate:
|
238
|
+
type: number
|
239
|
+
enableVfr:
|
240
|
+
type: boolean
|
241
|
+
crf:
|
242
|
+
type: number
|
243
|
+
gopPresetIndex:
|
244
|
+
type: number
|
245
|
+
intraPeriod:
|
246
|
+
type: number
|
247
|
+
rcEnable:
|
248
|
+
type: boolean
|
249
|
+
intraQp:
|
250
|
+
type: number
|
251
|
+
rcInitDelay:
|
252
|
+
type: number
|
253
|
+
profile:
|
254
|
+
type: string
|
255
|
+
enum: ['main', 'main10']
|
256
|
+
level:
|
257
|
+
type: number
|
258
|
+
enum: [ 1, 2, 2.1, 3, 3.1, 4, 4.1, 5, 5.1, 5.2, 6, 6.1, 6.2]
|
259
|
+
tier:
|
260
|
+
type: string
|
261
|
+
enum: ["main", "high"]
|
262
|
+
lossless:
|
263
|
+
type: boolean
|
264
|
+
hrdEnable:
|
265
|
+
type: boolean
|
266
|
+
dolbyVisionProfile:
|
267
|
+
type: number
|
268
|
+
fillerEnable:
|
269
|
+
type: boolean
|
270
|
+
minQp:
|
271
|
+
type: number
|
272
|
+
maxQp:
|
273
|
+
type: number
|
274
|
+
maxDeltaQp:
|
275
|
+
type: number
|
276
|
+
cuLevelRCEnable:
|
277
|
+
type: boolean
|
278
|
+
lookAheadDepth:
|
279
|
+
type: number
|
280
|
+
vbvBufferSize:
|
281
|
+
type: number
|
282
|
+
vbvMaxRate:
|
283
|
+
type: number
|
284
|
+
required: ['type']
|
285
|
+
|
286
|
+
nvidiaHEVCCodec:
|
287
|
+
type: object
|
288
|
+
properties:
|
289
|
+
type:
|
290
|
+
type: string
|
291
|
+
enum: ['nv-hevc']
|
292
|
+
preset:
|
293
|
+
type: string
|
294
|
+
enum: ['p1', 'p2', 'p3', 'p4', 'p5', 'p6', 'p7']
|
295
|
+
tuning:
|
296
|
+
type: string
|
297
|
+
enum: ['high_quality', 'low_latency', 'ultra_low_latency', 'lossless']
|
298
|
+
idrPeriod:
|
299
|
+
type: number
|
300
|
+
gopInterval:
|
301
|
+
type: number
|
302
|
+
frameIntervalP:
|
303
|
+
type: number
|
304
|
+
level:
|
305
|
+
type: number
|
306
|
+
enum: [1, 2, 2.1, 3, 3.1, 4, 4.1, 5, 5.1, 5.2, 6, 6.1, 6.2]
|
307
|
+
profile:
|
308
|
+
type: string
|
309
|
+
enum: ['main', 'main10']
|
310
|
+
outputAud:
|
311
|
+
type: boolean
|
312
|
+
tier:
|
313
|
+
type: string
|
314
|
+
enum: ["main", "high" ]
|
315
|
+
rateControl:
|
316
|
+
$ref: '#/components/schemas/nvidiaRateControl'
|
317
|
+
useBFramesAsRef:
|
318
|
+
type: string
|
319
|
+
enum: ['disabled', 'each', 'middle']
|
320
|
+
required: ['type']
|
321
|
+
|
322
|
+
quadraAV1Codec:
|
323
|
+
type: object
|
324
|
+
properties:
|
325
|
+
type:
|
326
|
+
type: string
|
327
|
+
enum: ['quadra-av1']
|
328
|
+
extraOpts:
|
329
|
+
type: string
|
330
|
+
enableAud:
|
331
|
+
type: boolean
|
332
|
+
gpuIndex:
|
333
|
+
type: number
|
334
|
+
bitrate:
|
335
|
+
type: number
|
336
|
+
enableVfr:
|
337
|
+
type: boolean
|
338
|
+
crf:
|
339
|
+
type: number
|
340
|
+
gopPresetIndex:
|
341
|
+
type: number
|
342
|
+
intraPeriod:
|
343
|
+
type: number
|
344
|
+
rcEnable:
|
345
|
+
type: boolean
|
346
|
+
intraQp:
|
347
|
+
type: number
|
348
|
+
rcInitDelay:
|
349
|
+
type: number
|
350
|
+
profile:
|
351
|
+
type: string
|
352
|
+
enum: ['main_420_8']
|
353
|
+
tier:
|
354
|
+
type: string
|
355
|
+
enum: ["main", "high"]
|
356
|
+
level:
|
357
|
+
type: number
|
358
|
+
enum: [1, 2, 2.1, 3, 3.1, 4, 4.1, 5, 5.1, 5.2, 6, 6.1, 6.2]
|
359
|
+
fillerEnable:
|
360
|
+
type: boolean
|
361
|
+
minQp:
|
362
|
+
type: number
|
363
|
+
maxQp:
|
364
|
+
type: number
|
365
|
+
maxDeltaQp:
|
366
|
+
type: number
|
367
|
+
cuLevelRCEnable:
|
368
|
+
type: boolean
|
369
|
+
lookAheadDepth:
|
370
|
+
type: number
|
371
|
+
vbvBufferSize:
|
372
|
+
type: number
|
373
|
+
vbvMaxRate:
|
374
|
+
type: number
|
375
|
+
required: ['type']
|
376
|
+
|
377
|
+
frameRate:
|
378
|
+
$ref: '../../../core/src/types/base.yml#/components/schemas/FrameRate'
|
379
|
+
|
380
|
+
softwareLadderRung:
|
381
|
+
type: object
|
382
|
+
properties:
|
383
|
+
width:
|
384
|
+
type: number
|
385
|
+
height:
|
386
|
+
type: number
|
387
|
+
codec:
|
388
|
+
oneOf:
|
389
|
+
- $ref: '#/components/schemas/x264Codec'
|
390
|
+
- $ref: '#/components/schemas/x265Codec'
|
391
|
+
frameRate:
|
392
|
+
$ref: '#/components/schemas/frameRate'
|
393
|
+
required: ['width', 'height', 'codec', 'frameRate']
|
394
|
+
|
395
|
+
nvidiaLadderRung:
|
396
|
+
type: object
|
397
|
+
properties:
|
398
|
+
width:
|
399
|
+
type: number
|
400
|
+
height:
|
401
|
+
type: number
|
402
|
+
codec:
|
403
|
+
oneOf:
|
404
|
+
- $ref: '#/components/schemas/nvidiaH264Codec'
|
405
|
+
- $ref: '#/components/schemas/nvidiaHEVCCodec'
|
406
|
+
frameRate:
|
407
|
+
$ref: '#/components/schemas/frameRate'
|
408
|
+
required: ['width', 'height', 'codec', 'frameRate']
|
409
|
+
|
410
|
+
quadraLadderRung:
|
411
|
+
type: object
|
412
|
+
properties:
|
413
|
+
width:
|
414
|
+
type: number
|
415
|
+
height:
|
416
|
+
type: number
|
417
|
+
pipelineHints:
|
418
|
+
type: object
|
419
|
+
properties:
|
420
|
+
type:
|
421
|
+
type: string
|
422
|
+
enum: ['quadra']
|
423
|
+
rescaler:
|
424
|
+
type: string
|
425
|
+
enum: ['default', 'filterblit', 'bicubic']
|
426
|
+
required: ['type', 'rescaler']
|
427
|
+
codec:
|
428
|
+
oneOf:
|
429
|
+
- $ref: '#/components/schemas/quadraH264Codec'
|
430
|
+
- $ref: '#/components/schemas/quadraHEVCCodec'
|
431
|
+
- $ref: '#/components/schemas/quadraAV1Codec'
|
432
|
+
frameRate:
|
433
|
+
$ref: '#/components/schemas/frameRate'
|
434
|
+
required: ['width', 'height', 'codec', 'frameRate']
|
435
|
+
|
436
|
+
ladderRungDefinition:
|
437
|
+
type: object
|
438
|
+
properties:
|
439
|
+
name:
|
440
|
+
type: string
|
441
|
+
software:
|
442
|
+
$ref: '#/components/schemas/softwareLadderRung'
|
443
|
+
nvidia:
|
444
|
+
$ref: '#/components/schemas/nvidiaLadderRung'
|
445
|
+
quadra:
|
446
|
+
$ref: '#/components/schemas/quadraLadderRung'
|
447
|
+
required: ['name']
|
448
|
+
|
449
|
+
fixedLadderConfig:
|
450
|
+
type: object
|
451
|
+
properties:
|
452
|
+
id:
|
453
|
+
type: string
|
454
|
+
displayName:
|
455
|
+
type: string
|
456
|
+
notes:
|
457
|
+
type: string
|
458
|
+
rungs:
|
459
|
+
type: array
|
460
|
+
items:
|
461
|
+
$ref: '#/components/schemas/ladderRungDefinition'
|
462
|
+
required: ['id', 'displayName', 'rungs']
|