@remotion/renderer 4.0.423 → 4.0.425

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.
Files changed (159) hide show
  1. package/dist/client.d.ts +448 -13
  2. package/dist/combine-chunks.js +3 -0
  3. package/dist/ensure-browser.d.ts +3 -0
  4. package/dist/esm/client.mjs +1262 -516
  5. package/dist/esm/index.mjs +14 -7
  6. package/dist/esm/pure.mjs +4 -2
  7. package/dist/ffmpeg-args.d.ts +1 -1
  8. package/dist/ffmpeg-args.js +1 -1
  9. package/dist/index.d.ts +45 -0
  10. package/dist/mux-video-and-audio.d.ts +2 -1
  11. package/dist/mux-video-and-audio.js +6 -1
  12. package/dist/options/api-key.d.ts +1 -0
  13. package/dist/options/api-key.js +1 -0
  14. package/dist/options/ask-ai.d.ts +1 -0
  15. package/dist/options/ask-ai.js +1 -0
  16. package/dist/options/audio-bitrate.d.ts +1 -0
  17. package/dist/options/audio-bitrate.js +1 -0
  18. package/dist/options/audio-codec.d.ts +1 -0
  19. package/dist/options/audio-codec.js +1 -0
  20. package/dist/options/beep-on-finish.d.ts +1 -0
  21. package/dist/options/beep-on-finish.js +1 -0
  22. package/dist/options/binaries-directory.d.ts +1 -0
  23. package/dist/options/binaries-directory.js +1 -0
  24. package/dist/options/browser-executable.d.ts +17 -0
  25. package/dist/options/browser-executable.js +36 -0
  26. package/dist/options/chrome-mode.d.ts +1 -0
  27. package/dist/options/chrome-mode.js +1 -0
  28. package/dist/options/color-space.d.ts +5 -4
  29. package/dist/options/color-space.js +4 -2
  30. package/dist/options/concurrency.d.ts +17 -0
  31. package/dist/options/concurrency.js +40 -0
  32. package/dist/options/crf.d.ts +1 -0
  33. package/dist/options/crf.js +1 -0
  34. package/dist/options/cross-site-isolation.d.ts +1 -0
  35. package/dist/options/cross-site-isolation.js +1 -0
  36. package/dist/options/dark-mode.d.ts +1 -0
  37. package/dist/options/dark-mode.js +1 -0
  38. package/dist/options/delete-after.d.ts +1 -0
  39. package/dist/options/delete-after.js +1 -0
  40. package/dist/options/disable-git-source.d.ts +1 -0
  41. package/dist/options/disable-git-source.js +1 -0
  42. package/dist/options/disable-web-security.d.ts +16 -0
  43. package/dist/options/disable-web-security.js +36 -0
  44. package/dist/options/disallow-parallel-encoding.d.ts +1 -0
  45. package/dist/options/disallow-parallel-encoding.js +1 -0
  46. package/dist/options/enable-lambda-insights.d.ts +1 -0
  47. package/dist/options/enable-lambda-insights.js +1 -0
  48. package/dist/options/enable-multiprocess-on-linux.d.ts +1 -0
  49. package/dist/options/enable-multiprocess-on-linux.js +1 -0
  50. package/dist/options/encoding-buffer-size.d.ts +1 -0
  51. package/dist/options/encoding-buffer-size.js +1 -0
  52. package/dist/options/encoding-max-rate.d.ts +1 -0
  53. package/dist/options/encoding-max-rate.js +1 -0
  54. package/dist/options/enforce-audio.d.ts +1 -0
  55. package/dist/options/enforce-audio.js +1 -0
  56. package/dist/options/every-nth-frame.d.ts +16 -0
  57. package/dist/options/every-nth-frame.js +42 -0
  58. package/dist/options/experimental-client-side-rendering.d.ts +1 -0
  59. package/dist/options/experimental-client-side-rendering.js +1 -0
  60. package/dist/options/folder-expiry.d.ts +1 -0
  61. package/dist/options/folder-expiry.js +1 -0
  62. package/dist/options/for-seamless-aac-concatenation.d.ts +1 -0
  63. package/dist/options/for-seamless-aac-concatenation.js +1 -0
  64. package/dist/options/force-new-studio.d.ts +1 -0
  65. package/dist/options/force-new-studio.js +1 -0
  66. package/dist/options/gl.d.ts +1 -0
  67. package/dist/options/gl.js +1 -0
  68. package/dist/options/hardware-acceleration.d.ts +1 -0
  69. package/dist/options/hardware-acceleration.js +1 -0
  70. package/dist/options/headless.d.ts +1 -0
  71. package/dist/options/headless.js +1 -0
  72. package/dist/options/ignore-certificate-errors.d.ts +16 -0
  73. package/dist/options/ignore-certificate-errors.js +36 -0
  74. package/dist/options/image-format-option.d.ts +18 -0
  75. package/dist/options/image-format-option.js +33 -0
  76. package/dist/options/image-sequence-pattern.d.ts +1 -0
  77. package/dist/options/image-sequence-pattern.js +1 -0
  78. package/dist/options/index.d.ts +307 -3
  79. package/dist/options/index.js +28 -0
  80. package/dist/options/ipv4.d.ts +1 -0
  81. package/dist/options/ipv4.js +1 -0
  82. package/dist/options/is-production.d.ts +1 -0
  83. package/dist/options/is-production.js +1 -0
  84. package/dist/options/jpeg-quality.d.ts +1 -0
  85. package/dist/options/jpeg-quality.js +1 -0
  86. package/dist/options/keyboard-shortcuts.d.ts +1 -0
  87. package/dist/options/keyboard-shortcuts.js +1 -0
  88. package/dist/options/latency-hint.d.ts +1 -0
  89. package/dist/options/latency-hint.js +1 -0
  90. package/dist/options/license-key.d.ts +1 -0
  91. package/dist/options/license-key.js +1 -0
  92. package/dist/options/log-level.d.ts +1 -0
  93. package/dist/options/log-level.js +1 -0
  94. package/dist/options/metadata.d.ts +1 -0
  95. package/dist/options/metadata.js +1 -0
  96. package/dist/options/mute.d.ts +1 -0
  97. package/dist/options/mute.js +1 -0
  98. package/dist/options/number-of-gif-loops.d.ts +1 -0
  99. package/dist/options/number-of-gif-loops.js +1 -0
  100. package/dist/options/number-of-shared-audio-tags.d.ts +1 -0
  101. package/dist/options/number-of-shared-audio-tags.js +1 -0
  102. package/dist/options/offthreadvideo-cache-size.d.ts +1 -0
  103. package/dist/options/offthreadvideo-cache-size.js +1 -0
  104. package/dist/options/offthreadvideo-threads.d.ts +1 -0
  105. package/dist/options/offthreadvideo-threads.js +1 -0
  106. package/dist/options/on-browser-download.d.ts +1 -0
  107. package/dist/options/on-browser-download.js +1 -0
  108. package/dist/options/option.d.ts +1 -0
  109. package/dist/options/options-map.d.ts +139 -9
  110. package/dist/options/override-duration.d.ts +19 -0
  111. package/dist/options/override-duration.js +46 -0
  112. package/dist/options/override-fps.d.ts +19 -0
  113. package/dist/options/override-fps.js +40 -0
  114. package/dist/options/override-height.d.ts +19 -0
  115. package/dist/options/override-height.js +40 -0
  116. package/dist/options/override-width.d.ts +19 -0
  117. package/dist/options/override-width.js +40 -0
  118. package/dist/options/overwrite.d.ts +1 -0
  119. package/dist/options/overwrite.js +1 -0
  120. package/dist/options/pixel-format.d.ts +16 -0
  121. package/dist/options/pixel-format.js +41 -0
  122. package/dist/options/prefer-lossless.d.ts +1 -0
  123. package/dist/options/prefer-lossless.js +1 -0
  124. package/dist/options/prores-profile.d.ts +20 -0
  125. package/dist/options/prores-profile.js +48 -0
  126. package/dist/options/public-dir.d.ts +1 -0
  127. package/dist/options/public-dir.js +1 -0
  128. package/dist/options/public-license-key.d.ts +1 -0
  129. package/dist/options/public-license-key.js +1 -0
  130. package/dist/options/public-path.d.ts +1 -0
  131. package/dist/options/public-path.js +1 -0
  132. package/dist/options/repro.d.ts +1 -0
  133. package/dist/options/repro.js +1 -0
  134. package/dist/options/scale.d.ts +1 -0
  135. package/dist/options/scale.js +1 -0
  136. package/dist/options/separate-audio.d.ts +1 -0
  137. package/dist/options/separate-audio.js +1 -0
  138. package/dist/options/still-image-format.d.ts +19 -0
  139. package/dist/options/still-image-format.js +55 -0
  140. package/dist/options/throw-if-site-exists.d.ts +1 -0
  141. package/dist/options/throw-if-site-exists.js +1 -0
  142. package/dist/options/timeout.d.ts +1 -0
  143. package/dist/options/timeout.js +1 -0
  144. package/dist/options/user-agent.d.ts +19 -0
  145. package/dist/options/user-agent.js +36 -0
  146. package/dist/options/video-bitrate.d.ts +1 -0
  147. package/dist/options/video-bitrate.js +1 -0
  148. package/dist/options/video-cache-size.d.ts +1 -0
  149. package/dist/options/video-cache-size.js +1 -0
  150. package/dist/options/video-codec.d.ts +1 -0
  151. package/dist/options/video-codec.js +1 -0
  152. package/dist/options/video-image-format.d.ts +19 -0
  153. package/dist/options/video-image-format.js +55 -0
  154. package/dist/options/webhook-custom-data.d.ts +1 -0
  155. package/dist/options/webhook-custom-data.js +1 -0
  156. package/dist/options/x264-preset.d.ts +1 -0
  157. package/dist/options/x264-preset.js +1 -0
  158. package/dist/validate-number-of-gif-loops.js +1 -1
  159. package/package.json +15 -15
package/dist/client.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export { AvailableOptions, TypeOfOption } from './options';
2
2
  export { HardwareAccelerationOption } from './options/hardware-acceleration';
3
+ export { ProResProfile } from './options/prores-profile';
3
4
  export declare const BrowserSafeApis: {
4
5
  getFileExtensionFromCodec: <T extends "aac" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav">(codec: T, audioCodec: "aac" | "mp3" | "opus" | "pcm-16" | null) => import("./file-extensions").FileExtension;
5
6
  validCodecs: readonly ["h264", "h265", "vp8", "vp9", "mp3", "aac", "wav", "prores", "h264-mkv", "h264-ts", "gif"];
@@ -240,6 +241,39 @@ export declare const BrowserSafeApis: {
240
241
  name: string;
241
242
  ssrName: "audioCodec";
242
243
  type: "aac" | "mp3" | "opus" | "pcm-16";
244
+ id: "audio-codec";
245
+ };
246
+ browserExecutableOption: {
247
+ name: string;
248
+ cliFlag: "browser-executable";
249
+ description: () => import("react/jsx-runtime").JSX.Element;
250
+ ssrName: "browserExecutable";
251
+ docLink: string;
252
+ type: import("./browser-executable").BrowserExecutable;
253
+ getValue: ({ commandLine }: {
254
+ commandLine: Record<string, unknown>;
255
+ }) => {
256
+ source: string;
257
+ value: import("./browser-executable").BrowserExecutable;
258
+ };
259
+ setConfig: (value: import("./browser-executable").BrowserExecutable) => void;
260
+ id: "browser-executable";
261
+ };
262
+ concurrencyOption: {
263
+ name: string;
264
+ cliFlag: "concurrency";
265
+ description: () => import("react/jsx-runtime").JSX.Element;
266
+ ssrName: "concurrency";
267
+ docLink: string;
268
+ type: import(".").Concurrency;
269
+ getValue: ({ commandLine }: {
270
+ commandLine: Record<string, unknown>;
271
+ }) => {
272
+ source: string;
273
+ value: import(".").Concurrency;
274
+ };
275
+ setConfig: (value: import(".").Concurrency) => void;
276
+ id: "concurrency";
243
277
  };
244
278
  scaleOption: {
245
279
  name: string;
@@ -255,6 +289,7 @@ export declare const BrowserSafeApis: {
255
289
  value: number;
256
290
  };
257
291
  setConfig: (scale: number) => void;
292
+ id: "scale";
258
293
  };
259
294
  crfOption: {
260
295
  name: string;
@@ -270,6 +305,7 @@ export declare const BrowserSafeApis: {
270
305
  value: import("./crf").Crf;
271
306
  };
272
307
  setConfig: (crf: import("./crf").Crf) => void;
308
+ id: "crf";
273
309
  };
274
310
  jpegQualityOption: {
275
311
  name: string;
@@ -285,6 +321,7 @@ export declare const BrowserSafeApis: {
285
321
  source: string;
286
322
  value: number;
287
323
  };
324
+ id: "jpeg-quality";
288
325
  };
289
326
  videoBitrateOption: {
290
327
  name: string;
@@ -300,6 +337,7 @@ export declare const BrowserSafeApis: {
300
337
  value: string | null;
301
338
  };
302
339
  setConfig: (bitrate: string | null) => void;
340
+ id: "video-bitrate";
303
341
  };
304
342
  audioBitrateOption: {
305
343
  name: string;
@@ -318,6 +356,7 @@ export declare const BrowserSafeApis: {
318
356
  source: string;
319
357
  };
320
358
  setConfig: (value: string | null) => void;
359
+ id: "audio-bitrate";
321
360
  };
322
361
  enforceAudioOption: {
323
362
  name: string;
@@ -336,6 +375,23 @@ export declare const BrowserSafeApis: {
336
375
  value: false;
337
376
  };
338
377
  setConfig: (value: boolean) => void;
378
+ id: "enforce-audio-track";
379
+ };
380
+ everyNthFrameOption: {
381
+ name: string;
382
+ cliFlag: "every-nth-frame";
383
+ description: () => import("react/jsx-runtime").JSX.Element;
384
+ ssrName: "everyNthFrame";
385
+ docLink: string;
386
+ type: number;
387
+ getValue: ({ commandLine }: {
388
+ commandLine: Record<string, unknown>;
389
+ }) => {
390
+ source: string;
391
+ value: number;
392
+ };
393
+ setConfig: (value: number) => void;
394
+ id: "every-nth-frame";
339
395
  };
340
396
  mutedOption: {
341
397
  name: string;
@@ -351,6 +407,7 @@ export declare const BrowserSafeApis: {
351
407
  value: boolean;
352
408
  };
353
409
  setConfig: () => void;
410
+ id: "muted";
354
411
  };
355
412
  videoCodecOption: {
356
413
  name: string;
@@ -372,6 +429,7 @@ export declare const BrowserSafeApis: {
372
429
  source: string;
373
430
  };
374
431
  setConfig: (newCodec: import("./codec").CodecOrUndefined) => void;
432
+ id: "codec";
375
433
  };
376
434
  offthreadVideoCacheSizeInBytesOption: {
377
435
  name: string;
@@ -390,6 +448,7 @@ export declare const BrowserSafeApis: {
390
448
  value: null;
391
449
  };
392
450
  setConfig: (size: number | null) => void;
451
+ id: "offthreadvideo-cache-size-in-bytes";
393
452
  };
394
453
  offthreadVideoThreadsOption: {
395
454
  name: string;
@@ -408,6 +467,7 @@ export declare const BrowserSafeApis: {
408
467
  value: null;
409
468
  };
410
469
  setConfig: (size: number | null) => void;
470
+ id: "offthreadvideo-video-threads";
411
471
  };
412
472
  webhookCustomDataOption: {
413
473
  name: string;
@@ -418,6 +478,7 @@ export declare const BrowserSafeApis: {
418
478
  type: Record<string, unknown> | null;
419
479
  getValue: () => never;
420
480
  setConfig: () => never;
481
+ id: "webhook-custom-data";
421
482
  };
422
483
  colorSpaceOption: {
423
484
  name: string;
@@ -425,14 +486,15 @@ export declare const BrowserSafeApis: {
425
486
  description: () => import("react/jsx-runtime").JSX.Element;
426
487
  docLink: string;
427
488
  ssrName: string;
428
- type: "bt2020-ncl" | "bt709" | "default" | null;
489
+ type: "bt2020-ncl" | "bt601" | "bt709" | "default" | null;
429
490
  getValue: ({ commandLine }: {
430
491
  commandLine: Record<string, unknown>;
431
492
  }) => {
432
493
  source: string;
433
- value: "bt2020-ncl" | "bt709" | "default";
494
+ value: "bt2020-ncl" | "bt601" | "bt709" | "default";
434
495
  };
435
- setConfig: (value: "bt2020-ncl" | "bt709" | "default" | null) => void;
496
+ setConfig: (value: "bt2020-ncl" | "bt601" | "bt709" | "default" | null) => void;
497
+ id: "color-space";
436
498
  };
437
499
  deleteAfterOption: {
438
500
  name: string;
@@ -451,6 +513,23 @@ export declare const BrowserSafeApis: {
451
513
  value: null;
452
514
  };
453
515
  setConfig: (value: import(".").DeleteAfter | null) => void;
516
+ id: "delete-after";
517
+ };
518
+ disableWebSecurityOption: {
519
+ name: string;
520
+ cliFlag: "disable-web-security";
521
+ description: () => import("react/jsx-runtime").JSX.Element;
522
+ ssrName: "disableWebSecurity";
523
+ docLink: string;
524
+ type: boolean;
525
+ getValue: ({ commandLine }: {
526
+ commandLine: Record<string, unknown>;
527
+ }) => {
528
+ source: string;
529
+ value: boolean;
530
+ };
531
+ setConfig: (value: boolean) => void;
532
+ id: "disable-web-security";
454
533
  };
455
534
  disallowParallelEncodingOption: {
456
535
  name: string;
@@ -466,6 +545,7 @@ export declare const BrowserSafeApis: {
466
545
  source: string;
467
546
  };
468
547
  setConfig(value: boolean): void;
548
+ id: "disallow-parallel-encoding";
469
549
  };
470
550
  folderExpiryOption: {
471
551
  name: string;
@@ -481,6 +561,7 @@ export declare const BrowserSafeApis: {
481
561
  value: boolean | null;
482
562
  };
483
563
  setConfig: (value: boolean | null) => void;
564
+ id: "enable-folder-expiry";
484
565
  };
485
566
  enableMultiprocessOnLinuxOption: {
486
567
  name: string;
@@ -496,6 +577,7 @@ export declare const BrowserSafeApis: {
496
577
  value: boolean;
497
578
  };
498
579
  setConfig: (value: boolean) => void;
580
+ id: "enable-multiprocess-on-linux";
499
581
  };
500
582
  glOption: {
501
583
  cliFlag: "gl";
@@ -514,6 +596,7 @@ export declare const BrowserSafeApis: {
514
596
  source: string;
515
597
  };
516
598
  setConfig: (value: "angle" | "angle-egl" | "egl" | "swangle" | "swiftshader" | "vulkan" | null) => void;
599
+ id: "gl";
517
600
  };
518
601
  enableLambdaInsights: {
519
602
  name: string;
@@ -529,6 +612,7 @@ export declare const BrowserSafeApis: {
529
612
  value: boolean;
530
613
  source: string;
531
614
  };
615
+ id: "enable-lambda-insights";
532
616
  };
533
617
  encodingMaxRateOption: {
534
618
  name: string;
@@ -547,6 +631,7 @@ export declare const BrowserSafeApis: {
547
631
  source: string;
548
632
  };
549
633
  setConfig: (newMaxRate: string | null) => void;
634
+ id: "max-rate";
550
635
  };
551
636
  encodingBufferSizeOption: {
552
637
  name: string;
@@ -565,6 +650,7 @@ export declare const BrowserSafeApis: {
565
650
  source: string;
566
651
  };
567
652
  setConfig: (bitrate: string | null) => void;
653
+ id: "buffer-size";
568
654
  };
569
655
  beepOnFinishOption: {
570
656
  name: string;
@@ -580,6 +666,7 @@ export declare const BrowserSafeApis: {
580
666
  source: string;
581
667
  };
582
668
  setConfig(value: boolean): void;
669
+ id: "beep-on-finish";
583
670
  };
584
671
  numberOfGifLoopsOption: {
585
672
  name: string;
@@ -598,6 +685,7 @@ export declare const BrowserSafeApis: {
598
685
  source: string;
599
686
  };
600
687
  setConfig: (newLoop: import(".").NumberOfGifLoops) => void;
688
+ id: "number-of-gif-loops";
601
689
  };
602
690
  reproOption: {
603
691
  name: string;
@@ -613,6 +701,23 @@ export declare const BrowserSafeApis: {
613
701
  source: string;
614
702
  };
615
703
  setConfig: (should: boolean) => void;
704
+ id: "repro";
705
+ };
706
+ pixelFormatOption: {
707
+ name: string;
708
+ cliFlag: "pixel-format";
709
+ description: () => import("react/jsx-runtime").JSX.Element;
710
+ ssrName: "pixelFormat";
711
+ docLink: string;
712
+ type: "yuv420p" | "yuv420p10le" | "yuv422p" | "yuv422p10le" | "yuv444p" | "yuv444p10le" | "yuva420p" | "yuva444p10le";
713
+ getValue: ({ commandLine }: {
714
+ commandLine: Record<string, unknown>;
715
+ }) => {
716
+ source: string;
717
+ value: "yuv420p" | "yuv420p10le" | "yuv422p" | "yuv422p10le" | "yuv444p" | "yuv444p10le" | "yuva420p" | "yuva444p10le";
718
+ };
719
+ setConfig: (value: "yuv420p" | "yuv420p10le" | "yuv422p" | "yuv422p10le" | "yuv444p" | "yuv444p10le" | "yuva420p" | "yuva444p10le") => void;
720
+ id: "pixel-format";
616
721
  };
617
722
  preferLosslessOption: {
618
723
  name: string;
@@ -631,6 +736,26 @@ export declare const BrowserSafeApis: {
631
736
  source: string;
632
737
  };
633
738
  setConfig: (val: boolean) => void;
739
+ id: "prefer-lossless";
740
+ };
741
+ proResProfileOption: {
742
+ name: string;
743
+ cliFlag: "prores-profile";
744
+ description: () => import("react/jsx-runtime").JSX.Element;
745
+ ssrName: "proResProfile";
746
+ docLink: string;
747
+ type: import("./client").ProResProfile | undefined;
748
+ getValue: ({ commandLine }: {
749
+ commandLine: Record<string, unknown>;
750
+ }) => {
751
+ source: string;
752
+ value: import("./client").ProResProfile;
753
+ } | {
754
+ source: string;
755
+ value: undefined;
756
+ };
757
+ setConfig: (value: import("./client").ProResProfile | undefined) => void;
758
+ id: "prores-profile";
634
759
  };
635
760
  x264Option: {
636
761
  name: string;
@@ -649,6 +774,7 @@ export declare const BrowserSafeApis: {
649
774
  source: string;
650
775
  };
651
776
  setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
777
+ id: "x264-preset";
652
778
  };
653
779
  logLevelOption: {
654
780
  cliFlag: "log";
@@ -664,6 +790,7 @@ export declare const BrowserSafeApis: {
664
790
  };
665
791
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
666
792
  type: "error" | "info" | "trace" | "verbose" | "warn";
793
+ id: "log";
667
794
  };
668
795
  delayRenderTimeoutInMillisecondsOption: {
669
796
  name: string;
@@ -679,6 +806,7 @@ export declare const BrowserSafeApis: {
679
806
  value: number;
680
807
  };
681
808
  setConfig: (value: number) => void;
809
+ id: "timeout";
682
810
  };
683
811
  headlessOption: {
684
812
  name: string;
@@ -694,6 +822,7 @@ export declare const BrowserSafeApis: {
694
822
  value: boolean;
695
823
  };
696
824
  setConfig: (value: boolean) => void;
825
+ id: "disable-headless";
697
826
  };
698
827
  overwriteOption: {
699
828
  name: string;
@@ -709,6 +838,7 @@ export declare const BrowserSafeApis: {
709
838
  value: boolean;
710
839
  };
711
840
  setConfig: (value: boolean) => void;
841
+ id: "overwrite";
712
842
  };
713
843
  binariesDirectoryOption: {
714
844
  name: string;
@@ -724,6 +854,7 @@ export declare const BrowserSafeApis: {
724
854
  value: string | null;
725
855
  };
726
856
  setConfig: (value: string | null) => void;
857
+ id: "binaries-directory";
727
858
  };
728
859
  forSeamlessAacConcatenationOption: {
729
860
  name: string;
@@ -742,6 +873,7 @@ export declare const BrowserSafeApis: {
742
873
  setConfig: (value: boolean) => void;
743
874
  ssrName: string;
744
875
  type: boolean;
876
+ id: "for-seamless-aac-concatenation";
745
877
  };
746
878
  separateAudioOption: {
747
879
  cliFlag: string;
@@ -760,6 +892,7 @@ export declare const BrowserSafeApis: {
760
892
  setConfig: () => never;
761
893
  ssrName: string;
762
894
  type: string | null;
895
+ id: string;
763
896
  };
764
897
  publicPathOption: {
765
898
  name: string;
@@ -778,6 +911,7 @@ export declare const BrowserSafeApis: {
778
911
  };
779
912
  setConfig: (value: string | null) => void;
780
913
  type: string | null;
914
+ id: "public-path";
781
915
  };
782
916
  publicDirOption: {
783
917
  name: string;
@@ -796,6 +930,7 @@ export declare const BrowserSafeApis: {
796
930
  };
797
931
  setConfig: (value: string | null) => void;
798
932
  type: string | null;
933
+ id: "public-dir";
799
934
  };
800
935
  onBrowserDownloadOption: {
801
936
  name: string;
@@ -806,6 +941,7 @@ export declare const BrowserSafeApis: {
806
941
  type: import(".").OnBrowserDownload;
807
942
  getValue: () => never;
808
943
  setConfig: () => never;
944
+ id: "on-browser-download";
809
945
  };
810
946
  throwIfSiteExistsOption: {
811
947
  cliFlag: string;
@@ -821,6 +957,7 @@ export declare const BrowserSafeApis: {
821
957
  setConfig: () => never;
822
958
  ssrName: string;
823
959
  type: boolean;
960
+ id: string;
824
961
  };
825
962
  disableGitSourceOption: {
826
963
  cliFlag: string;
@@ -836,6 +973,7 @@ export declare const BrowserSafeApis: {
836
973
  setConfig: () => never;
837
974
  ssrName: string;
838
975
  type: boolean;
976
+ id: string;
839
977
  };
840
978
  metadataOption: {
841
979
  name: string;
@@ -853,6 +991,7 @@ export declare const BrowserSafeApis: {
853
991
  };
854
992
  setConfig: (newMetadata: import("./options/metadata").Metadata) => void;
855
993
  ssrName: string;
994
+ id: "metadata";
856
995
  };
857
996
  hardwareAccelerationOption: {
858
997
  name: string;
@@ -868,6 +1007,7 @@ export declare const BrowserSafeApis: {
868
1007
  value: "disable" | "if-possible" | "required";
869
1008
  };
870
1009
  setConfig: (value: "disable" | "if-possible" | "required") => void;
1010
+ id: "hardware-acceleration";
871
1011
  };
872
1012
  chromeModeOption: {
873
1013
  cliFlag: "chrome-mode";
@@ -883,6 +1023,7 @@ export declare const BrowserSafeApis: {
883
1023
  };
884
1024
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
885
1025
  type: "chrome-for-testing" | "headless-shell";
1026
+ id: "chrome-mode";
886
1027
  };
887
1028
  apiKeyOption: {
888
1029
  name: string;
@@ -898,6 +1039,7 @@ export declare const BrowserSafeApis: {
898
1039
  value: string | null;
899
1040
  };
900
1041
  setConfig: (value: string | null) => void;
1042
+ id: "api-key";
901
1043
  };
902
1044
  licenseKeyOption: {
903
1045
  name: string;
@@ -913,6 +1055,7 @@ export declare const BrowserSafeApis: {
913
1055
  value: string | null;
914
1056
  };
915
1057
  setConfig: (value: string | null) => void;
1058
+ id: "license-key";
916
1059
  };
917
1060
  audioLatencyHintOption: {
918
1061
  name: string;
@@ -931,6 +1074,7 @@ export declare const BrowserSafeApis: {
931
1074
  source: string;
932
1075
  };
933
1076
  setConfig: (profile: AudioContextLatencyCategory | null) => void;
1077
+ id: "audio-latency-hint";
934
1078
  };
935
1079
  enableCrossSiteIsolationOption: {
936
1080
  name: string;
@@ -946,6 +1090,23 @@ export declare const BrowserSafeApis: {
946
1090
  source: string;
947
1091
  };
948
1092
  setConfig(value: boolean): void;
1093
+ id: "cross-site-isolation";
1094
+ };
1095
+ ignoreCertificateErrorsOption: {
1096
+ name: string;
1097
+ cliFlag: "ignore-certificate-errors";
1098
+ description: () => import("react/jsx-runtime").JSX.Element;
1099
+ ssrName: "ignoreCertificateErrors";
1100
+ docLink: string;
1101
+ type: boolean;
1102
+ getValue: ({ commandLine }: {
1103
+ commandLine: Record<string, unknown>;
1104
+ }) => {
1105
+ source: string;
1106
+ value: boolean;
1107
+ };
1108
+ setConfig: (value: boolean) => void;
1109
+ id: "ignore-certificate-errors";
949
1110
  };
950
1111
  imageSequencePatternOption: {
951
1112
  name: string;
@@ -961,6 +1122,7 @@ export declare const BrowserSafeApis: {
961
1122
  source: string;
962
1123
  };
963
1124
  setConfig: (pattern: string | null) => void;
1125
+ id: "image-sequence-pattern";
964
1126
  };
965
1127
  mediaCacheSizeInBytesOption: {
966
1128
  name: string;
@@ -979,6 +1141,7 @@ export declare const BrowserSafeApis: {
979
1141
  value: null;
980
1142
  };
981
1143
  setConfig: (size: number | null) => void;
1144
+ id: "media-cache-size-in-bytes";
982
1145
  };
983
1146
  darkModeOption: {
984
1147
  name: string;
@@ -994,6 +1157,7 @@ export declare const BrowserSafeApis: {
994
1157
  value: boolean;
995
1158
  };
996
1159
  setConfig: (value: boolean) => void;
1160
+ id: "dark-mode";
997
1161
  };
998
1162
  publicLicenseKeyOption: {
999
1163
  name: string;
@@ -1009,6 +1173,7 @@ export declare const BrowserSafeApis: {
1009
1173
  };
1010
1174
  setConfig: (value: string | null) => void;
1011
1175
  type: string | null;
1176
+ id: "public-license-key";
1012
1177
  };
1013
1178
  isProductionOption: {
1014
1179
  name: string;
@@ -1024,6 +1189,7 @@ export declare const BrowserSafeApis: {
1024
1189
  };
1025
1190
  setConfig: (value: boolean | null) => void;
1026
1191
  type: boolean | null;
1192
+ id: "is-production";
1027
1193
  };
1028
1194
  askAIOption: {
1029
1195
  name: string;
@@ -1039,6 +1205,7 @@ export declare const BrowserSafeApis: {
1039
1205
  source: string;
1040
1206
  };
1041
1207
  setConfig(value: boolean): void;
1208
+ id: "disable-ask-ai";
1042
1209
  };
1043
1210
  experimentalClientSideRenderingOption: {
1044
1211
  name: string;
@@ -1054,6 +1221,7 @@ export declare const BrowserSafeApis: {
1054
1221
  source: string;
1055
1222
  };
1056
1223
  setConfig(value: boolean): void;
1224
+ id: "enable-experimental-client-side-rendering";
1057
1225
  };
1058
1226
  keyboardShortcutsOption: {
1059
1227
  name: string;
@@ -1069,6 +1237,7 @@ export declare const BrowserSafeApis: {
1069
1237
  source: string;
1070
1238
  };
1071
1239
  setConfig(value: boolean): void;
1240
+ id: "disable-keyboard-shortcuts";
1072
1241
  };
1073
1242
  forceNewStudioOption: {
1074
1243
  name: string;
@@ -1084,6 +1253,7 @@ export declare const BrowserSafeApis: {
1084
1253
  source: string;
1085
1254
  };
1086
1255
  setConfig(value: boolean): void;
1256
+ id: "force-new";
1087
1257
  };
1088
1258
  numberOfSharedAudioTagsOption: {
1089
1259
  name: string;
@@ -1099,6 +1269,7 @@ export declare const BrowserSafeApis: {
1099
1269
  source: string;
1100
1270
  };
1101
1271
  setConfig(value: number): void;
1272
+ id: "number-of-shared-audio-tags";
1102
1273
  };
1103
1274
  ipv4Option: {
1104
1275
  name: string;
@@ -1114,9 +1285,143 @@ export declare const BrowserSafeApis: {
1114
1285
  source: string;
1115
1286
  };
1116
1287
  setConfig(value: boolean): void;
1288
+ id: "ipv4";
1289
+ };
1290
+ stillImageFormatOption: {
1291
+ name: string;
1292
+ cliFlag: "image-format";
1293
+ description: () => import("react/jsx-runtime").JSX.Element;
1294
+ ssrName: "imageFormat";
1295
+ docLink: string;
1296
+ type: "jpeg" | "pdf" | "png" | "webp" | null;
1297
+ getValue: ({ commandLine }: {
1298
+ commandLine: Record<string, unknown>;
1299
+ }) => {
1300
+ source: string;
1301
+ value: "jpeg" | "pdf" | "png" | "webp";
1302
+ } | {
1303
+ source: string;
1304
+ value: null;
1305
+ };
1306
+ setConfig: (value: "jpeg" | "pdf" | "png" | "webp" | null) => void;
1307
+ id: string;
1308
+ };
1309
+ userAgentOption: {
1310
+ name: string;
1311
+ cliFlag: "user-agent";
1312
+ description: () => import("react/jsx-runtime").JSX.Element;
1313
+ ssrName: "userAgent";
1314
+ docLink: string;
1315
+ type: string | null;
1316
+ getValue: ({ commandLine }: {
1317
+ commandLine: Record<string, unknown>;
1318
+ }) => {
1319
+ source: string;
1320
+ value: string;
1321
+ } | {
1322
+ source: string;
1323
+ value: null;
1324
+ };
1325
+ setConfig: (value: string | null) => void;
1326
+ id: "user-agent";
1327
+ };
1328
+ videoImageFormatOption: {
1329
+ name: string;
1330
+ cliFlag: "image-format";
1331
+ description: () => import("react/jsx-runtime").JSX.Element;
1332
+ ssrName: "imageFormat";
1333
+ docLink: string;
1334
+ type: "jpeg" | "none" | "png" | null;
1335
+ getValue: ({ commandLine }: {
1336
+ commandLine: Record<string, unknown>;
1337
+ }) => {
1338
+ source: string;
1339
+ value: "jpeg" | "none" | "png";
1340
+ } | {
1341
+ source: string;
1342
+ value: null;
1343
+ };
1344
+ setConfig: (value: "jpeg" | "none" | "png" | null) => void;
1345
+ id: string;
1346
+ };
1347
+ overrideHeightOption: {
1348
+ name: string;
1349
+ cliFlag: "height";
1350
+ description: () => import("react/jsx-runtime").JSX.Element;
1351
+ ssrName: null;
1352
+ docLink: string;
1353
+ type: number | null;
1354
+ getValue: ({ commandLine }: {
1355
+ commandLine: Record<string, unknown>;
1356
+ }) => {
1357
+ source: string;
1358
+ value: number;
1359
+ } | {
1360
+ source: string;
1361
+ value: null;
1362
+ };
1363
+ setConfig: (height: number | null) => void;
1364
+ id: "height";
1365
+ };
1366
+ overrideWidthOption: {
1367
+ name: string;
1368
+ cliFlag: "width";
1369
+ description: () => import("react/jsx-runtime").JSX.Element;
1370
+ ssrName: null;
1371
+ docLink: string;
1372
+ type: number | null;
1373
+ getValue: ({ commandLine }: {
1374
+ commandLine: Record<string, unknown>;
1375
+ }) => {
1376
+ source: string;
1377
+ value: number;
1378
+ } | {
1379
+ source: string;
1380
+ value: null;
1381
+ };
1382
+ setConfig: (width: number | null) => void;
1383
+ id: "width";
1384
+ };
1385
+ overrideFpsOption: {
1386
+ name: string;
1387
+ cliFlag: "fps";
1388
+ description: () => import("react/jsx-runtime").JSX.Element;
1389
+ ssrName: null;
1390
+ docLink: string;
1391
+ type: number | null;
1392
+ getValue: ({ commandLine }: {
1393
+ commandLine: Record<string, unknown>;
1394
+ }) => {
1395
+ source: string;
1396
+ value: number;
1397
+ } | {
1398
+ source: string;
1399
+ value: null;
1400
+ };
1401
+ setConfig: (fps: number | null) => void;
1402
+ id: "fps";
1403
+ };
1404
+ overrideDurationOption: {
1405
+ name: string;
1406
+ cliFlag: "duration";
1407
+ description: () => import("react/jsx-runtime").JSX.Element;
1408
+ ssrName: null;
1409
+ docLink: string;
1410
+ type: number | null;
1411
+ getValue: ({ commandLine }: {
1412
+ commandLine: Record<string, unknown>;
1413
+ }) => {
1414
+ source: string;
1415
+ value: number;
1416
+ } | {
1417
+ source: string;
1418
+ value: null;
1419
+ };
1420
+ setConfig: (duration: number | null) => void;
1421
+ id: "duration";
1117
1422
  };
1118
1423
  };
1119
- validColorSpaces: readonly ["default", "bt709", "bt2020-ncl"];
1424
+ validColorSpaces: readonly ["default", "bt601", "bt709", "bt2020-ncl"];
1120
1425
  optionsMap: {
1121
1426
  readonly renderMedia: {
1122
1427
  readonly mediaCacheSizeInBytes: {
@@ -1136,6 +1441,7 @@ export declare const BrowserSafeApis: {
1136
1441
  value: null;
1137
1442
  };
1138
1443
  setConfig: (size: number | null) => void;
1444
+ id: "media-cache-size-in-bytes";
1139
1445
  };
1140
1446
  readonly offthreadVideoCacheSizeInBytes: {
1141
1447
  name: string;
@@ -1154,6 +1460,7 @@ export declare const BrowserSafeApis: {
1154
1460
  value: null;
1155
1461
  };
1156
1462
  setConfig: (size: number | null) => void;
1463
+ id: "offthreadvideo-cache-size-in-bytes";
1157
1464
  };
1158
1465
  readonly offthreadVideoThreads: {
1159
1466
  name: string;
@@ -1172,6 +1479,7 @@ export declare const BrowserSafeApis: {
1172
1479
  value: null;
1173
1480
  };
1174
1481
  setConfig: (size: number | null) => void;
1482
+ id: "offthreadvideo-video-threads";
1175
1483
  };
1176
1484
  readonly videoBitrate: {
1177
1485
  name: string;
@@ -1187,6 +1495,7 @@ export declare const BrowserSafeApis: {
1187
1495
  value: string | null;
1188
1496
  };
1189
1497
  setConfig: (bitrate: string | null) => void;
1498
+ id: "video-bitrate";
1190
1499
  };
1191
1500
  readonly numberOfGifLoops: {
1192
1501
  name: string;
@@ -1205,6 +1514,7 @@ export declare const BrowserSafeApis: {
1205
1514
  source: string;
1206
1515
  };
1207
1516
  setConfig: (newLoop: import(".").NumberOfGifLoops) => void;
1517
+ id: "number-of-gif-loops";
1208
1518
  };
1209
1519
  readonly repro: {
1210
1520
  name: string;
@@ -1220,6 +1530,7 @@ export declare const BrowserSafeApis: {
1220
1530
  source: string;
1221
1531
  };
1222
1532
  setConfig: (should: boolean) => void;
1533
+ id: "repro";
1223
1534
  };
1224
1535
  readonly x264Preset: {
1225
1536
  name: string;
@@ -1238,6 +1549,7 @@ export declare const BrowserSafeApis: {
1238
1549
  source: string;
1239
1550
  };
1240
1551
  setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
1552
+ id: "x264-preset";
1241
1553
  };
1242
1554
  readonly audioBitrate: {
1243
1555
  name: string;
@@ -1256,6 +1568,7 @@ export declare const BrowserSafeApis: {
1256
1568
  source: string;
1257
1569
  };
1258
1570
  setConfig: (value: string | null) => void;
1571
+ id: "audio-bitrate";
1259
1572
  };
1260
1573
  readonly colorSpace: {
1261
1574
  name: string;
@@ -1263,14 +1576,15 @@ export declare const BrowserSafeApis: {
1263
1576
  description: () => import("react/jsx-runtime").JSX.Element;
1264
1577
  docLink: string;
1265
1578
  ssrName: string;
1266
- type: "bt2020-ncl" | "bt709" | "default" | null;
1579
+ type: "bt2020-ncl" | "bt601" | "bt709" | "default" | null;
1267
1580
  getValue: ({ commandLine }: {
1268
1581
  commandLine: Record<string, unknown>;
1269
1582
  }) => {
1270
1583
  source: string;
1271
- value: "bt2020-ncl" | "bt709" | "default";
1584
+ value: "bt2020-ncl" | "bt601" | "bt709" | "default";
1272
1585
  };
1273
- setConfig: (value: "bt2020-ncl" | "bt709" | "default" | null) => void;
1586
+ setConfig: (value: "bt2020-ncl" | "bt601" | "bt709" | "default" | null) => void;
1587
+ id: "color-space";
1274
1588
  };
1275
1589
  readonly codec: {
1276
1590
  name: string;
@@ -1292,6 +1606,7 @@ export declare const BrowserSafeApis: {
1292
1606
  source: string;
1293
1607
  };
1294
1608
  setConfig: (newCodec: import("./codec").CodecOrUndefined) => void;
1609
+ id: "codec";
1295
1610
  };
1296
1611
  readonly disallowParallelEncoding: {
1297
1612
  name: string;
@@ -1307,6 +1622,7 @@ export declare const BrowserSafeApis: {
1307
1622
  source: string;
1308
1623
  };
1309
1624
  setConfig(value: boolean): void;
1625
+ id: "disallow-parallel-encoding";
1310
1626
  };
1311
1627
  readonly jpegQuality: {
1312
1628
  name: string;
@@ -1322,6 +1638,7 @@ export declare const BrowserSafeApis: {
1322
1638
  source: string;
1323
1639
  value: number;
1324
1640
  };
1641
+ id: "jpeg-quality";
1325
1642
  };
1326
1643
  readonly encodingMaxRate: {
1327
1644
  name: string;
@@ -1340,6 +1657,7 @@ export declare const BrowserSafeApis: {
1340
1657
  source: string;
1341
1658
  };
1342
1659
  setConfig: (newMaxRate: string | null) => void;
1660
+ id: "max-rate";
1343
1661
  };
1344
1662
  readonly encodingBufferSize: {
1345
1663
  name: string;
@@ -1358,6 +1676,7 @@ export declare const BrowserSafeApis: {
1358
1676
  source: string;
1359
1677
  };
1360
1678
  setConfig: (bitrate: string | null) => void;
1679
+ id: "buffer-size";
1361
1680
  };
1362
1681
  readonly muted: {
1363
1682
  name: string;
@@ -1373,6 +1692,7 @@ export declare const BrowserSafeApis: {
1373
1692
  value: boolean;
1374
1693
  };
1375
1694
  setConfig: () => void;
1695
+ id: "muted";
1376
1696
  };
1377
1697
  readonly logLevel: {
1378
1698
  cliFlag: "log";
@@ -1388,6 +1708,7 @@ export declare const BrowserSafeApis: {
1388
1708
  };
1389
1709
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
1390
1710
  type: "error" | "info" | "trace" | "verbose" | "warn";
1711
+ id: "log";
1391
1712
  };
1392
1713
  readonly timeoutInMilliseconds: {
1393
1714
  name: string;
@@ -1403,6 +1724,7 @@ export declare const BrowserSafeApis: {
1403
1724
  value: number;
1404
1725
  };
1405
1726
  setConfig: (value: number) => void;
1727
+ id: "timeout";
1406
1728
  };
1407
1729
  readonly binariesDirectory: {
1408
1730
  name: string;
@@ -1418,6 +1740,7 @@ export declare const BrowserSafeApis: {
1418
1740
  value: string | null;
1419
1741
  };
1420
1742
  setConfig: (value: string | null) => void;
1743
+ id: "binaries-directory";
1421
1744
  };
1422
1745
  readonly forSeamlessAacConcatenation: {
1423
1746
  name: string;
@@ -1436,6 +1759,7 @@ export declare const BrowserSafeApis: {
1436
1759
  setConfig: (value: boolean) => void;
1437
1760
  ssrName: string;
1438
1761
  type: boolean;
1762
+ id: "for-seamless-aac-concatenation";
1439
1763
  };
1440
1764
  readonly separateAudioTo: {
1441
1765
  cliFlag: string;
@@ -1454,6 +1778,7 @@ export declare const BrowserSafeApis: {
1454
1778
  setConfig: () => never;
1455
1779
  ssrName: string;
1456
1780
  type: string | null;
1781
+ id: string;
1457
1782
  };
1458
1783
  readonly audioCodec: {
1459
1784
  cliFlag: "audio-codec";
@@ -1472,6 +1797,7 @@ export declare const BrowserSafeApis: {
1472
1797
  name: string;
1473
1798
  ssrName: "audioCodec";
1474
1799
  type: "aac" | "mp3" | "opus" | "pcm-16";
1800
+ id: "audio-codec";
1475
1801
  };
1476
1802
  readonly onBrowserDownload: {
1477
1803
  name: string;
@@ -1482,6 +1808,7 @@ export declare const BrowserSafeApis: {
1482
1808
  type: import(".").OnBrowserDownload;
1483
1809
  getValue: () => never;
1484
1810
  setConfig: () => never;
1811
+ id: "on-browser-download";
1485
1812
  };
1486
1813
  readonly hardwareAcceleration: {
1487
1814
  name: string;
@@ -1497,6 +1824,7 @@ export declare const BrowserSafeApis: {
1497
1824
  value: "disable" | "if-possible" | "required";
1498
1825
  };
1499
1826
  setConfig: (value: "disable" | "if-possible" | "required") => void;
1827
+ id: "hardware-acceleration";
1500
1828
  };
1501
1829
  readonly chromeMode: {
1502
1830
  cliFlag: "chrome-mode";
@@ -1512,6 +1840,7 @@ export declare const BrowserSafeApis: {
1512
1840
  };
1513
1841
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
1514
1842
  type: "chrome-for-testing" | "headless-shell";
1843
+ id: "chrome-mode";
1515
1844
  };
1516
1845
  readonly licenseKey: {
1517
1846
  name: string;
@@ -1527,6 +1856,7 @@ export declare const BrowserSafeApis: {
1527
1856
  value: string | null;
1528
1857
  };
1529
1858
  setConfig: (value: string | null) => void;
1859
+ id: "license-key";
1530
1860
  };
1531
1861
  };
1532
1862
  readonly stitchFramesToVideo: {
@@ -1547,6 +1877,7 @@ export declare const BrowserSafeApis: {
1547
1877
  setConfig: () => never;
1548
1878
  ssrName: string;
1549
1879
  type: string | null;
1880
+ id: string;
1550
1881
  };
1551
1882
  readonly hardwareAcceleration: {
1552
1883
  name: string;
@@ -1562,6 +1893,7 @@ export declare const BrowserSafeApis: {
1562
1893
  value: "disable" | "if-possible" | "required";
1563
1894
  };
1564
1895
  setConfig: (value: "disable" | "if-possible" | "required") => void;
1896
+ id: "hardware-acceleration";
1565
1897
  };
1566
1898
  };
1567
1899
  readonly renderStill: {
@@ -1582,6 +1914,7 @@ export declare const BrowserSafeApis: {
1582
1914
  value: null;
1583
1915
  };
1584
1916
  setConfig: (size: number | null) => void;
1917
+ id: "media-cache-size-in-bytes";
1585
1918
  };
1586
1919
  readonly offthreadVideoCacheSizeInBytes: {
1587
1920
  name: string;
@@ -1600,6 +1933,7 @@ export declare const BrowserSafeApis: {
1600
1933
  value: null;
1601
1934
  };
1602
1935
  setConfig: (size: number | null) => void;
1936
+ id: "offthreadvideo-cache-size-in-bytes";
1603
1937
  };
1604
1938
  readonly offthreadVideoThreads: {
1605
1939
  name: string;
@@ -1618,6 +1952,7 @@ export declare const BrowserSafeApis: {
1618
1952
  value: null;
1619
1953
  };
1620
1954
  setConfig: (size: number | null) => void;
1955
+ id: "offthreadvideo-video-threads";
1621
1956
  };
1622
1957
  readonly jpegQuality: {
1623
1958
  name: string;
@@ -1633,6 +1968,7 @@ export declare const BrowserSafeApis: {
1633
1968
  source: string;
1634
1969
  value: number;
1635
1970
  };
1971
+ id: "jpeg-quality";
1636
1972
  };
1637
1973
  readonly logLevel: {
1638
1974
  cliFlag: "log";
@@ -1648,6 +1984,7 @@ export declare const BrowserSafeApis: {
1648
1984
  };
1649
1985
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
1650
1986
  type: "error" | "info" | "trace" | "verbose" | "warn";
1987
+ id: "log";
1651
1988
  };
1652
1989
  readonly timeoutInMilliseconds: {
1653
1990
  name: string;
@@ -1663,6 +2000,7 @@ export declare const BrowserSafeApis: {
1663
2000
  value: number;
1664
2001
  };
1665
2002
  setConfig: (value: number) => void;
2003
+ id: "timeout";
1666
2004
  };
1667
2005
  readonly binariesDirectory: {
1668
2006
  name: string;
@@ -1678,6 +2016,7 @@ export declare const BrowserSafeApis: {
1678
2016
  value: string | null;
1679
2017
  };
1680
2018
  setConfig: (value: string | null) => void;
2019
+ id: "binaries-directory";
1681
2020
  };
1682
2021
  readonly onBrowserDownload: {
1683
2022
  name: string;
@@ -1688,6 +2027,7 @@ export declare const BrowserSafeApis: {
1688
2027
  type: import(".").OnBrowserDownload;
1689
2028
  getValue: () => never;
1690
2029
  setConfig: () => never;
2030
+ id: "on-browser-download";
1691
2031
  };
1692
2032
  readonly chromeMode: {
1693
2033
  cliFlag: "chrome-mode";
@@ -1703,6 +2043,7 @@ export declare const BrowserSafeApis: {
1703
2043
  };
1704
2044
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
1705
2045
  type: "chrome-for-testing" | "headless-shell";
2046
+ id: "chrome-mode";
1706
2047
  };
1707
2048
  readonly apiKey: {
1708
2049
  name: string;
@@ -1718,6 +2059,7 @@ export declare const BrowserSafeApis: {
1718
2059
  value: string | null;
1719
2060
  };
1720
2061
  setConfig: (value: string | null) => void;
2062
+ id: "api-key";
1721
2063
  };
1722
2064
  readonly licenseKey: {
1723
2065
  name: string;
@@ -1733,6 +2075,7 @@ export declare const BrowserSafeApis: {
1733
2075
  value: string | null;
1734
2076
  };
1735
2077
  setConfig: (value: string | null) => void;
2078
+ id: "license-key";
1736
2079
  };
1737
2080
  };
1738
2081
  readonly getCompositions: {
@@ -1753,6 +2096,7 @@ export declare const BrowserSafeApis: {
1753
2096
  value: null;
1754
2097
  };
1755
2098
  setConfig: (size: number | null) => void;
2099
+ id: "media-cache-size-in-bytes";
1756
2100
  };
1757
2101
  readonly offthreadVideoCacheSizeInBytes: {
1758
2102
  name: string;
@@ -1771,6 +2115,7 @@ export declare const BrowserSafeApis: {
1771
2115
  value: null;
1772
2116
  };
1773
2117
  setConfig: (size: number | null) => void;
2118
+ id: "offthreadvideo-cache-size-in-bytes";
1774
2119
  };
1775
2120
  readonly offthreadVideoThreads: {
1776
2121
  name: string;
@@ -1789,6 +2134,7 @@ export declare const BrowserSafeApis: {
1789
2134
  value: null;
1790
2135
  };
1791
2136
  setConfig: (size: number | null) => void;
2137
+ id: "offthreadvideo-video-threads";
1792
2138
  };
1793
2139
  readonly logLevel: {
1794
2140
  cliFlag: "log";
@@ -1804,6 +2150,7 @@ export declare const BrowserSafeApis: {
1804
2150
  };
1805
2151
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
1806
2152
  type: "error" | "info" | "trace" | "verbose" | "warn";
2153
+ id: "log";
1807
2154
  };
1808
2155
  readonly timeoutInMilliseconds: {
1809
2156
  name: string;
@@ -1819,6 +2166,7 @@ export declare const BrowserSafeApis: {
1819
2166
  value: number;
1820
2167
  };
1821
2168
  setConfig: (value: number) => void;
2169
+ id: "timeout";
1822
2170
  };
1823
2171
  readonly binariesDirectory: {
1824
2172
  name: string;
@@ -1834,6 +2182,7 @@ export declare const BrowserSafeApis: {
1834
2182
  value: string | null;
1835
2183
  };
1836
2184
  setConfig: (value: string | null) => void;
2185
+ id: "binaries-directory";
1837
2186
  };
1838
2187
  readonly onBrowserDownload: {
1839
2188
  name: string;
@@ -1844,6 +2193,7 @@ export declare const BrowserSafeApis: {
1844
2193
  type: import(".").OnBrowserDownload;
1845
2194
  getValue: () => never;
1846
2195
  setConfig: () => never;
2196
+ id: "on-browser-download";
1847
2197
  };
1848
2198
  readonly chromeMode: {
1849
2199
  cliFlag: "chrome-mode";
@@ -1859,6 +2209,7 @@ export declare const BrowserSafeApis: {
1859
2209
  };
1860
2210
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
1861
2211
  type: "chrome-for-testing" | "headless-shell";
2212
+ id: "chrome-mode";
1862
2213
  };
1863
2214
  };
1864
2215
  readonly selectComposition: {
@@ -1879,6 +2230,7 @@ export declare const BrowserSafeApis: {
1879
2230
  value: null;
1880
2231
  };
1881
2232
  setConfig: (size: number | null) => void;
2233
+ id: "media-cache-size-in-bytes";
1882
2234
  };
1883
2235
  readonly offthreadVideoCacheSizeInBytes: {
1884
2236
  name: string;
@@ -1897,6 +2249,7 @@ export declare const BrowserSafeApis: {
1897
2249
  value: null;
1898
2250
  };
1899
2251
  setConfig: (size: number | null) => void;
2252
+ id: "offthreadvideo-cache-size-in-bytes";
1900
2253
  };
1901
2254
  readonly offthreadVideoThreads: {
1902
2255
  name: string;
@@ -1915,6 +2268,7 @@ export declare const BrowserSafeApis: {
1915
2268
  value: null;
1916
2269
  };
1917
2270
  setConfig: (size: number | null) => void;
2271
+ id: "offthreadvideo-video-threads";
1918
2272
  };
1919
2273
  readonly logLevel: {
1920
2274
  cliFlag: "log";
@@ -1930,6 +2284,7 @@ export declare const BrowserSafeApis: {
1930
2284
  };
1931
2285
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
1932
2286
  type: "error" | "info" | "trace" | "verbose" | "warn";
2287
+ id: "log";
1933
2288
  };
1934
2289
  readonly timeoutInMilliseconds: {
1935
2290
  name: string;
@@ -1945,6 +2300,7 @@ export declare const BrowserSafeApis: {
1945
2300
  value: number;
1946
2301
  };
1947
2302
  setConfig: (value: number) => void;
2303
+ id: "timeout";
1948
2304
  };
1949
2305
  readonly binariesDirectory: {
1950
2306
  name: string;
@@ -1960,6 +2316,7 @@ export declare const BrowserSafeApis: {
1960
2316
  value: string | null;
1961
2317
  };
1962
2318
  setConfig: (value: string | null) => void;
2319
+ id: "binaries-directory";
1963
2320
  };
1964
2321
  readonly onBrowserDownload: {
1965
2322
  name: string;
@@ -1970,6 +2327,7 @@ export declare const BrowserSafeApis: {
1970
2327
  type: import(".").OnBrowserDownload;
1971
2328
  getValue: () => never;
1972
2329
  setConfig: () => never;
2330
+ id: "on-browser-download";
1973
2331
  };
1974
2332
  readonly chromeMode: {
1975
2333
  cliFlag: "chrome-mode";
@@ -1985,6 +2343,7 @@ export declare const BrowserSafeApis: {
1985
2343
  };
1986
2344
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
1987
2345
  type: "chrome-for-testing" | "headless-shell";
2346
+ id: "chrome-mode";
1988
2347
  };
1989
2348
  };
1990
2349
  readonly renderFrames: {
@@ -2005,6 +2364,7 @@ export declare const BrowserSafeApis: {
2005
2364
  value: null;
2006
2365
  };
2007
2366
  setConfig: (size: number | null) => void;
2367
+ id: "media-cache-size-in-bytes";
2008
2368
  };
2009
2369
  readonly forSeamlessAacConcatenation: {
2010
2370
  name: string;
@@ -2023,6 +2383,7 @@ export declare const BrowserSafeApis: {
2023
2383
  setConfig: (value: boolean) => void;
2024
2384
  ssrName: string;
2025
2385
  type: boolean;
2386
+ id: "for-seamless-aac-concatenation";
2026
2387
  };
2027
2388
  readonly offthreadVideoCacheSizeInBytes: {
2028
2389
  name: string;
@@ -2041,6 +2402,7 @@ export declare const BrowserSafeApis: {
2041
2402
  value: null;
2042
2403
  };
2043
2404
  setConfig: (size: number | null) => void;
2405
+ id: "offthreadvideo-cache-size-in-bytes";
2044
2406
  };
2045
2407
  readonly offthreadVideoThreads: {
2046
2408
  name: string;
@@ -2059,6 +2421,7 @@ export declare const BrowserSafeApis: {
2059
2421
  value: null;
2060
2422
  };
2061
2423
  setConfig: (size: number | null) => void;
2424
+ id: "offthreadvideo-video-threads";
2062
2425
  };
2063
2426
  readonly jpegQuality: {
2064
2427
  name: string;
@@ -2074,6 +2437,7 @@ export declare const BrowserSafeApis: {
2074
2437
  source: string;
2075
2438
  value: number;
2076
2439
  };
2440
+ id: "jpeg-quality";
2077
2441
  };
2078
2442
  readonly logLevel: {
2079
2443
  cliFlag: "log";
@@ -2089,6 +2453,7 @@ export declare const BrowserSafeApis: {
2089
2453
  };
2090
2454
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
2091
2455
  type: "error" | "info" | "trace" | "verbose" | "warn";
2456
+ id: "log";
2092
2457
  };
2093
2458
  readonly timeoutInMilliseconds: {
2094
2459
  name: string;
@@ -2104,6 +2469,7 @@ export declare const BrowserSafeApis: {
2104
2469
  value: number;
2105
2470
  };
2106
2471
  setConfig: (value: number) => void;
2472
+ id: "timeout";
2107
2473
  };
2108
2474
  readonly binariesDirectory: {
2109
2475
  name: string;
@@ -2119,6 +2485,7 @@ export declare const BrowserSafeApis: {
2119
2485
  value: string | null;
2120
2486
  };
2121
2487
  setConfig: (value: string | null) => void;
2488
+ id: "binaries-directory";
2122
2489
  };
2123
2490
  readonly onBrowserDownload: {
2124
2491
  name: string;
@@ -2129,6 +2496,7 @@ export declare const BrowserSafeApis: {
2129
2496
  type: import(".").OnBrowserDownload;
2130
2497
  getValue: () => never;
2131
2498
  setConfig: () => never;
2499
+ id: "on-browser-download";
2132
2500
  };
2133
2501
  readonly chromeMode: {
2134
2502
  cliFlag: "chrome-mode";
@@ -2144,6 +2512,7 @@ export declare const BrowserSafeApis: {
2144
2512
  };
2145
2513
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
2146
2514
  type: "chrome-for-testing" | "headless-shell";
2515
+ id: "chrome-mode";
2147
2516
  };
2148
2517
  readonly imageSequencePattern: {
2149
2518
  name: string;
@@ -2159,6 +2528,7 @@ export declare const BrowserSafeApis: {
2159
2528
  source: string;
2160
2529
  };
2161
2530
  setConfig: (pattern: string | null) => void;
2531
+ id: "image-sequence-pattern";
2162
2532
  };
2163
2533
  };
2164
2534
  readonly renderMediaOnLambda: {
@@ -2179,6 +2549,7 @@ export declare const BrowserSafeApis: {
2179
2549
  value: null;
2180
2550
  };
2181
2551
  setConfig: (size: number | null) => void;
2552
+ id: "media-cache-size-in-bytes";
2182
2553
  };
2183
2554
  readonly offthreadVideoCacheSizeInBytes: {
2184
2555
  name: string;
@@ -2197,6 +2568,7 @@ export declare const BrowserSafeApis: {
2197
2568
  value: null;
2198
2569
  };
2199
2570
  setConfig: (size: number | null) => void;
2571
+ id: "offthreadvideo-cache-size-in-bytes";
2200
2572
  };
2201
2573
  readonly offthreadVideoThreads: {
2202
2574
  name: string;
@@ -2215,6 +2587,7 @@ export declare const BrowserSafeApis: {
2215
2587
  value: null;
2216
2588
  };
2217
2589
  setConfig: (size: number | null) => void;
2590
+ id: "offthreadvideo-video-threads";
2218
2591
  };
2219
2592
  readonly videoBitrate: {
2220
2593
  name: string;
@@ -2230,6 +2603,7 @@ export declare const BrowserSafeApis: {
2230
2603
  value: string | null;
2231
2604
  };
2232
2605
  setConfig: (bitrate: string | null) => void;
2606
+ id: "video-bitrate";
2233
2607
  };
2234
2608
  readonly numberOfGifLoops: {
2235
2609
  name: string;
@@ -2248,6 +2622,7 @@ export declare const BrowserSafeApis: {
2248
2622
  source: string;
2249
2623
  };
2250
2624
  setConfig: (newLoop: import(".").NumberOfGifLoops) => void;
2625
+ id: "number-of-gif-loops";
2251
2626
  };
2252
2627
  readonly preferLossless: {
2253
2628
  name: string;
@@ -2266,6 +2641,7 @@ export declare const BrowserSafeApis: {
2266
2641
  source: string;
2267
2642
  };
2268
2643
  setConfig: (val: boolean) => void;
2644
+ id: "prefer-lossless";
2269
2645
  };
2270
2646
  readonly audioBitrate: {
2271
2647
  name: string;
@@ -2284,6 +2660,7 @@ export declare const BrowserSafeApis: {
2284
2660
  source: string;
2285
2661
  };
2286
2662
  setConfig: (value: string | null) => void;
2663
+ id: "audio-bitrate";
2287
2664
  };
2288
2665
  readonly deleteAfter: {
2289
2666
  name: string;
@@ -2302,6 +2679,7 @@ export declare const BrowserSafeApis: {
2302
2679
  value: null;
2303
2680
  };
2304
2681
  setConfig: (value: import(".").DeleteAfter | null) => void;
2682
+ id: "delete-after";
2305
2683
  };
2306
2684
  readonly x264Preset: {
2307
2685
  name: string;
@@ -2320,6 +2698,7 @@ export declare const BrowserSafeApis: {
2320
2698
  source: string;
2321
2699
  };
2322
2700
  setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
2701
+ id: "x264-preset";
2323
2702
  };
2324
2703
  readonly encodingMaxRate: {
2325
2704
  name: string;
@@ -2338,6 +2717,7 @@ export declare const BrowserSafeApis: {
2338
2717
  source: string;
2339
2718
  };
2340
2719
  setConfig: (newMaxRate: string | null) => void;
2720
+ id: "max-rate";
2341
2721
  };
2342
2722
  readonly encodingBufferSize: {
2343
2723
  name: string;
@@ -2356,6 +2736,7 @@ export declare const BrowserSafeApis: {
2356
2736
  source: string;
2357
2737
  };
2358
2738
  setConfig: (bitrate: string | null) => void;
2739
+ id: "buffer-size";
2359
2740
  };
2360
2741
  readonly colorSpace: {
2361
2742
  name: string;
@@ -2363,14 +2744,15 @@ export declare const BrowserSafeApis: {
2363
2744
  description: () => import("react/jsx-runtime").JSX.Element;
2364
2745
  docLink: string;
2365
2746
  ssrName: string;
2366
- type: "bt2020-ncl" | "bt709" | "default" | null;
2747
+ type: "bt2020-ncl" | "bt601" | "bt709" | "default" | null;
2367
2748
  getValue: ({ commandLine }: {
2368
2749
  commandLine: Record<string, unknown>;
2369
2750
  }) => {
2370
2751
  source: string;
2371
- value: "bt2020-ncl" | "bt709" | "default";
2752
+ value: "bt2020-ncl" | "bt601" | "bt709" | "default";
2372
2753
  };
2373
- setConfig: (value: "bt2020-ncl" | "bt709" | "default" | null) => void;
2754
+ setConfig: (value: "bt2020-ncl" | "bt601" | "bt709" | "default" | null) => void;
2755
+ id: "color-space";
2374
2756
  };
2375
2757
  readonly muted: {
2376
2758
  name: string;
@@ -2386,6 +2768,7 @@ export declare const BrowserSafeApis: {
2386
2768
  value: boolean;
2387
2769
  };
2388
2770
  setConfig: () => void;
2771
+ id: "muted";
2389
2772
  };
2390
2773
  readonly logLevel: {
2391
2774
  cliFlag: "log";
@@ -2401,6 +2784,7 @@ export declare const BrowserSafeApis: {
2401
2784
  };
2402
2785
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
2403
2786
  type: "error" | "info" | "trace" | "verbose" | "warn";
2787
+ id: "log";
2404
2788
  };
2405
2789
  readonly timeoutInMilliseconds: {
2406
2790
  name: string;
@@ -2416,6 +2800,7 @@ export declare const BrowserSafeApis: {
2416
2800
  value: number;
2417
2801
  };
2418
2802
  setConfig: (value: number) => void;
2803
+ id: "timeout";
2419
2804
  };
2420
2805
  readonly apiKey: {
2421
2806
  name: string;
@@ -2431,6 +2816,7 @@ export declare const BrowserSafeApis: {
2431
2816
  value: string | null;
2432
2817
  };
2433
2818
  setConfig: (value: string | null) => void;
2819
+ id: "api-key";
2434
2820
  };
2435
2821
  readonly licenseKey: {
2436
2822
  name: string;
@@ -2446,6 +2832,7 @@ export declare const BrowserSafeApis: {
2446
2832
  value: string | null;
2447
2833
  };
2448
2834
  setConfig: (value: string | null) => void;
2835
+ id: "license-key";
2449
2836
  };
2450
2837
  };
2451
2838
  readonly renderStillOnLambda: {
@@ -2466,6 +2853,7 @@ export declare const BrowserSafeApis: {
2466
2853
  value: null;
2467
2854
  };
2468
2855
  setConfig: (size: number | null) => void;
2856
+ id: "media-cache-size-in-bytes";
2469
2857
  };
2470
2858
  readonly offthreadVideoCacheSizeInBytes: {
2471
2859
  name: string;
@@ -2484,6 +2872,7 @@ export declare const BrowserSafeApis: {
2484
2872
  value: null;
2485
2873
  };
2486
2874
  setConfig: (size: number | null) => void;
2875
+ id: "offthreadvideo-cache-size-in-bytes";
2487
2876
  };
2488
2877
  readonly offthreadVideoThreads: {
2489
2878
  name: string;
@@ -2502,6 +2891,7 @@ export declare const BrowserSafeApis: {
2502
2891
  value: null;
2503
2892
  };
2504
2893
  setConfig: (size: number | null) => void;
2894
+ id: "offthreadvideo-video-threads";
2505
2895
  };
2506
2896
  readonly jpegQuality: {
2507
2897
  name: string;
@@ -2517,6 +2907,7 @@ export declare const BrowserSafeApis: {
2517
2907
  source: string;
2518
2908
  value: number;
2519
2909
  };
2910
+ id: "jpeg-quality";
2520
2911
  };
2521
2912
  readonly logLevel: {
2522
2913
  cliFlag: "log";
@@ -2532,6 +2923,7 @@ export declare const BrowserSafeApis: {
2532
2923
  };
2533
2924
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
2534
2925
  type: "error" | "info" | "trace" | "verbose" | "warn";
2926
+ id: "log";
2535
2927
  };
2536
2928
  readonly deleteAfter: {
2537
2929
  name: string;
@@ -2550,6 +2942,7 @@ export declare const BrowserSafeApis: {
2550
2942
  value: null;
2551
2943
  };
2552
2944
  setConfig: (value: import(".").DeleteAfter | null) => void;
2945
+ id: "delete-after";
2553
2946
  };
2554
2947
  readonly scale: {
2555
2948
  name: string;
@@ -2565,6 +2958,7 @@ export declare const BrowserSafeApis: {
2565
2958
  value: number;
2566
2959
  };
2567
2960
  setConfig: (scale: number) => void;
2961
+ id: "scale";
2568
2962
  };
2569
2963
  readonly timeoutInMilliseconds: {
2570
2964
  name: string;
@@ -2580,6 +2974,7 @@ export declare const BrowserSafeApis: {
2580
2974
  value: number;
2581
2975
  };
2582
2976
  setConfig: (value: number) => void;
2977
+ id: "timeout";
2583
2978
  };
2584
2979
  readonly apiKey: {
2585
2980
  name: string;
@@ -2595,6 +2990,7 @@ export declare const BrowserSafeApis: {
2595
2990
  value: string | null;
2596
2991
  };
2597
2992
  setConfig: (value: string | null) => void;
2993
+ id: "api-key";
2598
2994
  };
2599
2995
  readonly licenseKey: {
2600
2996
  name: string;
@@ -2610,6 +3006,7 @@ export declare const BrowserSafeApis: {
2610
3006
  value: string | null;
2611
3007
  };
2612
3008
  setConfig: (value: string | null) => void;
3009
+ id: "license-key";
2613
3010
  };
2614
3011
  };
2615
3012
  readonly getCompositionsOnLambda: {
@@ -2630,6 +3027,7 @@ export declare const BrowserSafeApis: {
2630
3027
  value: null;
2631
3028
  };
2632
3029
  setConfig: (size: number | null) => void;
3030
+ id: "media-cache-size-in-bytes";
2633
3031
  };
2634
3032
  readonly offthreadVideoCacheSizeInBytes: {
2635
3033
  name: string;
@@ -2648,6 +3046,7 @@ export declare const BrowserSafeApis: {
2648
3046
  value: null;
2649
3047
  };
2650
3048
  setConfig: (size: number | null) => void;
3049
+ id: "offthreadvideo-cache-size-in-bytes";
2651
3050
  };
2652
3051
  readonly logLevel: {
2653
3052
  cliFlag: "log";
@@ -2663,6 +3062,7 @@ export declare const BrowserSafeApis: {
2663
3062
  };
2664
3063
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
2665
3064
  type: "error" | "info" | "trace" | "verbose" | "warn";
3065
+ id: "log";
2666
3066
  };
2667
3067
  readonly timeoutInMilliseconds: {
2668
3068
  name: string;
@@ -2678,6 +3078,7 @@ export declare const BrowserSafeApis: {
2678
3078
  value: number;
2679
3079
  };
2680
3080
  setConfig: (value: number) => void;
3081
+ id: "timeout";
2681
3082
  };
2682
3083
  };
2683
3084
  readonly renderMediaOnCloudRun: {
@@ -2698,6 +3099,7 @@ export declare const BrowserSafeApis: {
2698
3099
  value: null;
2699
3100
  };
2700
3101
  setConfig: (size: number | null) => void;
3102
+ id: "media-cache-size-in-bytes";
2701
3103
  };
2702
3104
  readonly offthreadVideoCacheSizeInBytes: {
2703
3105
  name: string;
@@ -2716,6 +3118,7 @@ export declare const BrowserSafeApis: {
2716
3118
  value: null;
2717
3119
  };
2718
3120
  setConfig: (size: number | null) => void;
3121
+ id: "offthreadvideo-cache-size-in-bytes";
2719
3122
  };
2720
3123
  readonly offthreadVideoThreads: {
2721
3124
  name: string;
@@ -2734,6 +3137,7 @@ export declare const BrowserSafeApis: {
2734
3137
  value: null;
2735
3138
  };
2736
3139
  setConfig: (size: number | null) => void;
3140
+ id: "offthreadvideo-video-threads";
2737
3141
  };
2738
3142
  readonly numberOfGifLoops: {
2739
3143
  name: string;
@@ -2752,6 +3156,7 @@ export declare const BrowserSafeApis: {
2752
3156
  source: string;
2753
3157
  };
2754
3158
  setConfig: (newLoop: import(".").NumberOfGifLoops) => void;
3159
+ id: "number-of-gif-loops";
2755
3160
  };
2756
3161
  readonly preferLossless: {
2757
3162
  name: string;
@@ -2770,6 +3175,7 @@ export declare const BrowserSafeApis: {
2770
3175
  source: string;
2771
3176
  };
2772
3177
  setConfig: (val: boolean) => void;
3178
+ id: "prefer-lossless";
2773
3179
  };
2774
3180
  readonly colorSpace: {
2775
3181
  name: string;
@@ -2777,14 +3183,15 @@ export declare const BrowserSafeApis: {
2777
3183
  description: () => import("react/jsx-runtime").JSX.Element;
2778
3184
  docLink: string;
2779
3185
  ssrName: string;
2780
- type: "bt2020-ncl" | "bt709" | "default" | null;
3186
+ type: "bt2020-ncl" | "bt601" | "bt709" | "default" | null;
2781
3187
  getValue: ({ commandLine }: {
2782
3188
  commandLine: Record<string, unknown>;
2783
3189
  }) => {
2784
3190
  source: string;
2785
- value: "bt2020-ncl" | "bt709" | "default";
3191
+ value: "bt2020-ncl" | "bt601" | "bt709" | "default";
2786
3192
  };
2787
- setConfig: (value: "bt2020-ncl" | "bt709" | "default" | null) => void;
3193
+ setConfig: (value: "bt2020-ncl" | "bt601" | "bt709" | "default" | null) => void;
3194
+ id: "color-space";
2788
3195
  };
2789
3196
  readonly audioBitrate: {
2790
3197
  name: string;
@@ -2803,6 +3210,7 @@ export declare const BrowserSafeApis: {
2803
3210
  source: string;
2804
3211
  };
2805
3212
  setConfig: (value: string | null) => void;
3213
+ id: "audio-bitrate";
2806
3214
  };
2807
3215
  readonly videoBitrate: {
2808
3216
  name: string;
@@ -2818,6 +3226,7 @@ export declare const BrowserSafeApis: {
2818
3226
  value: string | null;
2819
3227
  };
2820
3228
  setConfig: (bitrate: string | null) => void;
3229
+ id: "video-bitrate";
2821
3230
  };
2822
3231
  readonly x264Preset: {
2823
3232
  name: string;
@@ -2836,6 +3245,7 @@ export declare const BrowserSafeApis: {
2836
3245
  source: string;
2837
3246
  };
2838
3247
  setConfig: (profile: "fast" | "faster" | "medium" | "placebo" | "slow" | "slower" | "superfast" | "ultrafast" | "veryfast" | "veryslow" | null) => void;
3248
+ id: "x264-preset";
2839
3249
  };
2840
3250
  readonly encodingMaxRate: {
2841
3251
  name: string;
@@ -2854,6 +3264,7 @@ export declare const BrowserSafeApis: {
2854
3264
  source: string;
2855
3265
  };
2856
3266
  setConfig: (newMaxRate: string | null) => void;
3267
+ id: "max-rate";
2857
3268
  };
2858
3269
  readonly encodingBufferSize: {
2859
3270
  name: string;
@@ -2872,6 +3283,7 @@ export declare const BrowserSafeApis: {
2872
3283
  source: string;
2873
3284
  };
2874
3285
  setConfig: (bitrate: string | null) => void;
3286
+ id: "buffer-size";
2875
3287
  };
2876
3288
  readonly muted: {
2877
3289
  name: string;
@@ -2887,6 +3299,7 @@ export declare const BrowserSafeApis: {
2887
3299
  value: boolean;
2888
3300
  };
2889
3301
  setConfig: () => void;
3302
+ id: "muted";
2890
3303
  };
2891
3304
  readonly logLevel: {
2892
3305
  cliFlag: "log";
@@ -2902,6 +3315,7 @@ export declare const BrowserSafeApis: {
2902
3315
  };
2903
3316
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
2904
3317
  type: "error" | "info" | "trace" | "verbose" | "warn";
3318
+ id: "log";
2905
3319
  };
2906
3320
  readonly delayRenderTimeoutInMilliseconds: {
2907
3321
  name: string;
@@ -2917,6 +3331,7 @@ export declare const BrowserSafeApis: {
2917
3331
  value: number;
2918
3332
  };
2919
3333
  setConfig: (value: number) => void;
3334
+ id: "timeout";
2920
3335
  };
2921
3336
  readonly enforceAudioTrack: {
2922
3337
  name: string;
@@ -2935,6 +3350,7 @@ export declare const BrowserSafeApis: {
2935
3350
  value: false;
2936
3351
  };
2937
3352
  setConfig: (value: boolean) => void;
3353
+ id: "enforce-audio-track";
2938
3354
  };
2939
3355
  readonly scale: {
2940
3356
  name: string;
@@ -2950,6 +3366,7 @@ export declare const BrowserSafeApis: {
2950
3366
  value: number;
2951
3367
  };
2952
3368
  setConfig: (scale: number) => void;
3369
+ id: "scale";
2953
3370
  };
2954
3371
  readonly crf: {
2955
3372
  name: string;
@@ -2965,6 +3382,7 @@ export declare const BrowserSafeApis: {
2965
3382
  value: import("./crf").Crf;
2966
3383
  };
2967
3384
  setConfig: (crf: import("./crf").Crf) => void;
3385
+ id: "crf";
2968
3386
  };
2969
3387
  readonly jpegQuality: {
2970
3388
  name: string;
@@ -2980,6 +3398,7 @@ export declare const BrowserSafeApis: {
2980
3398
  source: string;
2981
3399
  value: number;
2982
3400
  };
3401
+ id: "jpeg-quality";
2983
3402
  };
2984
3403
  };
2985
3404
  readonly renderStillOnCloudRun: {
@@ -3000,6 +3419,7 @@ export declare const BrowserSafeApis: {
3000
3419
  value: null;
3001
3420
  };
3002
3421
  setConfig: (size: number | null) => void;
3422
+ id: "media-cache-size-in-bytes";
3003
3423
  };
3004
3424
  readonly offthreadVideoCacheSizeInBytes: {
3005
3425
  name: string;
@@ -3018,6 +3438,7 @@ export declare const BrowserSafeApis: {
3018
3438
  value: null;
3019
3439
  };
3020
3440
  setConfig: (size: number | null) => void;
3441
+ id: "offthreadvideo-cache-size-in-bytes";
3021
3442
  };
3022
3443
  readonly offthreadVideoThreads: {
3023
3444
  name: string;
@@ -3036,6 +3457,7 @@ export declare const BrowserSafeApis: {
3036
3457
  value: null;
3037
3458
  };
3038
3459
  setConfig: (size: number | null) => void;
3460
+ id: "offthreadvideo-video-threads";
3039
3461
  };
3040
3462
  readonly logLevel: {
3041
3463
  cliFlag: "log";
@@ -3051,6 +3473,7 @@ export declare const BrowserSafeApis: {
3051
3473
  };
3052
3474
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
3053
3475
  type: "error" | "info" | "trace" | "verbose" | "warn";
3476
+ id: "log";
3054
3477
  };
3055
3478
  readonly scale: {
3056
3479
  name: string;
@@ -3066,6 +3489,7 @@ export declare const BrowserSafeApis: {
3066
3489
  value: number;
3067
3490
  };
3068
3491
  setConfig: (scale: number) => void;
3492
+ id: "scale";
3069
3493
  };
3070
3494
  readonly jpegQuality: {
3071
3495
  name: string;
@@ -3081,6 +3505,7 @@ export declare const BrowserSafeApis: {
3081
3505
  source: string;
3082
3506
  value: number;
3083
3507
  };
3508
+ id: "jpeg-quality";
3084
3509
  };
3085
3510
  readonly delayRenderTimeoutInMilliseconds: {
3086
3511
  name: string;
@@ -3096,6 +3521,7 @@ export declare const BrowserSafeApis: {
3096
3521
  value: number;
3097
3522
  };
3098
3523
  setConfig: (value: number) => void;
3524
+ id: "timeout";
3099
3525
  };
3100
3526
  };
3101
3527
  readonly ensureBrowser: {
@@ -3113,6 +3539,7 @@ export declare const BrowserSafeApis: {
3113
3539
  };
3114
3540
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
3115
3541
  type: "error" | "info" | "trace" | "verbose" | "warn";
3542
+ id: "log";
3116
3543
  };
3117
3544
  readonly onBrowserDownload: {
3118
3545
  name: string;
@@ -3123,6 +3550,7 @@ export declare const BrowserSafeApis: {
3123
3550
  type: import(".").OnBrowserDownload;
3124
3551
  getValue: () => never;
3125
3552
  setConfig: () => never;
3553
+ id: "on-browser-download";
3126
3554
  };
3127
3555
  readonly chromeMode: {
3128
3556
  cliFlag: "chrome-mode";
@@ -3138,6 +3566,7 @@ export declare const BrowserSafeApis: {
3138
3566
  };
3139
3567
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
3140
3568
  type: "chrome-for-testing" | "headless-shell";
3569
+ id: "chrome-mode";
3141
3570
  };
3142
3571
  };
3143
3572
  readonly openBrowser: {
@@ -3155,6 +3584,7 @@ export declare const BrowserSafeApis: {
3155
3584
  };
3156
3585
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
3157
3586
  type: "error" | "info" | "trace" | "verbose" | "warn";
3587
+ id: "log";
3158
3588
  };
3159
3589
  readonly onBrowserDownload: {
3160
3590
  name: string;
@@ -3165,6 +3595,7 @@ export declare const BrowserSafeApis: {
3165
3595
  type: import(".").OnBrowserDownload;
3166
3596
  getValue: () => never;
3167
3597
  setConfig: () => never;
3598
+ id: "on-browser-download";
3168
3599
  };
3169
3600
  readonly chromeMode: {
3170
3601
  cliFlag: "chrome-mode";
@@ -3180,6 +3611,7 @@ export declare const BrowserSafeApis: {
3180
3611
  };
3181
3612
  setConfig: (newChromeMode: "chrome-for-testing" | "headless-shell") => void;
3182
3613
  type: "chrome-for-testing" | "headless-shell";
3614
+ id: "chrome-mode";
3183
3615
  };
3184
3616
  };
3185
3617
  readonly deploySiteLambda: {
@@ -3197,6 +3629,7 @@ export declare const BrowserSafeApis: {
3197
3629
  };
3198
3630
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
3199
3631
  type: "error" | "info" | "trace" | "verbose" | "warn";
3632
+ id: "log";
3200
3633
  };
3201
3634
  readonly throwIfSiteExists: {
3202
3635
  cliFlag: string;
@@ -3212,6 +3645,7 @@ export declare const BrowserSafeApis: {
3212
3645
  setConfig: () => never;
3213
3646
  ssrName: string;
3214
3647
  type: boolean;
3648
+ id: string;
3215
3649
  };
3216
3650
  };
3217
3651
  readonly deploySiteCloudRun: {
@@ -3229,6 +3663,7 @@ export declare const BrowserSafeApis: {
3229
3663
  };
3230
3664
  setConfig: (newLogLevel: "error" | "info" | "trace" | "verbose" | "warn") => void;
3231
3665
  type: "error" | "info" | "trace" | "verbose" | "warn";
3666
+ id: "log";
3232
3667
  };
3233
3668
  };
3234
3669
  };