@remotion/cli 4.0.217 → 4.0.218

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.
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getVideoImageFormat = void 0;
4
4
  const renderer_1 = require("@remotion/renderer");
5
+ const pure_1 = require("@remotion/renderer/pure");
5
6
  const config_1 = require("./config");
6
7
  const parsed_cli_1 = require("./parsed-cli");
7
8
  const getVideoImageFormat = ({ codec, uiImageFormat, }) => {
@@ -18,7 +19,7 @@ const getVideoImageFormat = ({ codec, uiImageFormat, }) => {
18
19
  if (typeof configFileOption !== 'undefined') {
19
20
  return configFileOption;
20
21
  }
21
- if (renderer_1.RenderInternals.isAudioCodec(codec)) {
22
+ if (pure_1.NoReactAPIs.isAudioCodec(codec)) {
22
23
  return 'none';
23
24
  }
24
25
  if (codec === 'h264' ||
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.printFact = exports.makeRenderingAndStitchingProgress = exports.getRightLabelWidth = exports.makeBundlingAndCopyProgress = exports.createOverwriteableCliOutput = exports.LABEL_WIDTH = void 0;
4
4
  const renderer_1 = require("@remotion/renderer");
5
+ const pure_1 = require("@remotion/renderer/pure");
5
6
  const studio_server_1 = require("@remotion/studio-server");
6
7
  const studio_shared_1 = require("@remotion/studio-shared");
7
8
  const chalk_1 = require("./chalk");
@@ -162,7 +163,7 @@ const makeStitchingProgress = ({ stitchingProgress, isUsingParallelEncoding, })
162
163
  const progress = frames / totalFrames;
163
164
  const mediaType = codec === 'gif'
164
165
  ? 'GIF'
165
- : renderer_1.RenderInternals.isAudioCodec(codec)
166
+ : pure_1.NoReactAPIs.isAudioCodec(codec)
166
167
  ? 'audio'
167
168
  : 'video';
168
169
  return [
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.217",
6
+ "version": "4.0.218",
7
7
  "description": "Control Remotion features using the `npx remotion` command",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -32,14 +32,14 @@
32
32
  "dotenv": "9.0.2",
33
33
  "minimist": "1.2.6",
34
34
  "prompts": "2.4.2",
35
- "@remotion/bundler": "4.0.217",
36
- "@remotion/player": "4.0.217",
37
- "@remotion/media-utils": "4.0.217",
38
- "@remotion/renderer": "4.0.217",
39
- "@remotion/studio-server": "4.0.217",
40
- "remotion": "4.0.217",
41
- "@remotion/studio": "4.0.217",
42
- "@remotion/studio-shared": "4.0.217"
35
+ "@remotion/bundler": "4.0.218",
36
+ "@remotion/player": "4.0.218",
37
+ "@remotion/studio-shared": "4.0.218",
38
+ "@remotion/studio": "4.0.218",
39
+ "@remotion/media-utils": "4.0.218",
40
+ "@remotion/studio-server": "4.0.218",
41
+ "remotion": "4.0.218",
42
+ "@remotion/renderer": "4.0.218"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": ">=16.8.0",
@@ -52,10 +52,10 @@
52
52
  "react": "18.3.1",
53
53
  "react-dom": "18.3.1",
54
54
  "zod": "3.22.3",
55
- "@remotion/zod-types": "4.0.217",
56
- "@remotion/enable-scss": "4.0.217",
57
- "@remotion/skia": "4.0.217",
58
- "@remotion/tailwind": "4.0.217"
55
+ "@remotion/skia": "4.0.218",
56
+ "@remotion/zod-types": "4.0.218",
57
+ "@remotion/enable-scss": "4.0.218",
58
+ "@remotion/tailwind": "4.0.218"
59
59
  },
60
60
  "keywords": [
61
61
  "remotion",