@remotion/renderer 4.0.422 → 4.0.424
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/dist/client.d.ts +237 -13
- package/dist/combine-chunks.js +3 -0
- package/dist/ensure-browser.d.ts +3 -0
- package/dist/esm/client.mjs +317 -118
- package/dist/esm/index.mjs +14 -7
- package/dist/esm/pure.mjs +4 -2
- package/dist/ffmpeg-args.d.ts +1 -1
- package/dist/ffmpeg-args.js +1 -1
- package/dist/index.d.ts +44 -0
- package/dist/mux-video-and-audio.d.ts +2 -1
- package/dist/mux-video-and-audio.js +6 -1
- package/dist/options/api-key.d.ts +1 -0
- package/dist/options/api-key.js +1 -0
- package/dist/options/ask-ai.d.ts +1 -0
- package/dist/options/ask-ai.js +1 -0
- package/dist/options/audio-bitrate.d.ts +1 -0
- package/dist/options/audio-bitrate.js +1 -0
- package/dist/options/audio-codec.d.ts +1 -0
- package/dist/options/audio-codec.js +1 -0
- package/dist/options/beep-on-finish.d.ts +1 -0
- package/dist/options/beep-on-finish.js +1 -0
- package/dist/options/binaries-directory.d.ts +1 -0
- package/dist/options/binaries-directory.js +1 -0
- package/dist/options/chrome-mode.d.ts +1 -0
- package/dist/options/chrome-mode.js +1 -0
- package/dist/options/color-space.d.ts +5 -4
- package/dist/options/color-space.js +4 -2
- package/dist/options/crf.d.ts +1 -0
- package/dist/options/crf.js +1 -0
- package/dist/options/cross-site-isolation.d.ts +1 -0
- package/dist/options/cross-site-isolation.js +1 -0
- package/dist/options/dark-mode.d.ts +1 -0
- package/dist/options/dark-mode.js +1 -0
- package/dist/options/delete-after.d.ts +1 -0
- package/dist/options/delete-after.js +1 -0
- package/dist/options/disable-git-source.d.ts +1 -0
- package/dist/options/disable-git-source.js +1 -0
- package/dist/options/disallow-parallel-encoding.d.ts +1 -0
- package/dist/options/disallow-parallel-encoding.js +1 -0
- package/dist/options/enable-lambda-insights.d.ts +1 -0
- package/dist/options/enable-lambda-insights.js +1 -0
- package/dist/options/enable-multiprocess-on-linux.d.ts +1 -0
- package/dist/options/enable-multiprocess-on-linux.js +1 -0
- package/dist/options/encoding-buffer-size.d.ts +1 -0
- package/dist/options/encoding-buffer-size.js +1 -0
- package/dist/options/encoding-max-rate.d.ts +1 -0
- package/dist/options/encoding-max-rate.js +1 -0
- package/dist/options/enforce-audio.d.ts +1 -0
- package/dist/options/enforce-audio.js +1 -0
- package/dist/options/experimental-client-side-rendering.d.ts +1 -0
- package/dist/options/experimental-client-side-rendering.js +1 -0
- package/dist/options/folder-expiry.d.ts +1 -0
- package/dist/options/folder-expiry.js +1 -0
- package/dist/options/for-seamless-aac-concatenation.d.ts +1 -0
- package/dist/options/for-seamless-aac-concatenation.js +1 -0
- package/dist/options/force-new-studio.d.ts +1 -0
- package/dist/options/force-new-studio.js +1 -0
- package/dist/options/gl.d.ts +1 -0
- package/dist/options/gl.js +1 -0
- package/dist/options/hardware-acceleration.d.ts +1 -0
- package/dist/options/hardware-acceleration.js +1 -0
- package/dist/options/headless.d.ts +1 -0
- package/dist/options/headless.js +1 -0
- package/dist/options/image-sequence-pattern.d.ts +1 -0
- package/dist/options/image-sequence-pattern.js +1 -0
- package/dist/options/index.d.ts +97 -3
- package/dist/options/index.js +4 -0
- package/dist/options/ipv4.d.ts +1 -0
- package/dist/options/ipv4.js +1 -0
- package/dist/options/is-production.d.ts +1 -0
- package/dist/options/is-production.js +1 -0
- package/dist/options/jpeg-quality.d.ts +1 -0
- package/dist/options/jpeg-quality.js +1 -0
- package/dist/options/keyboard-shortcuts.d.ts +1 -0
- package/dist/options/keyboard-shortcuts.js +1 -0
- package/dist/options/latency-hint.d.ts +1 -0
- package/dist/options/latency-hint.js +1 -0
- package/dist/options/license-key.d.ts +1 -0
- package/dist/options/license-key.js +1 -0
- package/dist/options/log-level.d.ts +1 -0
- package/dist/options/log-level.js +1 -0
- package/dist/options/metadata.d.ts +1 -0
- package/dist/options/metadata.js +1 -0
- package/dist/options/mute.d.ts +1 -0
- package/dist/options/mute.js +1 -0
- package/dist/options/number-of-gif-loops.d.ts +1 -0
- package/dist/options/number-of-gif-loops.js +1 -0
- package/dist/options/number-of-shared-audio-tags.d.ts +1 -0
- package/dist/options/number-of-shared-audio-tags.js +1 -0
- package/dist/options/offthreadvideo-cache-size.d.ts +1 -0
- package/dist/options/offthreadvideo-cache-size.js +1 -0
- package/dist/options/offthreadvideo-threads.d.ts +1 -0
- package/dist/options/offthreadvideo-threads.js +1 -0
- package/dist/options/on-browser-download.d.ts +1 -0
- package/dist/options/on-browser-download.js +1 -0
- package/dist/options/option.d.ts +1 -0
- package/dist/options/options-map.d.ts +139 -9
- package/dist/options/overwrite.d.ts +1 -0
- package/dist/options/overwrite.js +1 -0
- package/dist/options/prefer-lossless.d.ts +1 -0
- package/dist/options/prefer-lossless.js +1 -0
- package/dist/options/public-dir.d.ts +1 -0
- package/dist/options/public-dir.js +1 -0
- package/dist/options/public-license-key.d.ts +1 -0
- package/dist/options/public-license-key.js +1 -0
- package/dist/options/public-path.d.ts +1 -0
- package/dist/options/public-path.js +1 -0
- package/dist/options/repro.d.ts +1 -0
- package/dist/options/repro.js +1 -0
- package/dist/options/scale.d.ts +1 -0
- package/dist/options/scale.js +1 -0
- package/dist/options/separate-audio.d.ts +1 -0
- package/dist/options/separate-audio.js +1 -0
- package/dist/options/still-image-format.d.ts +19 -0
- package/dist/options/still-image-format.js +55 -0
- package/dist/options/throw-if-site-exists.d.ts +1 -0
- package/dist/options/throw-if-site-exists.js +1 -0
- package/dist/options/timeout.d.ts +1 -0
- package/dist/options/timeout.js +1 -0
- package/dist/options/video-bitrate.d.ts +1 -0
- package/dist/options/video-bitrate.js +1 -0
- package/dist/options/video-cache-size.d.ts +1 -0
- package/dist/options/video-cache-size.js +1 -0
- package/dist/options/video-codec.d.ts +1 -0
- package/dist/options/video-codec.js +1 -0
- package/dist/options/video-image-format.d.ts +19 -0
- package/dist/options/video-image-format.js +55 -0
- package/dist/options/webhook-custom-data.d.ts +1 -0
- package/dist/options/webhook-custom-data.js +1 -0
- package/dist/options/x264-preset.d.ts +1 -0
- package/dist/options/x264-preset.js +1 -0
- package/dist/validate-number-of-gif-loops.js +1 -1
- package/package.json +14 -14
|
@@ -17,6 +17,7 @@ export declare const optionsMap: {
|
|
|
17
17
|
value: null;
|
|
18
18
|
};
|
|
19
19
|
setConfig: (size: number | null) => void;
|
|
20
|
+
id: "media-cache-size-in-bytes";
|
|
20
21
|
};
|
|
21
22
|
readonly offthreadVideoCacheSizeInBytes: {
|
|
22
23
|
name: string;
|
|
@@ -35,6 +36,7 @@ export declare const optionsMap: {
|
|
|
35
36
|
value: null;
|
|
36
37
|
};
|
|
37
38
|
setConfig: (size: number | null) => void;
|
|
39
|
+
id: "offthreadvideo-cache-size-in-bytes";
|
|
38
40
|
};
|
|
39
41
|
readonly offthreadVideoThreads: {
|
|
40
42
|
name: string;
|
|
@@ -53,6 +55,7 @@ export declare const optionsMap: {
|
|
|
53
55
|
value: null;
|
|
54
56
|
};
|
|
55
57
|
setConfig: (size: number | null) => void;
|
|
58
|
+
id: "offthreadvideo-video-threads";
|
|
56
59
|
};
|
|
57
60
|
readonly videoBitrate: {
|
|
58
61
|
name: string;
|
|
@@ -68,6 +71,7 @@ export declare const optionsMap: {
|
|
|
68
71
|
value: string | null;
|
|
69
72
|
};
|
|
70
73
|
setConfig: (bitrate: string | null) => void;
|
|
74
|
+
id: "video-bitrate";
|
|
71
75
|
};
|
|
72
76
|
readonly numberOfGifLoops: {
|
|
73
77
|
name: string;
|
|
@@ -86,6 +90,7 @@ export declare const optionsMap: {
|
|
|
86
90
|
source: string;
|
|
87
91
|
};
|
|
88
92
|
setConfig: (newLoop: import("./number-of-gif-loops").NumberOfGifLoops) => void;
|
|
93
|
+
id: "number-of-gif-loops";
|
|
89
94
|
};
|
|
90
95
|
readonly repro: {
|
|
91
96
|
name: string;
|
|
@@ -101,6 +106,7 @@ export declare const optionsMap: {
|
|
|
101
106
|
source: string;
|
|
102
107
|
};
|
|
103
108
|
setConfig: (should: boolean) => void;
|
|
109
|
+
id: "repro";
|
|
104
110
|
};
|
|
105
111
|
readonly x264Preset: {
|
|
106
112
|
name: string;
|
|
@@ -119,6 +125,7 @@ export declare const optionsMap: {
|
|
|
119
125
|
source: string;
|
|
120
126
|
};
|
|
121
127
|
setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
|
|
128
|
+
id: "x264-preset";
|
|
122
129
|
};
|
|
123
130
|
readonly audioBitrate: {
|
|
124
131
|
name: string;
|
|
@@ -137,6 +144,7 @@ export declare const optionsMap: {
|
|
|
137
144
|
source: string;
|
|
138
145
|
};
|
|
139
146
|
setConfig: (value: string | null) => void;
|
|
147
|
+
id: "audio-bitrate";
|
|
140
148
|
};
|
|
141
149
|
readonly colorSpace: {
|
|
142
150
|
name: string;
|
|
@@ -144,14 +152,15 @@ export declare const optionsMap: {
|
|
|
144
152
|
description: () => import("react/jsx-runtime").JSX.Element;
|
|
145
153
|
docLink: string;
|
|
146
154
|
ssrName: string;
|
|
147
|
-
type: "bt2020-ncl" | "bt709" | "default" | null;
|
|
155
|
+
type: "bt2020-ncl" | "bt601" | "bt709" | "default" | null;
|
|
148
156
|
getValue: ({ commandLine }: {
|
|
149
157
|
commandLine: Record<string, unknown>;
|
|
150
158
|
}) => {
|
|
151
159
|
source: string;
|
|
152
|
-
value: "bt2020-ncl" | "bt709" | "default";
|
|
160
|
+
value: "bt2020-ncl" | "bt601" | "bt709" | "default";
|
|
153
161
|
};
|
|
154
|
-
setConfig: (value: "bt2020-ncl" | "bt709" | "default" | null) => void;
|
|
162
|
+
setConfig: (value: "bt2020-ncl" | "bt601" | "bt709" | "default" | null) => void;
|
|
163
|
+
id: "color-space";
|
|
155
164
|
};
|
|
156
165
|
readonly codec: {
|
|
157
166
|
name: string;
|
|
@@ -173,6 +182,7 @@ export declare const optionsMap: {
|
|
|
173
182
|
source: string;
|
|
174
183
|
};
|
|
175
184
|
setConfig: (newCodec: import("..").CodecOrUndefined) => void;
|
|
185
|
+
id: "codec";
|
|
176
186
|
};
|
|
177
187
|
readonly disallowParallelEncoding: {
|
|
178
188
|
name: string;
|
|
@@ -188,6 +198,7 @@ export declare const optionsMap: {
|
|
|
188
198
|
source: string;
|
|
189
199
|
};
|
|
190
200
|
setConfig(value: boolean): void;
|
|
201
|
+
id: "disallow-parallel-encoding";
|
|
191
202
|
};
|
|
192
203
|
readonly jpegQuality: {
|
|
193
204
|
name: string;
|
|
@@ -203,6 +214,7 @@ export declare const optionsMap: {
|
|
|
203
214
|
source: string;
|
|
204
215
|
value: number;
|
|
205
216
|
};
|
|
217
|
+
id: "jpeg-quality";
|
|
206
218
|
};
|
|
207
219
|
readonly encodingMaxRate: {
|
|
208
220
|
name: string;
|
|
@@ -221,6 +233,7 @@ export declare const optionsMap: {
|
|
|
221
233
|
source: string;
|
|
222
234
|
};
|
|
223
235
|
setConfig: (newMaxRate: string | null) => void;
|
|
236
|
+
id: "max-rate";
|
|
224
237
|
};
|
|
225
238
|
readonly encodingBufferSize: {
|
|
226
239
|
name: string;
|
|
@@ -239,6 +252,7 @@ export declare const optionsMap: {
|
|
|
239
252
|
source: string;
|
|
240
253
|
};
|
|
241
254
|
setConfig: (bitrate: string | null) => void;
|
|
255
|
+
id: "buffer-size";
|
|
242
256
|
};
|
|
243
257
|
readonly muted: {
|
|
244
258
|
name: string;
|
|
@@ -254,6 +268,7 @@ export declare const optionsMap: {
|
|
|
254
268
|
value: boolean;
|
|
255
269
|
};
|
|
256
270
|
setConfig: () => void;
|
|
271
|
+
id: "muted";
|
|
257
272
|
};
|
|
258
273
|
readonly logLevel: {
|
|
259
274
|
cliFlag: "log";
|
|
@@ -269,6 +284,7 @@ export declare const optionsMap: {
|
|
|
269
284
|
};
|
|
270
285
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
271
286
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
287
|
+
id: "log";
|
|
272
288
|
};
|
|
273
289
|
readonly timeoutInMilliseconds: {
|
|
274
290
|
name: string;
|
|
@@ -284,6 +300,7 @@ export declare const optionsMap: {
|
|
|
284
300
|
value: number;
|
|
285
301
|
};
|
|
286
302
|
setConfig: (value: number) => void;
|
|
303
|
+
id: "timeout";
|
|
287
304
|
};
|
|
288
305
|
readonly binariesDirectory: {
|
|
289
306
|
name: string;
|
|
@@ -299,6 +316,7 @@ export declare const optionsMap: {
|
|
|
299
316
|
value: string | null;
|
|
300
317
|
};
|
|
301
318
|
setConfig: (value: string | null) => void;
|
|
319
|
+
id: "binaries-directory";
|
|
302
320
|
};
|
|
303
321
|
readonly forSeamlessAacConcatenation: {
|
|
304
322
|
name: string;
|
|
@@ -317,6 +335,7 @@ export declare const optionsMap: {
|
|
|
317
335
|
setConfig: (value: boolean) => void;
|
|
318
336
|
ssrName: string;
|
|
319
337
|
type: boolean;
|
|
338
|
+
id: "for-seamless-aac-concatenation";
|
|
320
339
|
};
|
|
321
340
|
readonly separateAudioTo: {
|
|
322
341
|
cliFlag: string;
|
|
@@ -335,6 +354,7 @@ export declare const optionsMap: {
|
|
|
335
354
|
setConfig: () => never;
|
|
336
355
|
ssrName: string;
|
|
337
356
|
type: string | null;
|
|
357
|
+
id: string;
|
|
338
358
|
};
|
|
339
359
|
readonly audioCodec: {
|
|
340
360
|
cliFlag: "audio-codec";
|
|
@@ -353,6 +373,7 @@ export declare const optionsMap: {
|
|
|
353
373
|
name: string;
|
|
354
374
|
ssrName: "audioCodec";
|
|
355
375
|
type: "aac" | "mp3" | "opus" | "pcm-16";
|
|
376
|
+
id: "audio-codec";
|
|
356
377
|
};
|
|
357
378
|
readonly onBrowserDownload: {
|
|
358
379
|
name: string;
|
|
@@ -363,6 +384,7 @@ export declare const optionsMap: {
|
|
|
363
384
|
type: import("./on-browser-download").OnBrowserDownload;
|
|
364
385
|
getValue: () => never;
|
|
365
386
|
setConfig: () => never;
|
|
387
|
+
id: "on-browser-download";
|
|
366
388
|
};
|
|
367
389
|
readonly hardwareAcceleration: {
|
|
368
390
|
name: string;
|
|
@@ -378,6 +400,7 @@ export declare const optionsMap: {
|
|
|
378
400
|
value: "disable" | "if-possible" | "required";
|
|
379
401
|
};
|
|
380
402
|
setConfig: (value: "disable" | "if-possible" | "required") => void;
|
|
403
|
+
id: "hardware-acceleration";
|
|
381
404
|
};
|
|
382
405
|
readonly chromeMode: {
|
|
383
406
|
cliFlag: "chrome-mode";
|
|
@@ -393,6 +416,7 @@ export declare const optionsMap: {
|
|
|
393
416
|
};
|
|
394
417
|
setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
|
|
395
418
|
type: "chrome-for-testing" | "headless-shell";
|
|
419
|
+
id: "chrome-mode";
|
|
396
420
|
};
|
|
397
421
|
readonly licenseKey: {
|
|
398
422
|
name: string;
|
|
@@ -408,6 +432,7 @@ export declare const optionsMap: {
|
|
|
408
432
|
value: string | null;
|
|
409
433
|
};
|
|
410
434
|
setConfig: (value: string | null) => void;
|
|
435
|
+
id: "license-key";
|
|
411
436
|
};
|
|
412
437
|
};
|
|
413
438
|
readonly stitchFramesToVideo: {
|
|
@@ -428,6 +453,7 @@ export declare const optionsMap: {
|
|
|
428
453
|
setConfig: () => never;
|
|
429
454
|
ssrName: string;
|
|
430
455
|
type: string | null;
|
|
456
|
+
id: string;
|
|
431
457
|
};
|
|
432
458
|
readonly hardwareAcceleration: {
|
|
433
459
|
name: string;
|
|
@@ -443,6 +469,7 @@ export declare const optionsMap: {
|
|
|
443
469
|
value: "disable" | "if-possible" | "required";
|
|
444
470
|
};
|
|
445
471
|
setConfig: (value: "disable" | "if-possible" | "required") => void;
|
|
472
|
+
id: "hardware-acceleration";
|
|
446
473
|
};
|
|
447
474
|
};
|
|
448
475
|
readonly renderStill: {
|
|
@@ -463,6 +490,7 @@ export declare const optionsMap: {
|
|
|
463
490
|
value: null;
|
|
464
491
|
};
|
|
465
492
|
setConfig: (size: number | null) => void;
|
|
493
|
+
id: "media-cache-size-in-bytes";
|
|
466
494
|
};
|
|
467
495
|
readonly offthreadVideoCacheSizeInBytes: {
|
|
468
496
|
name: string;
|
|
@@ -481,6 +509,7 @@ export declare const optionsMap: {
|
|
|
481
509
|
value: null;
|
|
482
510
|
};
|
|
483
511
|
setConfig: (size: number | null) => void;
|
|
512
|
+
id: "offthreadvideo-cache-size-in-bytes";
|
|
484
513
|
};
|
|
485
514
|
readonly offthreadVideoThreads: {
|
|
486
515
|
name: string;
|
|
@@ -499,6 +528,7 @@ export declare const optionsMap: {
|
|
|
499
528
|
value: null;
|
|
500
529
|
};
|
|
501
530
|
setConfig: (size: number | null) => void;
|
|
531
|
+
id: "offthreadvideo-video-threads";
|
|
502
532
|
};
|
|
503
533
|
readonly jpegQuality: {
|
|
504
534
|
name: string;
|
|
@@ -514,6 +544,7 @@ export declare const optionsMap: {
|
|
|
514
544
|
source: string;
|
|
515
545
|
value: number;
|
|
516
546
|
};
|
|
547
|
+
id: "jpeg-quality";
|
|
517
548
|
};
|
|
518
549
|
readonly logLevel: {
|
|
519
550
|
cliFlag: "log";
|
|
@@ -529,6 +560,7 @@ export declare const optionsMap: {
|
|
|
529
560
|
};
|
|
530
561
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
531
562
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
563
|
+
id: "log";
|
|
532
564
|
};
|
|
533
565
|
readonly timeoutInMilliseconds: {
|
|
534
566
|
name: string;
|
|
@@ -544,6 +576,7 @@ export declare const optionsMap: {
|
|
|
544
576
|
value: number;
|
|
545
577
|
};
|
|
546
578
|
setConfig: (value: number) => void;
|
|
579
|
+
id: "timeout";
|
|
547
580
|
};
|
|
548
581
|
readonly binariesDirectory: {
|
|
549
582
|
name: string;
|
|
@@ -559,6 +592,7 @@ export declare const optionsMap: {
|
|
|
559
592
|
value: string | null;
|
|
560
593
|
};
|
|
561
594
|
setConfig: (value: string | null) => void;
|
|
595
|
+
id: "binaries-directory";
|
|
562
596
|
};
|
|
563
597
|
readonly onBrowserDownload: {
|
|
564
598
|
name: string;
|
|
@@ -569,6 +603,7 @@ export declare const optionsMap: {
|
|
|
569
603
|
type: import("./on-browser-download").OnBrowserDownload;
|
|
570
604
|
getValue: () => never;
|
|
571
605
|
setConfig: () => never;
|
|
606
|
+
id: "on-browser-download";
|
|
572
607
|
};
|
|
573
608
|
readonly chromeMode: {
|
|
574
609
|
cliFlag: "chrome-mode";
|
|
@@ -584,6 +619,7 @@ export declare const optionsMap: {
|
|
|
584
619
|
};
|
|
585
620
|
setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
|
|
586
621
|
type: "chrome-for-testing" | "headless-shell";
|
|
622
|
+
id: "chrome-mode";
|
|
587
623
|
};
|
|
588
624
|
readonly apiKey: {
|
|
589
625
|
name: string;
|
|
@@ -599,6 +635,7 @@ export declare const optionsMap: {
|
|
|
599
635
|
value: string | null;
|
|
600
636
|
};
|
|
601
637
|
setConfig: (value: string | null) => void;
|
|
638
|
+
id: "api-key";
|
|
602
639
|
};
|
|
603
640
|
readonly licenseKey: {
|
|
604
641
|
name: string;
|
|
@@ -614,6 +651,7 @@ export declare const optionsMap: {
|
|
|
614
651
|
value: string | null;
|
|
615
652
|
};
|
|
616
653
|
setConfig: (value: string | null) => void;
|
|
654
|
+
id: "license-key";
|
|
617
655
|
};
|
|
618
656
|
};
|
|
619
657
|
readonly getCompositions: {
|
|
@@ -634,6 +672,7 @@ export declare const optionsMap: {
|
|
|
634
672
|
value: null;
|
|
635
673
|
};
|
|
636
674
|
setConfig: (size: number | null) => void;
|
|
675
|
+
id: "media-cache-size-in-bytes";
|
|
637
676
|
};
|
|
638
677
|
readonly offthreadVideoCacheSizeInBytes: {
|
|
639
678
|
name: string;
|
|
@@ -652,6 +691,7 @@ export declare const optionsMap: {
|
|
|
652
691
|
value: null;
|
|
653
692
|
};
|
|
654
693
|
setConfig: (size: number | null) => void;
|
|
694
|
+
id: "offthreadvideo-cache-size-in-bytes";
|
|
655
695
|
};
|
|
656
696
|
readonly offthreadVideoThreads: {
|
|
657
697
|
name: string;
|
|
@@ -670,6 +710,7 @@ export declare const optionsMap: {
|
|
|
670
710
|
value: null;
|
|
671
711
|
};
|
|
672
712
|
setConfig: (size: number | null) => void;
|
|
713
|
+
id: "offthreadvideo-video-threads";
|
|
673
714
|
};
|
|
674
715
|
readonly logLevel: {
|
|
675
716
|
cliFlag: "log";
|
|
@@ -685,6 +726,7 @@ export declare const optionsMap: {
|
|
|
685
726
|
};
|
|
686
727
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
687
728
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
729
|
+
id: "log";
|
|
688
730
|
};
|
|
689
731
|
readonly timeoutInMilliseconds: {
|
|
690
732
|
name: string;
|
|
@@ -700,6 +742,7 @@ export declare const optionsMap: {
|
|
|
700
742
|
value: number;
|
|
701
743
|
};
|
|
702
744
|
setConfig: (value: number) => void;
|
|
745
|
+
id: "timeout";
|
|
703
746
|
};
|
|
704
747
|
readonly binariesDirectory: {
|
|
705
748
|
name: string;
|
|
@@ -715,6 +758,7 @@ export declare const optionsMap: {
|
|
|
715
758
|
value: string | null;
|
|
716
759
|
};
|
|
717
760
|
setConfig: (value: string | null) => void;
|
|
761
|
+
id: "binaries-directory";
|
|
718
762
|
};
|
|
719
763
|
readonly onBrowserDownload: {
|
|
720
764
|
name: string;
|
|
@@ -725,6 +769,7 @@ export declare const optionsMap: {
|
|
|
725
769
|
type: import("./on-browser-download").OnBrowserDownload;
|
|
726
770
|
getValue: () => never;
|
|
727
771
|
setConfig: () => never;
|
|
772
|
+
id: "on-browser-download";
|
|
728
773
|
};
|
|
729
774
|
readonly chromeMode: {
|
|
730
775
|
cliFlag: "chrome-mode";
|
|
@@ -740,6 +785,7 @@ export declare const optionsMap: {
|
|
|
740
785
|
};
|
|
741
786
|
setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
|
|
742
787
|
type: "chrome-for-testing" | "headless-shell";
|
|
788
|
+
id: "chrome-mode";
|
|
743
789
|
};
|
|
744
790
|
};
|
|
745
791
|
readonly selectComposition: {
|
|
@@ -760,6 +806,7 @@ export declare const optionsMap: {
|
|
|
760
806
|
value: null;
|
|
761
807
|
};
|
|
762
808
|
setConfig: (size: number | null) => void;
|
|
809
|
+
id: "media-cache-size-in-bytes";
|
|
763
810
|
};
|
|
764
811
|
readonly offthreadVideoCacheSizeInBytes: {
|
|
765
812
|
name: string;
|
|
@@ -778,6 +825,7 @@ export declare const optionsMap: {
|
|
|
778
825
|
value: null;
|
|
779
826
|
};
|
|
780
827
|
setConfig: (size: number | null) => void;
|
|
828
|
+
id: "offthreadvideo-cache-size-in-bytes";
|
|
781
829
|
};
|
|
782
830
|
readonly offthreadVideoThreads: {
|
|
783
831
|
name: string;
|
|
@@ -796,6 +844,7 @@ export declare const optionsMap: {
|
|
|
796
844
|
value: null;
|
|
797
845
|
};
|
|
798
846
|
setConfig: (size: number | null) => void;
|
|
847
|
+
id: "offthreadvideo-video-threads";
|
|
799
848
|
};
|
|
800
849
|
readonly logLevel: {
|
|
801
850
|
cliFlag: "log";
|
|
@@ -811,6 +860,7 @@ export declare const optionsMap: {
|
|
|
811
860
|
};
|
|
812
861
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
813
862
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
863
|
+
id: "log";
|
|
814
864
|
};
|
|
815
865
|
readonly timeoutInMilliseconds: {
|
|
816
866
|
name: string;
|
|
@@ -826,6 +876,7 @@ export declare const optionsMap: {
|
|
|
826
876
|
value: number;
|
|
827
877
|
};
|
|
828
878
|
setConfig: (value: number) => void;
|
|
879
|
+
id: "timeout";
|
|
829
880
|
};
|
|
830
881
|
readonly binariesDirectory: {
|
|
831
882
|
name: string;
|
|
@@ -841,6 +892,7 @@ export declare const optionsMap: {
|
|
|
841
892
|
value: string | null;
|
|
842
893
|
};
|
|
843
894
|
setConfig: (value: string | null) => void;
|
|
895
|
+
id: "binaries-directory";
|
|
844
896
|
};
|
|
845
897
|
readonly onBrowserDownload: {
|
|
846
898
|
name: string;
|
|
@@ -851,6 +903,7 @@ export declare const optionsMap: {
|
|
|
851
903
|
type: import("./on-browser-download").OnBrowserDownload;
|
|
852
904
|
getValue: () => never;
|
|
853
905
|
setConfig: () => never;
|
|
906
|
+
id: "on-browser-download";
|
|
854
907
|
};
|
|
855
908
|
readonly chromeMode: {
|
|
856
909
|
cliFlag: "chrome-mode";
|
|
@@ -866,6 +919,7 @@ export declare const optionsMap: {
|
|
|
866
919
|
};
|
|
867
920
|
setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
|
|
868
921
|
type: "chrome-for-testing" | "headless-shell";
|
|
922
|
+
id: "chrome-mode";
|
|
869
923
|
};
|
|
870
924
|
};
|
|
871
925
|
readonly renderFrames: {
|
|
@@ -886,6 +940,7 @@ export declare const optionsMap: {
|
|
|
886
940
|
value: null;
|
|
887
941
|
};
|
|
888
942
|
setConfig: (size: number | null) => void;
|
|
943
|
+
id: "media-cache-size-in-bytes";
|
|
889
944
|
};
|
|
890
945
|
readonly forSeamlessAacConcatenation: {
|
|
891
946
|
name: string;
|
|
@@ -904,6 +959,7 @@ export declare const optionsMap: {
|
|
|
904
959
|
setConfig: (value: boolean) => void;
|
|
905
960
|
ssrName: string;
|
|
906
961
|
type: boolean;
|
|
962
|
+
id: "for-seamless-aac-concatenation";
|
|
907
963
|
};
|
|
908
964
|
readonly offthreadVideoCacheSizeInBytes: {
|
|
909
965
|
name: string;
|
|
@@ -922,6 +978,7 @@ export declare const optionsMap: {
|
|
|
922
978
|
value: null;
|
|
923
979
|
};
|
|
924
980
|
setConfig: (size: number | null) => void;
|
|
981
|
+
id: "offthreadvideo-cache-size-in-bytes";
|
|
925
982
|
};
|
|
926
983
|
readonly offthreadVideoThreads: {
|
|
927
984
|
name: string;
|
|
@@ -940,6 +997,7 @@ export declare const optionsMap: {
|
|
|
940
997
|
value: null;
|
|
941
998
|
};
|
|
942
999
|
setConfig: (size: number | null) => void;
|
|
1000
|
+
id: "offthreadvideo-video-threads";
|
|
943
1001
|
};
|
|
944
1002
|
readonly jpegQuality: {
|
|
945
1003
|
name: string;
|
|
@@ -955,6 +1013,7 @@ export declare const optionsMap: {
|
|
|
955
1013
|
source: string;
|
|
956
1014
|
value: number;
|
|
957
1015
|
};
|
|
1016
|
+
id: "jpeg-quality";
|
|
958
1017
|
};
|
|
959
1018
|
readonly logLevel: {
|
|
960
1019
|
cliFlag: "log";
|
|
@@ -970,6 +1029,7 @@ export declare const optionsMap: {
|
|
|
970
1029
|
};
|
|
971
1030
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
972
1031
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
1032
|
+
id: "log";
|
|
973
1033
|
};
|
|
974
1034
|
readonly timeoutInMilliseconds: {
|
|
975
1035
|
name: string;
|
|
@@ -985,6 +1045,7 @@ export declare const optionsMap: {
|
|
|
985
1045
|
value: number;
|
|
986
1046
|
};
|
|
987
1047
|
setConfig: (value: number) => void;
|
|
1048
|
+
id: "timeout";
|
|
988
1049
|
};
|
|
989
1050
|
readonly binariesDirectory: {
|
|
990
1051
|
name: string;
|
|
@@ -1000,6 +1061,7 @@ export declare const optionsMap: {
|
|
|
1000
1061
|
value: string | null;
|
|
1001
1062
|
};
|
|
1002
1063
|
setConfig: (value: string | null) => void;
|
|
1064
|
+
id: "binaries-directory";
|
|
1003
1065
|
};
|
|
1004
1066
|
readonly onBrowserDownload: {
|
|
1005
1067
|
name: string;
|
|
@@ -1010,6 +1072,7 @@ export declare const optionsMap: {
|
|
|
1010
1072
|
type: import("./on-browser-download").OnBrowserDownload;
|
|
1011
1073
|
getValue: () => never;
|
|
1012
1074
|
setConfig: () => never;
|
|
1075
|
+
id: "on-browser-download";
|
|
1013
1076
|
};
|
|
1014
1077
|
readonly chromeMode: {
|
|
1015
1078
|
cliFlag: "chrome-mode";
|
|
@@ -1025,6 +1088,7 @@ export declare const optionsMap: {
|
|
|
1025
1088
|
};
|
|
1026
1089
|
setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
|
|
1027
1090
|
type: "chrome-for-testing" | "headless-shell";
|
|
1091
|
+
id: "chrome-mode";
|
|
1028
1092
|
};
|
|
1029
1093
|
readonly imageSequencePattern: {
|
|
1030
1094
|
name: string;
|
|
@@ -1040,6 +1104,7 @@ export declare const optionsMap: {
|
|
|
1040
1104
|
source: string;
|
|
1041
1105
|
};
|
|
1042
1106
|
setConfig: (pattern: string | null) => void;
|
|
1107
|
+
id: "image-sequence-pattern";
|
|
1043
1108
|
};
|
|
1044
1109
|
};
|
|
1045
1110
|
readonly renderMediaOnLambda: {
|
|
@@ -1060,6 +1125,7 @@ export declare const optionsMap: {
|
|
|
1060
1125
|
value: null;
|
|
1061
1126
|
};
|
|
1062
1127
|
setConfig: (size: number | null) => void;
|
|
1128
|
+
id: "media-cache-size-in-bytes";
|
|
1063
1129
|
};
|
|
1064
1130
|
readonly offthreadVideoCacheSizeInBytes: {
|
|
1065
1131
|
name: string;
|
|
@@ -1078,6 +1144,7 @@ export declare const optionsMap: {
|
|
|
1078
1144
|
value: null;
|
|
1079
1145
|
};
|
|
1080
1146
|
setConfig: (size: number | null) => void;
|
|
1147
|
+
id: "offthreadvideo-cache-size-in-bytes";
|
|
1081
1148
|
};
|
|
1082
1149
|
readonly offthreadVideoThreads: {
|
|
1083
1150
|
name: string;
|
|
@@ -1096,6 +1163,7 @@ export declare const optionsMap: {
|
|
|
1096
1163
|
value: null;
|
|
1097
1164
|
};
|
|
1098
1165
|
setConfig: (size: number | null) => void;
|
|
1166
|
+
id: "offthreadvideo-video-threads";
|
|
1099
1167
|
};
|
|
1100
1168
|
readonly videoBitrate: {
|
|
1101
1169
|
name: string;
|
|
@@ -1111,6 +1179,7 @@ export declare const optionsMap: {
|
|
|
1111
1179
|
value: string | null;
|
|
1112
1180
|
};
|
|
1113
1181
|
setConfig: (bitrate: string | null) => void;
|
|
1182
|
+
id: "video-bitrate";
|
|
1114
1183
|
};
|
|
1115
1184
|
readonly numberOfGifLoops: {
|
|
1116
1185
|
name: string;
|
|
@@ -1129,6 +1198,7 @@ export declare const optionsMap: {
|
|
|
1129
1198
|
source: string;
|
|
1130
1199
|
};
|
|
1131
1200
|
setConfig: (newLoop: import("./number-of-gif-loops").NumberOfGifLoops) => void;
|
|
1201
|
+
id: "number-of-gif-loops";
|
|
1132
1202
|
};
|
|
1133
1203
|
readonly preferLossless: {
|
|
1134
1204
|
name: string;
|
|
@@ -1147,6 +1217,7 @@ export declare const optionsMap: {
|
|
|
1147
1217
|
source: string;
|
|
1148
1218
|
};
|
|
1149
1219
|
setConfig: (val: boolean) => void;
|
|
1220
|
+
id: "prefer-lossless";
|
|
1150
1221
|
};
|
|
1151
1222
|
readonly audioBitrate: {
|
|
1152
1223
|
name: string;
|
|
@@ -1165,6 +1236,7 @@ export declare const optionsMap: {
|
|
|
1165
1236
|
source: string;
|
|
1166
1237
|
};
|
|
1167
1238
|
setConfig: (value: string | null) => void;
|
|
1239
|
+
id: "audio-bitrate";
|
|
1168
1240
|
};
|
|
1169
1241
|
readonly deleteAfter: {
|
|
1170
1242
|
name: string;
|
|
@@ -1183,6 +1255,7 @@ export declare const optionsMap: {
|
|
|
1183
1255
|
value: null;
|
|
1184
1256
|
};
|
|
1185
1257
|
setConfig: (value: import("./delete-after").DeleteAfter | null) => void;
|
|
1258
|
+
id: "delete-after";
|
|
1186
1259
|
};
|
|
1187
1260
|
readonly x264Preset: {
|
|
1188
1261
|
name: string;
|
|
@@ -1201,6 +1274,7 @@ export declare const optionsMap: {
|
|
|
1201
1274
|
source: string;
|
|
1202
1275
|
};
|
|
1203
1276
|
setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
|
|
1277
|
+
id: "x264-preset";
|
|
1204
1278
|
};
|
|
1205
1279
|
readonly encodingMaxRate: {
|
|
1206
1280
|
name: string;
|
|
@@ -1219,6 +1293,7 @@ export declare const optionsMap: {
|
|
|
1219
1293
|
source: string;
|
|
1220
1294
|
};
|
|
1221
1295
|
setConfig: (newMaxRate: string | null) => void;
|
|
1296
|
+
id: "max-rate";
|
|
1222
1297
|
};
|
|
1223
1298
|
readonly encodingBufferSize: {
|
|
1224
1299
|
name: string;
|
|
@@ -1237,6 +1312,7 @@ export declare const optionsMap: {
|
|
|
1237
1312
|
source: string;
|
|
1238
1313
|
};
|
|
1239
1314
|
setConfig: (bitrate: string | null) => void;
|
|
1315
|
+
id: "buffer-size";
|
|
1240
1316
|
};
|
|
1241
1317
|
readonly colorSpace: {
|
|
1242
1318
|
name: string;
|
|
@@ -1244,14 +1320,15 @@ export declare const optionsMap: {
|
|
|
1244
1320
|
description: () => import("react/jsx-runtime").JSX.Element;
|
|
1245
1321
|
docLink: string;
|
|
1246
1322
|
ssrName: string;
|
|
1247
|
-
type: "bt2020-ncl" | "bt709" | "default" | null;
|
|
1323
|
+
type: "bt2020-ncl" | "bt601" | "bt709" | "default" | null;
|
|
1248
1324
|
getValue: ({ commandLine }: {
|
|
1249
1325
|
commandLine: Record<string, unknown>;
|
|
1250
1326
|
}) => {
|
|
1251
1327
|
source: string;
|
|
1252
|
-
value: "bt2020-ncl" | "bt709" | "default";
|
|
1328
|
+
value: "bt2020-ncl" | "bt601" | "bt709" | "default";
|
|
1253
1329
|
};
|
|
1254
|
-
setConfig: (value: "bt2020-ncl" | "bt709" | "default" | null) => void;
|
|
1330
|
+
setConfig: (value: "bt2020-ncl" | "bt601" | "bt709" | "default" | null) => void;
|
|
1331
|
+
id: "color-space";
|
|
1255
1332
|
};
|
|
1256
1333
|
readonly muted: {
|
|
1257
1334
|
name: string;
|
|
@@ -1267,6 +1344,7 @@ export declare const optionsMap: {
|
|
|
1267
1344
|
value: boolean;
|
|
1268
1345
|
};
|
|
1269
1346
|
setConfig: () => void;
|
|
1347
|
+
id: "muted";
|
|
1270
1348
|
};
|
|
1271
1349
|
readonly logLevel: {
|
|
1272
1350
|
cliFlag: "log";
|
|
@@ -1282,6 +1360,7 @@ export declare const optionsMap: {
|
|
|
1282
1360
|
};
|
|
1283
1361
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
1284
1362
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
1363
|
+
id: "log";
|
|
1285
1364
|
};
|
|
1286
1365
|
readonly timeoutInMilliseconds: {
|
|
1287
1366
|
name: string;
|
|
@@ -1297,6 +1376,7 @@ export declare const optionsMap: {
|
|
|
1297
1376
|
value: number;
|
|
1298
1377
|
};
|
|
1299
1378
|
setConfig: (value: number) => void;
|
|
1379
|
+
id: "timeout";
|
|
1300
1380
|
};
|
|
1301
1381
|
readonly apiKey: {
|
|
1302
1382
|
name: string;
|
|
@@ -1312,6 +1392,7 @@ export declare const optionsMap: {
|
|
|
1312
1392
|
value: string | null;
|
|
1313
1393
|
};
|
|
1314
1394
|
setConfig: (value: string | null) => void;
|
|
1395
|
+
id: "api-key";
|
|
1315
1396
|
};
|
|
1316
1397
|
readonly licenseKey: {
|
|
1317
1398
|
name: string;
|
|
@@ -1327,6 +1408,7 @@ export declare const optionsMap: {
|
|
|
1327
1408
|
value: string | null;
|
|
1328
1409
|
};
|
|
1329
1410
|
setConfig: (value: string | null) => void;
|
|
1411
|
+
id: "license-key";
|
|
1330
1412
|
};
|
|
1331
1413
|
};
|
|
1332
1414
|
readonly renderStillOnLambda: {
|
|
@@ -1347,6 +1429,7 @@ export declare const optionsMap: {
|
|
|
1347
1429
|
value: null;
|
|
1348
1430
|
};
|
|
1349
1431
|
setConfig: (size: number | null) => void;
|
|
1432
|
+
id: "media-cache-size-in-bytes";
|
|
1350
1433
|
};
|
|
1351
1434
|
readonly offthreadVideoCacheSizeInBytes: {
|
|
1352
1435
|
name: string;
|
|
@@ -1365,6 +1448,7 @@ export declare const optionsMap: {
|
|
|
1365
1448
|
value: null;
|
|
1366
1449
|
};
|
|
1367
1450
|
setConfig: (size: number | null) => void;
|
|
1451
|
+
id: "offthreadvideo-cache-size-in-bytes";
|
|
1368
1452
|
};
|
|
1369
1453
|
readonly offthreadVideoThreads: {
|
|
1370
1454
|
name: string;
|
|
@@ -1383,6 +1467,7 @@ export declare const optionsMap: {
|
|
|
1383
1467
|
value: null;
|
|
1384
1468
|
};
|
|
1385
1469
|
setConfig: (size: number | null) => void;
|
|
1470
|
+
id: "offthreadvideo-video-threads";
|
|
1386
1471
|
};
|
|
1387
1472
|
readonly jpegQuality: {
|
|
1388
1473
|
name: string;
|
|
@@ -1398,6 +1483,7 @@ export declare const optionsMap: {
|
|
|
1398
1483
|
source: string;
|
|
1399
1484
|
value: number;
|
|
1400
1485
|
};
|
|
1486
|
+
id: "jpeg-quality";
|
|
1401
1487
|
};
|
|
1402
1488
|
readonly logLevel: {
|
|
1403
1489
|
cliFlag: "log";
|
|
@@ -1413,6 +1499,7 @@ export declare const optionsMap: {
|
|
|
1413
1499
|
};
|
|
1414
1500
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
1415
1501
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
1502
|
+
id: "log";
|
|
1416
1503
|
};
|
|
1417
1504
|
readonly deleteAfter: {
|
|
1418
1505
|
name: string;
|
|
@@ -1431,6 +1518,7 @@ export declare const optionsMap: {
|
|
|
1431
1518
|
value: null;
|
|
1432
1519
|
};
|
|
1433
1520
|
setConfig: (value: import("./delete-after").DeleteAfter | null) => void;
|
|
1521
|
+
id: "delete-after";
|
|
1434
1522
|
};
|
|
1435
1523
|
readonly scale: {
|
|
1436
1524
|
name: string;
|
|
@@ -1446,6 +1534,7 @@ export declare const optionsMap: {
|
|
|
1446
1534
|
value: number;
|
|
1447
1535
|
};
|
|
1448
1536
|
setConfig: (scale: number) => void;
|
|
1537
|
+
id: "scale";
|
|
1449
1538
|
};
|
|
1450
1539
|
readonly timeoutInMilliseconds: {
|
|
1451
1540
|
name: string;
|
|
@@ -1461,6 +1550,7 @@ export declare const optionsMap: {
|
|
|
1461
1550
|
value: number;
|
|
1462
1551
|
};
|
|
1463
1552
|
setConfig: (value: number) => void;
|
|
1553
|
+
id: "timeout";
|
|
1464
1554
|
};
|
|
1465
1555
|
readonly apiKey: {
|
|
1466
1556
|
name: string;
|
|
@@ -1476,6 +1566,7 @@ export declare const optionsMap: {
|
|
|
1476
1566
|
value: string | null;
|
|
1477
1567
|
};
|
|
1478
1568
|
setConfig: (value: string | null) => void;
|
|
1569
|
+
id: "api-key";
|
|
1479
1570
|
};
|
|
1480
1571
|
readonly licenseKey: {
|
|
1481
1572
|
name: string;
|
|
@@ -1491,6 +1582,7 @@ export declare const optionsMap: {
|
|
|
1491
1582
|
value: string | null;
|
|
1492
1583
|
};
|
|
1493
1584
|
setConfig: (value: string | null) => void;
|
|
1585
|
+
id: "license-key";
|
|
1494
1586
|
};
|
|
1495
1587
|
};
|
|
1496
1588
|
readonly getCompositionsOnLambda: {
|
|
@@ -1511,6 +1603,7 @@ export declare const optionsMap: {
|
|
|
1511
1603
|
value: null;
|
|
1512
1604
|
};
|
|
1513
1605
|
setConfig: (size: number | null) => void;
|
|
1606
|
+
id: "media-cache-size-in-bytes";
|
|
1514
1607
|
};
|
|
1515
1608
|
readonly offthreadVideoCacheSizeInBytes: {
|
|
1516
1609
|
name: string;
|
|
@@ -1529,6 +1622,7 @@ export declare const optionsMap: {
|
|
|
1529
1622
|
value: null;
|
|
1530
1623
|
};
|
|
1531
1624
|
setConfig: (size: number | null) => void;
|
|
1625
|
+
id: "offthreadvideo-cache-size-in-bytes";
|
|
1532
1626
|
};
|
|
1533
1627
|
readonly logLevel: {
|
|
1534
1628
|
cliFlag: "log";
|
|
@@ -1544,6 +1638,7 @@ export declare const optionsMap: {
|
|
|
1544
1638
|
};
|
|
1545
1639
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
1546
1640
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
1641
|
+
id: "log";
|
|
1547
1642
|
};
|
|
1548
1643
|
readonly timeoutInMilliseconds: {
|
|
1549
1644
|
name: string;
|
|
@@ -1559,6 +1654,7 @@ export declare const optionsMap: {
|
|
|
1559
1654
|
value: number;
|
|
1560
1655
|
};
|
|
1561
1656
|
setConfig: (value: number) => void;
|
|
1657
|
+
id: "timeout";
|
|
1562
1658
|
};
|
|
1563
1659
|
};
|
|
1564
1660
|
readonly renderMediaOnCloudRun: {
|
|
@@ -1579,6 +1675,7 @@ export declare const optionsMap: {
|
|
|
1579
1675
|
value: null;
|
|
1580
1676
|
};
|
|
1581
1677
|
setConfig: (size: number | null) => void;
|
|
1678
|
+
id: "media-cache-size-in-bytes";
|
|
1582
1679
|
};
|
|
1583
1680
|
readonly offthreadVideoCacheSizeInBytes: {
|
|
1584
1681
|
name: string;
|
|
@@ -1597,6 +1694,7 @@ export declare const optionsMap: {
|
|
|
1597
1694
|
value: null;
|
|
1598
1695
|
};
|
|
1599
1696
|
setConfig: (size: number | null) => void;
|
|
1697
|
+
id: "offthreadvideo-cache-size-in-bytes";
|
|
1600
1698
|
};
|
|
1601
1699
|
readonly offthreadVideoThreads: {
|
|
1602
1700
|
name: string;
|
|
@@ -1615,6 +1713,7 @@ export declare const optionsMap: {
|
|
|
1615
1713
|
value: null;
|
|
1616
1714
|
};
|
|
1617
1715
|
setConfig: (size: number | null) => void;
|
|
1716
|
+
id: "offthreadvideo-video-threads";
|
|
1618
1717
|
};
|
|
1619
1718
|
readonly numberOfGifLoops: {
|
|
1620
1719
|
name: string;
|
|
@@ -1633,6 +1732,7 @@ export declare const optionsMap: {
|
|
|
1633
1732
|
source: string;
|
|
1634
1733
|
};
|
|
1635
1734
|
setConfig: (newLoop: import("./number-of-gif-loops").NumberOfGifLoops) => void;
|
|
1735
|
+
id: "number-of-gif-loops";
|
|
1636
1736
|
};
|
|
1637
1737
|
readonly preferLossless: {
|
|
1638
1738
|
name: string;
|
|
@@ -1651,6 +1751,7 @@ export declare const optionsMap: {
|
|
|
1651
1751
|
source: string;
|
|
1652
1752
|
};
|
|
1653
1753
|
setConfig: (val: boolean) => void;
|
|
1754
|
+
id: "prefer-lossless";
|
|
1654
1755
|
};
|
|
1655
1756
|
readonly colorSpace: {
|
|
1656
1757
|
name: string;
|
|
@@ -1658,14 +1759,15 @@ export declare const optionsMap: {
|
|
|
1658
1759
|
description: () => import("react/jsx-runtime").JSX.Element;
|
|
1659
1760
|
docLink: string;
|
|
1660
1761
|
ssrName: string;
|
|
1661
|
-
type: "bt2020-ncl" | "bt709" | "default" | null;
|
|
1762
|
+
type: "bt2020-ncl" | "bt601" | "bt709" | "default" | null;
|
|
1662
1763
|
getValue: ({ commandLine }: {
|
|
1663
1764
|
commandLine: Record<string, unknown>;
|
|
1664
1765
|
}) => {
|
|
1665
1766
|
source: string;
|
|
1666
|
-
value: "bt2020-ncl" | "bt709" | "default";
|
|
1767
|
+
value: "bt2020-ncl" | "bt601" | "bt709" | "default";
|
|
1667
1768
|
};
|
|
1668
|
-
setConfig: (value: "bt2020-ncl" | "bt709" | "default" | null) => void;
|
|
1769
|
+
setConfig: (value: "bt2020-ncl" | "bt601" | "bt709" | "default" | null) => void;
|
|
1770
|
+
id: "color-space";
|
|
1669
1771
|
};
|
|
1670
1772
|
readonly audioBitrate: {
|
|
1671
1773
|
name: string;
|
|
@@ -1684,6 +1786,7 @@ export declare const optionsMap: {
|
|
|
1684
1786
|
source: string;
|
|
1685
1787
|
};
|
|
1686
1788
|
setConfig: (value: string | null) => void;
|
|
1789
|
+
id: "audio-bitrate";
|
|
1687
1790
|
};
|
|
1688
1791
|
readonly videoBitrate: {
|
|
1689
1792
|
name: string;
|
|
@@ -1699,6 +1802,7 @@ export declare const optionsMap: {
|
|
|
1699
1802
|
value: string | null;
|
|
1700
1803
|
};
|
|
1701
1804
|
setConfig: (bitrate: string | null) => void;
|
|
1805
|
+
id: "video-bitrate";
|
|
1702
1806
|
};
|
|
1703
1807
|
readonly x264Preset: {
|
|
1704
1808
|
name: string;
|
|
@@ -1717,6 +1821,7 @@ export declare const optionsMap: {
|
|
|
1717
1821
|
source: string;
|
|
1718
1822
|
};
|
|
1719
1823
|
setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
|
|
1824
|
+
id: "x264-preset";
|
|
1720
1825
|
};
|
|
1721
1826
|
readonly encodingMaxRate: {
|
|
1722
1827
|
name: string;
|
|
@@ -1735,6 +1840,7 @@ export declare const optionsMap: {
|
|
|
1735
1840
|
source: string;
|
|
1736
1841
|
};
|
|
1737
1842
|
setConfig: (newMaxRate: string | null) => void;
|
|
1843
|
+
id: "max-rate";
|
|
1738
1844
|
};
|
|
1739
1845
|
readonly encodingBufferSize: {
|
|
1740
1846
|
name: string;
|
|
@@ -1753,6 +1859,7 @@ export declare const optionsMap: {
|
|
|
1753
1859
|
source: string;
|
|
1754
1860
|
};
|
|
1755
1861
|
setConfig: (bitrate: string | null) => void;
|
|
1862
|
+
id: "buffer-size";
|
|
1756
1863
|
};
|
|
1757
1864
|
readonly muted: {
|
|
1758
1865
|
name: string;
|
|
@@ -1768,6 +1875,7 @@ export declare const optionsMap: {
|
|
|
1768
1875
|
value: boolean;
|
|
1769
1876
|
};
|
|
1770
1877
|
setConfig: () => void;
|
|
1878
|
+
id: "muted";
|
|
1771
1879
|
};
|
|
1772
1880
|
readonly logLevel: {
|
|
1773
1881
|
cliFlag: "log";
|
|
@@ -1783,6 +1891,7 @@ export declare const optionsMap: {
|
|
|
1783
1891
|
};
|
|
1784
1892
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
1785
1893
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
1894
|
+
id: "log";
|
|
1786
1895
|
};
|
|
1787
1896
|
readonly delayRenderTimeoutInMilliseconds: {
|
|
1788
1897
|
name: string;
|
|
@@ -1798,6 +1907,7 @@ export declare const optionsMap: {
|
|
|
1798
1907
|
value: number;
|
|
1799
1908
|
};
|
|
1800
1909
|
setConfig: (value: number) => void;
|
|
1910
|
+
id: "timeout";
|
|
1801
1911
|
};
|
|
1802
1912
|
readonly enforceAudioTrack: {
|
|
1803
1913
|
name: string;
|
|
@@ -1816,6 +1926,7 @@ export declare const optionsMap: {
|
|
|
1816
1926
|
value: false;
|
|
1817
1927
|
};
|
|
1818
1928
|
setConfig: (value: boolean) => void;
|
|
1929
|
+
id: "enforce-audio-track";
|
|
1819
1930
|
};
|
|
1820
1931
|
readonly scale: {
|
|
1821
1932
|
name: string;
|
|
@@ -1831,6 +1942,7 @@ export declare const optionsMap: {
|
|
|
1831
1942
|
value: number;
|
|
1832
1943
|
};
|
|
1833
1944
|
setConfig: (scale: number) => void;
|
|
1945
|
+
id: "scale";
|
|
1834
1946
|
};
|
|
1835
1947
|
readonly crf: {
|
|
1836
1948
|
name: string;
|
|
@@ -1846,6 +1958,7 @@ export declare const optionsMap: {
|
|
|
1846
1958
|
value: import("..").Crf;
|
|
1847
1959
|
};
|
|
1848
1960
|
setConfig: (crf: import("..").Crf) => void;
|
|
1961
|
+
id: "crf";
|
|
1849
1962
|
};
|
|
1850
1963
|
readonly jpegQuality: {
|
|
1851
1964
|
name: string;
|
|
@@ -1861,6 +1974,7 @@ export declare const optionsMap: {
|
|
|
1861
1974
|
source: string;
|
|
1862
1975
|
value: number;
|
|
1863
1976
|
};
|
|
1977
|
+
id: "jpeg-quality";
|
|
1864
1978
|
};
|
|
1865
1979
|
};
|
|
1866
1980
|
readonly renderStillOnCloudRun: {
|
|
@@ -1881,6 +1995,7 @@ export declare const optionsMap: {
|
|
|
1881
1995
|
value: null;
|
|
1882
1996
|
};
|
|
1883
1997
|
setConfig: (size: number | null) => void;
|
|
1998
|
+
id: "media-cache-size-in-bytes";
|
|
1884
1999
|
};
|
|
1885
2000
|
readonly offthreadVideoCacheSizeInBytes: {
|
|
1886
2001
|
name: string;
|
|
@@ -1899,6 +2014,7 @@ export declare const optionsMap: {
|
|
|
1899
2014
|
value: null;
|
|
1900
2015
|
};
|
|
1901
2016
|
setConfig: (size: number | null) => void;
|
|
2017
|
+
id: "offthreadvideo-cache-size-in-bytes";
|
|
1902
2018
|
};
|
|
1903
2019
|
readonly offthreadVideoThreads: {
|
|
1904
2020
|
name: string;
|
|
@@ -1917,6 +2033,7 @@ export declare const optionsMap: {
|
|
|
1917
2033
|
value: null;
|
|
1918
2034
|
};
|
|
1919
2035
|
setConfig: (size: number | null) => void;
|
|
2036
|
+
id: "offthreadvideo-video-threads";
|
|
1920
2037
|
};
|
|
1921
2038
|
readonly logLevel: {
|
|
1922
2039
|
cliFlag: "log";
|
|
@@ -1932,6 +2049,7 @@ export declare const optionsMap: {
|
|
|
1932
2049
|
};
|
|
1933
2050
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
1934
2051
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
2052
|
+
id: "log";
|
|
1935
2053
|
};
|
|
1936
2054
|
readonly scale: {
|
|
1937
2055
|
name: string;
|
|
@@ -1947,6 +2065,7 @@ export declare const optionsMap: {
|
|
|
1947
2065
|
value: number;
|
|
1948
2066
|
};
|
|
1949
2067
|
setConfig: (scale: number) => void;
|
|
2068
|
+
id: "scale";
|
|
1950
2069
|
};
|
|
1951
2070
|
readonly jpegQuality: {
|
|
1952
2071
|
name: string;
|
|
@@ -1962,6 +2081,7 @@ export declare const optionsMap: {
|
|
|
1962
2081
|
source: string;
|
|
1963
2082
|
value: number;
|
|
1964
2083
|
};
|
|
2084
|
+
id: "jpeg-quality";
|
|
1965
2085
|
};
|
|
1966
2086
|
readonly delayRenderTimeoutInMilliseconds: {
|
|
1967
2087
|
name: string;
|
|
@@ -1977,6 +2097,7 @@ export declare const optionsMap: {
|
|
|
1977
2097
|
value: number;
|
|
1978
2098
|
};
|
|
1979
2099
|
setConfig: (value: number) => void;
|
|
2100
|
+
id: "timeout";
|
|
1980
2101
|
};
|
|
1981
2102
|
};
|
|
1982
2103
|
readonly ensureBrowser: {
|
|
@@ -1994,6 +2115,7 @@ export declare const optionsMap: {
|
|
|
1994
2115
|
};
|
|
1995
2116
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
1996
2117
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
2118
|
+
id: "log";
|
|
1997
2119
|
};
|
|
1998
2120
|
readonly onBrowserDownload: {
|
|
1999
2121
|
name: string;
|
|
@@ -2004,6 +2126,7 @@ export declare const optionsMap: {
|
|
|
2004
2126
|
type: import("./on-browser-download").OnBrowserDownload;
|
|
2005
2127
|
getValue: () => never;
|
|
2006
2128
|
setConfig: () => never;
|
|
2129
|
+
id: "on-browser-download";
|
|
2007
2130
|
};
|
|
2008
2131
|
readonly chromeMode: {
|
|
2009
2132
|
cliFlag: "chrome-mode";
|
|
@@ -2019,6 +2142,7 @@ export declare const optionsMap: {
|
|
|
2019
2142
|
};
|
|
2020
2143
|
setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
|
|
2021
2144
|
type: "chrome-for-testing" | "headless-shell";
|
|
2145
|
+
id: "chrome-mode";
|
|
2022
2146
|
};
|
|
2023
2147
|
};
|
|
2024
2148
|
readonly openBrowser: {
|
|
@@ -2036,6 +2160,7 @@ export declare const optionsMap: {
|
|
|
2036
2160
|
};
|
|
2037
2161
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
2038
2162
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
2163
|
+
id: "log";
|
|
2039
2164
|
};
|
|
2040
2165
|
readonly onBrowserDownload: {
|
|
2041
2166
|
name: string;
|
|
@@ -2046,6 +2171,7 @@ export declare const optionsMap: {
|
|
|
2046
2171
|
type: import("./on-browser-download").OnBrowserDownload;
|
|
2047
2172
|
getValue: () => never;
|
|
2048
2173
|
setConfig: () => never;
|
|
2174
|
+
id: "on-browser-download";
|
|
2049
2175
|
};
|
|
2050
2176
|
readonly chromeMode: {
|
|
2051
2177
|
cliFlag: "chrome-mode";
|
|
@@ -2061,6 +2187,7 @@ export declare const optionsMap: {
|
|
|
2061
2187
|
};
|
|
2062
2188
|
setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
|
|
2063
2189
|
type: "chrome-for-testing" | "headless-shell";
|
|
2190
|
+
id: "chrome-mode";
|
|
2064
2191
|
};
|
|
2065
2192
|
};
|
|
2066
2193
|
readonly deploySiteLambda: {
|
|
@@ -2078,6 +2205,7 @@ export declare const optionsMap: {
|
|
|
2078
2205
|
};
|
|
2079
2206
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
2080
2207
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
2208
|
+
id: "log";
|
|
2081
2209
|
};
|
|
2082
2210
|
readonly throwIfSiteExists: {
|
|
2083
2211
|
cliFlag: string;
|
|
@@ -2093,6 +2221,7 @@ export declare const optionsMap: {
|
|
|
2093
2221
|
setConfig: () => never;
|
|
2094
2222
|
ssrName: string;
|
|
2095
2223
|
type: boolean;
|
|
2224
|
+
id: string;
|
|
2096
2225
|
};
|
|
2097
2226
|
};
|
|
2098
2227
|
readonly deploySiteCloudRun: {
|
|
@@ -2110,6 +2239,7 @@ export declare const optionsMap: {
|
|
|
2110
2239
|
};
|
|
2111
2240
|
setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
|
|
2112
2241
|
type: "error" | "info" | "trace" | "verbose" | "warn";
|
|
2242
|
+
id: "log";
|
|
2113
2243
|
};
|
|
2114
2244
|
};
|
|
2115
2245
|
};
|