@remotion/renderer 4.0.430 → 4.0.431
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/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/renderer"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/renderer",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.431",
|
|
7
7
|
"description": "Render Remotion videos using Node.js or Bun",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"execa": "5.1.1",
|
|
26
26
|
"extract-zip": "2.0.1",
|
|
27
|
-
"remotion": "4.0.
|
|
28
|
-
"@remotion/streaming": "4.0.
|
|
27
|
+
"remotion": "4.0.431",
|
|
28
|
+
"@remotion/streaming": "4.0.431",
|
|
29
29
|
"source-map": "^0.8.0-beta.0",
|
|
30
30
|
"ws": "8.17.1",
|
|
31
|
-
"@remotion/licensing": "4.0.
|
|
31
|
+
"@remotion/licensing": "4.0.431"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=16.8.0",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
"react-dom": "19.2.3",
|
|
43
43
|
"@typescript/native-preview": "7.0.0-dev.20260217.1",
|
|
44
44
|
"@types/ws": "8.5.10",
|
|
45
|
-
"@remotion/example-videos": "4.0.
|
|
46
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
45
|
+
"@remotion/example-videos": "4.0.431",
|
|
46
|
+
"@remotion/eslint-config-internal": "4.0.431",
|
|
47
47
|
"eslint": "9.19.0",
|
|
48
48
|
"@types/node": "20.12.14"
|
|
49
49
|
},
|
|
50
50
|
"optionalDependencies": {
|
|
51
|
-
"@remotion/compositor-darwin-arm64": "4.0.
|
|
52
|
-
"@remotion/compositor-darwin-x64": "4.0.
|
|
53
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
54
|
-
"@remotion/compositor-linux-arm64-musl": "4.0.
|
|
55
|
-
"@remotion/compositor-linux-x64-gnu": "4.0.
|
|
56
|
-
"@remotion/compositor-linux-x64-musl": "4.0.
|
|
57
|
-
"@remotion/compositor-win32-x64-msvc": "4.0.
|
|
51
|
+
"@remotion/compositor-darwin-arm64": "4.0.431",
|
|
52
|
+
"@remotion/compositor-darwin-x64": "4.0.431",
|
|
53
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.431",
|
|
54
|
+
"@remotion/compositor-linux-arm64-musl": "4.0.431",
|
|
55
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.431",
|
|
56
|
+
"@remotion/compositor-linux-x64-musl": "4.0.431",
|
|
57
|
+
"@remotion/compositor-win32-x64-msvc": "4.0.431"
|
|
58
58
|
},
|
|
59
59
|
"keywords": [
|
|
60
60
|
"remotion",
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare const imageFormatOption: {
|
|
2
|
-
name: string;
|
|
3
|
-
cliFlag: "image-format";
|
|
4
|
-
description: () => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
ssrName: "imageFormat";
|
|
6
|
-
docLink: string;
|
|
7
|
-
type: string | null;
|
|
8
|
-
getValue: ({ commandLine }: {
|
|
9
|
-
commandLine: Record<string, unknown>;
|
|
10
|
-
}) => {
|
|
11
|
-
value: string;
|
|
12
|
-
source: string;
|
|
13
|
-
} | {
|
|
14
|
-
value: null;
|
|
15
|
-
source: string;
|
|
16
|
-
};
|
|
17
|
-
setConfig(value: string | null): void;
|
|
18
|
-
};
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.imageFormatOption = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
let imageFormat = null;
|
|
6
|
-
const cliFlag = 'image-format';
|
|
7
|
-
exports.imageFormatOption = {
|
|
8
|
-
name: 'Image Format',
|
|
9
|
-
cliFlag,
|
|
10
|
-
description: () => (jsx_runtime_1.jsxs(jsx_runtime_1.Fragment, { children: ["Determines which in which image format to render. Can be either", ' ', jsx_runtime_1.jsx("code", { children: "\"jpeg\"" }),
|
|
11
|
-
", ",
|
|
12
|
-
jsx_runtime_1.jsx("code", { children: "\"png\"" }),
|
|
13
|
-
",", ' ', jsx_runtime_1.jsx("code", { children: "\"webp\"" }),
|
|
14
|
-
", ",
|
|
15
|
-
jsx_runtime_1.jsx("code", { children: "\"pdf\"" }),
|
|
16
|
-
", or", ' ', jsx_runtime_1.jsx("code", { children: "\"none\"" }),
|
|
17
|
-
" depending on the render type."] })),
|
|
18
|
-
ssrName: 'imageFormat',
|
|
19
|
-
docLink: 'https://www.remotion.dev/docs/config#setvideoimageformat',
|
|
20
|
-
type: null,
|
|
21
|
-
getValue: ({ commandLine }) => {
|
|
22
|
-
if (commandLine[cliFlag] !== undefined) {
|
|
23
|
-
return { value: commandLine[cliFlag], source: 'cli' };
|
|
24
|
-
}
|
|
25
|
-
if (imageFormat !== null) {
|
|
26
|
-
return { value: imageFormat, source: 'config' };
|
|
27
|
-
}
|
|
28
|
-
return { value: null, source: 'default' };
|
|
29
|
-
},
|
|
30
|
-
setConfig(value) {
|
|
31
|
-
imageFormat = value;
|
|
32
|
-
},
|
|
33
|
-
};
|