@remotion/cli 4.0.439 → 4.0.440

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.
@@ -21,6 +21,7 @@ const getVideoImageFormat = ({ codec, uiImageFormat, }) => {
21
21
  codec === 'h264-mkv' ||
22
22
  codec === 'h264-ts' ||
23
23
  codec === 'h265' ||
24
+ codec === 'av1' ||
24
25
  codec === 'vp8' ||
25
26
  codec === 'vp9' ||
26
27
  codec === 'prores' ||
@@ -774,17 +774,17 @@ declare const benchmarkConcurrenciesOption: {
774
774
  description: () => import("react/jsx-runtime").JSX.Element;
775
775
  ssrName: string;
776
776
  docLink: string;
777
- type: "aac" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav";
777
+ type: "aac" | "av1" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav";
778
778
  getValue: ({ commandLine }: {
779
779
  commandLine: Record<string, unknown>;
780
780
  }, { compositionCodec, configFile, downloadName, outName, uiCodec, }: {
781
781
  outName: string | null;
782
782
  downloadName: string | null;
783
- configFile: "aac" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav" | null;
784
- uiCodec: "aac" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav" | null;
785
- compositionCodec: "aac" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav" | null;
783
+ configFile: "aac" | "av1" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav" | null;
784
+ uiCodec: "aac" | "av1" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav" | null;
785
+ compositionCodec: "aac" | "av1" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav" | null;
786
786
  }) => {
787
- value: "aac" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav";
787
+ value: "aac" | "av1" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav";
788
788
  source: string;
789
789
  };
790
790
  setConfig: (newCodec: import("@remotion/renderer").CodecOrUndefined) => void;
@@ -33,7 +33,7 @@ export declare const renderVideoFlow: ({ remotionRoot, fullEntryPoint, indent, l
33
33
  addCleanupCallback: (label: string, cb: () => void) => void;
34
34
  crf: Crf | null;
35
35
  cancelSignal: CancelSignal | null;
36
- uiCodec: "aac" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav" | null;
36
+ uiCodec: "aac" | "av1" | "gif" | "h264" | "h264-mkv" | "h264-ts" | "h265" | "mp3" | "prores" | "vp8" | "vp9" | "wav" | null;
37
37
  uiImageFormat: "jpeg" | "none" | "png" | null;
38
38
  ffmpegOverride: FfmpegOverrideFn;
39
39
  audioBitrate: string | null;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli"
4
4
  },
5
5
  "name": "@remotion/cli",
6
- "version": "4.0.439",
6
+ "version": "4.0.440",
7
7
  "description": "Control Remotion features using the `npx remotion` command",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -37,17 +37,17 @@
37
37
  "author": "Jonny Burger <jonny@remotion.dev>",
38
38
  "license": "SEE LICENSE IN LICENSE.md",
39
39
  "dependencies": {
40
- "@remotion/bundler": "4.0.439",
41
- "@remotion/media-utils": "4.0.439",
42
- "@remotion/player": "4.0.439",
43
- "@remotion/renderer": "4.0.439",
44
- "@remotion/studio-shared": "4.0.439",
45
- "@remotion/studio-server": "4.0.439",
46
- "@remotion/studio": "4.0.439",
40
+ "@remotion/bundler": "4.0.440",
41
+ "@remotion/media-utils": "4.0.440",
42
+ "@remotion/player": "4.0.440",
43
+ "@remotion/renderer": "4.0.440",
44
+ "@remotion/studio-shared": "4.0.440",
45
+ "@remotion/studio-server": "4.0.440",
46
+ "@remotion/studio": "4.0.440",
47
47
  "dotenv": "17.3.1",
48
48
  "minimist": "1.2.6",
49
49
  "prompts": "2.4.2",
50
- "remotion": "4.0.439"
50
+ "remotion": "4.0.440"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": ">=16.8.0",
@@ -58,14 +58,14 @@
58
58
  "@types/prompts": "^2.4.1",
59
59
  "@types/prettier": "^2.7.2",
60
60
  "@types/node": "20.12.14",
61
- "@remotion/zod-types": "4.0.439",
62
- "@remotion/tailwind-v4": "4.0.439",
63
- "@remotion/enable-scss": "4.0.439",
64
- "@remotion/skia": "4.0.439",
61
+ "@remotion/zod-types": "4.0.440",
62
+ "@remotion/tailwind-v4": "4.0.440",
63
+ "@remotion/enable-scss": "4.0.440",
64
+ "@remotion/skia": "4.0.440",
65
65
  "react": "19.2.3",
66
66
  "react-dom": "19.2.3",
67
67
  "zod": "4.3.6",
68
- "@remotion/eslint-config-internal": "4.0.439",
68
+ "@remotion/eslint-config-internal": "4.0.440",
69
69
  "eslint": "9.19.0",
70
70
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
71
71
  },