@remotion/lambda 4.0.86 → 4.0.88
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.
|
@@ -71,6 +71,7 @@ const renderHandler = async (params, options, logs) => {
|
|
|
71
71
|
await new Promise((resolve, reject) => {
|
|
72
72
|
var _a, _b, _c, _d, _e;
|
|
73
73
|
renderer_1.RenderInternals.internalRenderMedia({
|
|
74
|
+
repro: false,
|
|
74
75
|
composition: {
|
|
75
76
|
id: params.composition,
|
|
76
77
|
durationInFrames: params.durationInFrames,
|
|
@@ -160,6 +161,7 @@ const renderHandler = async (params, options, logs) => {
|
|
|
160
161
|
serializedResolvedPropsWithCustomSchema: resolvedProps,
|
|
161
162
|
offthreadVideoCacheSizeInBytes: params.offthreadVideoCacheSizeInBytes,
|
|
162
163
|
colorSpace: params.colorSpace,
|
|
164
|
+
finishRenderProgress: () => undefined,
|
|
163
165
|
})
|
|
164
166
|
.then(({ slowestFrames }) => {
|
|
165
167
|
console.log(`Slowest frames:`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/lambda",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.88",
|
|
4
4
|
"description": "Distributed renderer for Remotion based on AWS Lambda",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"aws-policies": "^1.0.1",
|
|
27
27
|
"mime-types": "2.1.34",
|
|
28
28
|
"zod": "3.22.3",
|
|
29
|
-
"@remotion/
|
|
30
|
-
"@remotion/
|
|
31
|
-
"remotion": "4.0.
|
|
32
|
-
"@remotion/
|
|
29
|
+
"@remotion/renderer": "4.0.88",
|
|
30
|
+
"@remotion/bundler": "4.0.88",
|
|
31
|
+
"remotion": "4.0.88",
|
|
32
|
+
"@remotion/cli": "4.0.88"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@jonny/eslint-config": "3.0.276",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"ts-node": "^10.8.0",
|
|
44
44
|
"vitest": "0.31.1",
|
|
45
45
|
"zip-lib": "^0.7.2",
|
|
46
|
-
"@remotion/
|
|
47
|
-
"@remotion/
|
|
46
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.88",
|
|
47
|
+
"@remotion/bundler": "4.0.88"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@remotion/bundler": "4.0.
|
|
50
|
+
"@remotion/bundler": "4.0.88"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|