@remotion/lambda 4.0.84 → 4.0.85
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.
|
@@ -34,7 +34,6 @@ export type RenderMediaOnLambdaInput = {
|
|
|
34
34
|
chromiumOptions?: Omit<ChromiumOptions, 'enableMultiProcessOnLinux'>;
|
|
35
35
|
scale?: number;
|
|
36
36
|
everyNthFrame?: number;
|
|
37
|
-
numberOfGifLoops?: number | null;
|
|
38
37
|
concurrencyPerLambda?: number;
|
|
39
38
|
downloadBehavior?: DownloadBehavior | null;
|
|
40
39
|
muted?: boolean;
|
|
@@ -97,7 +97,7 @@ const renderMediaOnLambda = (options) => {
|
|
|
97
97
|
logLevel: (_s = options.logLevel) !== null && _s !== void 0 ? _s : 'info',
|
|
98
98
|
maxRetries: (_t = options.maxRetries) !== null && _t !== void 0 ? _t : 1,
|
|
99
99
|
muted: (_u = options.muted) !== null && _u !== void 0 ? _u : false,
|
|
100
|
-
numberOfGifLoops: (_v = options.numberOfGifLoops) !== null && _v !== void 0 ? _v :
|
|
100
|
+
numberOfGifLoops: (_v = options.numberOfGifLoops) !== null && _v !== void 0 ? _v : null,
|
|
101
101
|
offthreadVideoCacheSizeInBytes: (_w = options.offthreadVideoCacheSizeInBytes) !== null && _w !== void 0 ? _w : null,
|
|
102
102
|
outName: (_x = options.outName) !== null && _x !== void 0 ? _x : null,
|
|
103
103
|
overwrite: (_y = options.overwrite) !== null && _y !== void 0 ? _y : false,
|
|
@@ -59,6 +59,6 @@ const quotasListCommand = async (logLevel) => {
|
|
|
59
59
|
else {
|
|
60
60
|
log_1.Log.info(`Burst concurrency: ${burstDefault}, but only ${effectiveBurstConcurrency} effective because of concurrency limit`);
|
|
61
61
|
}
|
|
62
|
-
log_1.Log.info(cli_1.CliInternals.chalk.gray('The maximum amount of
|
|
62
|
+
log_1.Log.info(cli_1.CliInternals.chalk.gray('The maximum amount of concurrency increase in 10 seconds'));
|
|
63
63
|
};
|
|
64
64
|
exports.quotasListCommand = quotasListCommand;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/lambda",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.85",
|
|
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/bundler": "4.0.
|
|
30
|
-
"@remotion/cli": "4.0.
|
|
31
|
-
"remotion": "4.0.
|
|
32
|
-
"
|
|
29
|
+
"@remotion/bundler": "4.0.85",
|
|
30
|
+
"@remotion/cli": "4.0.85",
|
|
31
|
+
"@remotion/renderer": "4.0.85",
|
|
32
|
+
"remotion": "4.0.85"
|
|
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/bundler": "4.0.85",
|
|
47
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.85"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@remotion/bundler": "4.0.
|
|
50
|
+
"@remotion/bundler": "4.0.85"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|