@remotion/renderer 4.0.361 → 4.0.363
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 -2
- package/dist/render-media.js +2 -2
- package/package.json +12 -12
package/dist/esm/index.mjs
CHANGED
|
@@ -21760,8 +21760,8 @@ var internalRenderMediaRaw = ({
|
|
|
21760
21760
|
}
|
|
21761
21761
|
const stitchStart = Date.now();
|
|
21762
21762
|
return internalStitchFramesToVideo({
|
|
21763
|
-
width: actualWidth,
|
|
21764
|
-
height: actualHeight,
|
|
21763
|
+
width: Math.round(actualWidth),
|
|
21764
|
+
height: Math.round(actualHeight),
|
|
21765
21765
|
fps,
|
|
21766
21766
|
outputLocation: absoluteOutputLocation,
|
|
21767
21767
|
preEncodedFileLocation,
|
package/dist/render-media.js
CHANGED
|
@@ -409,8 +409,8 @@ const internalRenderMediaRaw = ({ proResProfile, x264Preset, crf, composition: c
|
|
|
409
409
|
}
|
|
410
410
|
const stitchStart = Date.now();
|
|
411
411
|
return (0, stitch_frames_to_video_1.internalStitchFramesToVideo)({
|
|
412
|
-
width: actualWidth,
|
|
413
|
-
height: actualHeight,
|
|
412
|
+
width: Math.round(actualWidth),
|
|
413
|
+
height: Math.round(actualHeight),
|
|
414
414
|
fps,
|
|
415
415
|
outputLocation: absoluteOutputLocation,
|
|
416
416
|
preEncodedFileLocation,
|
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.363",
|
|
7
7
|
"description": "Render Remotion videos using Node.js or Bun",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"execa": "5.1.1",
|
|
24
24
|
"extract-zip": "2.0.1",
|
|
25
|
-
"remotion": "4.0.
|
|
26
|
-
"@remotion/streaming": "4.0.
|
|
25
|
+
"remotion": "4.0.363",
|
|
26
|
+
"@remotion/streaming": "4.0.363",
|
|
27
27
|
"source-map": "^0.8.0-beta.0",
|
|
28
28
|
"ws": "8.17.1"
|
|
29
29
|
},
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
"react": "19.0.0",
|
|
39
39
|
"react-dom": "19.0.0",
|
|
40
40
|
"@types/ws": "8.5.10",
|
|
41
|
-
"@remotion/example-videos": "4.0.
|
|
42
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
41
|
+
"@remotion/example-videos": "4.0.363",
|
|
42
|
+
"@remotion/eslint-config-internal": "4.0.363",
|
|
43
43
|
"eslint": "9.19.0",
|
|
44
44
|
"@types/node": "20.12.14"
|
|
45
45
|
},
|
|
46
46
|
"optionalDependencies": {
|
|
47
|
-
"@remotion/compositor-darwin-arm64": "4.0.
|
|
48
|
-
"@remotion/compositor-darwin-x64": "4.0.
|
|
49
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
50
|
-
"@remotion/compositor-linux-arm64-musl": "4.0.
|
|
51
|
-
"@remotion/compositor-linux-x64-gnu": "4.0.
|
|
52
|
-
"@remotion/compositor-linux-x64-musl": "4.0.
|
|
53
|
-
"@remotion/compositor-win32-x64-msvc": "4.0.
|
|
47
|
+
"@remotion/compositor-darwin-arm64": "4.0.363",
|
|
48
|
+
"@remotion/compositor-darwin-x64": "4.0.363",
|
|
49
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.363",
|
|
50
|
+
"@remotion/compositor-linux-arm64-musl": "4.0.363",
|
|
51
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.363",
|
|
52
|
+
"@remotion/compositor-linux-x64-musl": "4.0.363",
|
|
53
|
+
"@remotion/compositor-win32-x64-msvc": "4.0.363"
|
|
54
54
|
},
|
|
55
55
|
"keywords": [
|
|
56
56
|
"remotion",
|