@remotion/cli 3.3.41 → 3.3.43

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 (67) hide show
  1. package/dist/config/audio-codec.d.ts +3 -0
  2. package/dist/config/audio-codec.js +20 -0
  3. package/dist/config/index.d.ts +1 -0
  4. package/dist/config/index.js +4 -0
  5. package/dist/editor/components/Modals.js +1 -1
  6. package/dist/editor/components/RenderButton.js +8 -29
  7. package/dist/editor/components/RenderModal/CrfSetting.d.ts +2 -2
  8. package/dist/editor/components/RenderModal/CrfSetting.js +24 -11
  9. package/dist/editor/components/RenderModal/RenderModal.d.ts +5 -19
  10. package/dist/editor/components/RenderModal/RenderModal.js +181 -225
  11. package/dist/editor/components/RenderModal/ScaleSetting.js +18 -2
  12. package/dist/editor/components/RenderModal/layout.d.ts +0 -1
  13. package/dist/editor/components/RenderModal/layout.js +2 -8
  14. package/dist/editor/components/RenderQueue/RenderQueueRemoveItem.js +1 -2
  15. package/dist/editor/components/RenderQueue/actions.d.ts +2 -15
  16. package/dist/editor/components/RenderQueue/actions.js +1 -14
  17. package/dist/editor/components/RenderToolbarIcon.js +8 -30
  18. package/dist/editor/components/SegmentedControl.js +1 -1
  19. package/dist/editor/components/SidebarContent.js +1 -2
  20. package/dist/get-audio-codec.d.ts +2 -0
  21. package/dist/get-audio-codec.js +10 -0
  22. package/dist/get-filename.d.ts +1 -3
  23. package/dist/get-filename.js +5 -23
  24. package/dist/get-final-output-codec.js +23 -31
  25. package/dist/get-render-media-options.js +3 -0
  26. package/dist/parse-command-line.d.ts +2 -1
  27. package/dist/preview-server/render-queue/get-default-video-contexts.d.ts +1 -1
  28. package/dist/preview-server/render-queue/job.d.ts +1 -27
  29. package/dist/preview-server/render-queue/make-retry-payload.js +10 -52
  30. package/dist/preview-server/render-queue/process-video.js +9 -16
  31. package/dist/preview-server/routes/add-render.js +0 -13
  32. package/dist/render-flows/render.d.ts +4 -14
  33. package/dist/render-flows/render.js +13 -40
  34. package/dist/render.js +3 -2
  35. package/package.json +7 -7
  36. package/dist/editor/components/RenderModal/EveryNthFrameSetting.d.ts +0 -5
  37. package/dist/editor/components/RenderModal/EveryNthFrameSetting.js +0 -9
  38. package/dist/editor/components/RenderModal/NumberOfLoopsSetting.d.ts +0 -5
  39. package/dist/editor/components/RenderModal/NumberOfLoopsSetting.js +0 -26
  40. package/dist/editor/components/RenderModal/NumberSetting.d.ts +0 -9
  41. package/dist/editor/components/RenderModal/NumberSetting.js +0 -26
  42. package/dist/editor/components/RenderModal/RenderModalAdvanced.d.ts +0 -11
  43. package/dist/editor/components/RenderModal/RenderModalAdvanced.js +0 -15
  44. package/dist/editor/components/RenderModal/RenderModalAudio.d.ts +0 -13
  45. package/dist/editor/components/RenderModal/RenderModalAudio.js +0 -22
  46. package/dist/editor/components/RenderModal/RenderModalBasic.d.ts +0 -22
  47. package/dist/editor/components/RenderModal/RenderModalBasic.js +0 -70
  48. package/dist/editor/components/RenderModal/RenderModalGeneral.d.ts +0 -0
  49. package/dist/editor/components/RenderModal/RenderModalGeneral.js +0 -1
  50. package/dist/editor/components/RenderModal/RenderModalGif.d.ts +0 -9
  51. package/dist/editor/components/RenderModal/RenderModalGif.js +0 -16
  52. package/dist/editor/components/RenderModal/RenderModalHr.d.ts +0 -2
  53. package/dist/editor/components/RenderModal/RenderModalHr.js +0 -18
  54. package/dist/editor/components/RenderModal/RenderModalPicture.d.ts +0 -28
  55. package/dist/editor/components/RenderModal/RenderModalPicture.js +0 -51
  56. package/dist/editor/components/RenderModal/human-readable-codec.d.ts +0 -2
  57. package/dist/editor/components/RenderModal/human-readable-codec.js +0 -36
  58. package/dist/editor/icons/audio.d.ts +0 -2
  59. package/dist/editor/icons/audio.js +0 -6
  60. package/dist/editor/icons/file.d.ts +0 -2
  61. package/dist/editor/icons/file.js +0 -6
  62. package/dist/editor/icons/frame.d.ts +0 -2
  63. package/dist/editor/icons/frame.js +0 -6
  64. package/dist/editor/icons/gear.d.ts +0 -2
  65. package/dist/editor/icons/gear.js +0 -6
  66. package/dist/editor/icons/gif.d.ts +0 -2
  67. package/dist/editor/icons/gif.js +0 -6
@@ -1,2 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- export declare const FileIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FileIcon = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- const FileIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentcolor", d: "M0 64C0 28.65 28.65 0 64 0h156.1c12.7 0 25 5.057 34 14.06L369.9 129.9c9 9 14.1 21.3 14.1 34V448c0 35.3-28.7 64-64 64H64c-35.35 0-64-28.7-64-64V64zm352 128H240c-26.5 0-48-21.5-48-48V32H64c-17.67 0-32 14.33-32 32v384c0 17.7 14.33 32 32 32h256c17.7 0 32-14.3 32-32V192zm-4.7-39.4L231.4 36.69c-2-2.07-4.6-3.51-7.4-4.21V144c0 8.8 7.2 16 16 16h111.5c-.7-2.8-2.1-5.4-4.2-7.4z" }) }));
6
- exports.FileIcon = FileIcon;
@@ -1,2 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- export declare const PicIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PicIcon = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- const PicIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentcolor", d: "M324.9 157.8c-11.38-17.38-39.89-17.31-51.23-.063L200.5 268.5l-16.4-22.6c-11.4-16.8-38.2-16-49.7 0l-64.52 89.16c-6.797 9.406-7.75 21.72-2.547 32C72.53 377.5 83.05 384 94.75 384h322.5c11.41 0 21.8-6.281 27.14-16.38a30.922 30.922 0 0 0-1.516-31.56L324.9 157.8zM95.8 352l62.39-87.38 29.91 41.34c3.1 4.24 8.3 7.24 13.3 6.64 5.25-.125 10.12-2.781 13.02-7.188l83.83-129.9L415 352H95.8zM447.1 32h-384C28.65 32-.01 60.65-.01 96v320c0 35.35 28.65 64 63.1 64h384c35.35 0 64-28.65 64-64V96c.01-35.35-27.79-64-63.99-64zM480 416c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V96c0-17.64 14.36-32 32-32h384c17.64 0 32 14.36 32 32v320zM144 192c26.5 0 48-21.5 48-48s-21.5-48-48-48-48 21.5-48 48 21.5 48 48 48zm0-64c8.822 0 15.1 7.178 15.1 16s-6.3 16-15.1 16-16-7.2-16-16 7.2-16 16-16z" }) }));
6
- exports.PicIcon = PicIcon;
@@ -1,2 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- export declare const GearIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GearIcon = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- const GearIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentcolor", d: "M168 255.1c0-47.7 39.4-88 88-88s88 40.3 88 88c0 49.5-39.4 88.9-88 88.9s-88-39.4-88-88.9zm88-56c-30.9 0-56 26-56 56 0 31.8 25.1 56 56 56s56-24.2 56-56c0-30-25.1-56-56-56zM65.67 230.6l-40.33-36.8c-11.12-10.1-13.68-26.6-6.16-39.6l30.24-52.4c7.52-13.02 23.09-19.05 37.42-14.48l51.96 16.58c13.4-10.34 28.2-18.94 44-25.47l11.7-53.27C197.7 10.47 210.7 0 225.8 0h60.4c15.1 0 28.1 10.47 31.3 25.16l11.7 53.27c14.9 6.53 30.6 15.13 44 25.47l52-16.58c14.3-4.57 29.9 1.46 37.4 14.48l30.2 52.4c7.5 13 5 29.5-6.1 39.6l-40.4 36.8c1.1 8.3 1.7 16.8 1.7 24.5 0 9.5-.6 18-1.7 26.3l40.4 36.8c11.1 10.1 13.6 26.6 6.1 39.6l-30.2 52.4c-7.5 13-23.1 19-37.4 14.5l-52-16.6c-13.4 10.3-29.1 18.9-44 25.5l-11.7 53.2c-3.2 14.7-16.2 25.2-31.3 25.2h-60.4c-15.1 0-28.1-10.5-31.3-25.2l-11.7-53.2c-15.8-6.6-30.6-15.2-44-25.5l-51.96 16.6c-14.33 4.5-29.9-1.5-37.42-14.5l-30.24-52.4c-7.52-13-4.96-29.5 6.16-39.6l40.33-36.8c-1.1-8.3-1.67-16.8-1.67-26.3 0-7.7.57-16.2 1.67-24.5zm92.73-101.4-13.3 10.3-67.97-21.7-30.24 52.4 52.69 48-2.19 16.6c-.92 6.9-1.39 14-1.39 20.3 0 8.1.47 15.2 1.39 22.1l2.19 16.6-52.69 48 30.24 52.4 67.97-21.7 13.3 10.3c11.1 8.6 23.5 15.8 36.6 20.3l15.5 7.3 15.3 69.6h60.4l15.3-69.6 14.6-7.3c14-4.5 26.4-11.7 37.5-20.3l13.3-10.3 68 21.7 30.2-52.4-52.7-48 2.2-16.6c.9-6.9 1.4-14 1.4-21.2 0-7.2-.5-14.3-1.4-21.2l-2.2-16.6 52.7-48-30.2-52.4-68 21.7-13.3-10.3c-11.1-8.6-23.5-15.8-37.5-21.2l-14.6-6.4L286.2 32h-60.4l-15.3 69.6L195 108c-13.1 5.4-25.5 12.6-36.6 21.2z" }) }));
6
- exports.GearIcon = GearIcon;
@@ -1,2 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- export declare const GifIcon: (props: SVGProps<SVGSVGElement>) => JSX.Element;
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GifIcon = void 0;
4
- const jsx_runtime_1 = require("react/jsx-runtime");
5
- const GifIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 512", ...props, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentcolor", d: "M512 32H64C28.65 32 0 60.65 0 96v320c0 35.35 28.65 64 64 64h448c35.35 0 64-28.65 64-64V96c0-35.35-28.7-64-64-64zm32 384c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V96c0-17.64 14.36-32 32-32h448c17.64 0 32 14.36 32 32v320zm-80-256h-96c-8.8 0-16 7.2-16 16v160c0 8.844 7.156 16 16 16s16-7.156 16-16v-64h56c8.844 0 16-7.156 16-16s-7.156-16-16-16h-56v-48h80c8.8 0 16-7.2 16-16s-7.2-16-16-16zm-160 0c-8.8 0-16 7.2-16 16v160c0 8.844 7.156 16 16 16s16-7.156 16-16V176c0-8.8-7.2-16-16-16zm-64 80h-64c-8.8 0-16 7.2-16 16s7.156 16 16 16h48v33.45c-24.83 19.91-69.13 18.16-91.48-4.203-24.95-24.95-24.95-65.55 0-90.5 25.03-25 64.19-25 89.22 0 6.25 6.25 16.38 6.25 22.62 0s6.25-16.38 0-22.62c-37.69-37.72-96.78-37.72-134.5 0-37.42 37.42-37.42 98.33 0 135.8C127.8 341.8 153.5 352 180.6 352c27.06 0 52.84-10.25 70.7-28.12 3-2.98 4.7-7.08 4.7-11.28V256c0-8.8-7.2-16-16-16z" }) }));
6
- exports.GifIcon = GifIcon;