@remotion/renderer 4.0.324 → 4.0.326
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/dist/esm/index.mjs +2 -0
- package/dist/render-media.js +2 -0
- package/package.json +12 -12
package/dist/esm/index.mjs
CHANGED
|
@@ -21104,6 +21104,8 @@ var internalRenderMediaRaw = ({
|
|
|
21104
21104
|
});
|
|
21105
21105
|
validateBitrate(audioBitrate, "audioBitrate");
|
|
21106
21106
|
validateBitrate(videoBitrate, "videoBitrate");
|
|
21107
|
+
validateBitrate(encodingMaxRate, "encodingMaxRate");
|
|
21108
|
+
validateBitrate(encodingBufferSize, "encodingBufferSize");
|
|
21107
21109
|
validateSelectedCodecAndProResCombination({
|
|
21108
21110
|
codec,
|
|
21109
21111
|
proResProfile
|
package/dist/render-media.js
CHANGED
|
@@ -77,6 +77,8 @@ const internalRenderMediaRaw = ({ proResProfile, x264Preset, crf, composition, s
|
|
|
77
77
|
});
|
|
78
78
|
(0, validate_videobitrate_1.validateBitrate)(audioBitrate, 'audioBitrate');
|
|
79
79
|
(0, validate_videobitrate_1.validateBitrate)(videoBitrate, 'videoBitrate');
|
|
80
|
+
(0, validate_videobitrate_1.validateBitrate)(encodingMaxRate, 'encodingMaxRate');
|
|
81
|
+
(0, validate_videobitrate_1.validateBitrate)(encodingBufferSize, 'encodingBufferSize');
|
|
80
82
|
(0, prores_profile_1.validateSelectedCodecAndProResCombination)({
|
|
81
83
|
codec,
|
|
82
84
|
proResProfile,
|
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.326",
|
|
7
7
|
"description": "Render Remotion videos using Node.js or Bun",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"extract-zip": "2.0.1",
|
|
19
19
|
"source-map": "^0.8.0-beta.0",
|
|
20
20
|
"ws": "8.17.1",
|
|
21
|
-
"remotion": "4.0.
|
|
22
|
-
"
|
|
21
|
+
"@remotion/streaming": "4.0.326",
|
|
22
|
+
"remotion": "4.0.326"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"react": ">=16.8.0",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"react-dom": "19.0.0",
|
|
34
34
|
"@types/ws": "8.5.10",
|
|
35
35
|
"eslint": "9.19.0",
|
|
36
|
-
"@remotion/
|
|
37
|
-
"@remotion/
|
|
36
|
+
"@remotion/eslint-config-internal": "4.0.326",
|
|
37
|
+
"@remotion/example-videos": "4.0.326"
|
|
38
38
|
},
|
|
39
39
|
"optionalDependencies": {
|
|
40
|
-
"@remotion/compositor-
|
|
41
|
-
"@remotion/compositor-darwin-
|
|
42
|
-
"@remotion/compositor-linux-arm64-
|
|
43
|
-
"@remotion/compositor-
|
|
44
|
-
"@remotion/compositor-linux-x64-gnu": "4.0.
|
|
45
|
-
"@remotion/compositor-linux-x64-musl": "4.0.
|
|
46
|
-
"@remotion/compositor-win32-x64-msvc": "4.0.
|
|
40
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.326",
|
|
41
|
+
"@remotion/compositor-darwin-arm64": "4.0.326",
|
|
42
|
+
"@remotion/compositor-linux-arm64-musl": "4.0.326",
|
|
43
|
+
"@remotion/compositor-darwin-x64": "4.0.326",
|
|
44
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.326",
|
|
45
|
+
"@remotion/compositor-linux-x64-musl": "4.0.326",
|
|
46
|
+
"@remotion/compositor-win32-x64-msvc": "4.0.326"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
49
49
|
"remotion",
|