@remotion/lambda 4.0.482 → 4.0.483
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/cli/commands/render/render.js +9 -3
- package/dist/esm/index.mjs +10 -4
- package/package.json +12 -12
- package/remotionlambda-arm64.zip +0 -0
|
@@ -231,10 +231,16 @@ const renderCommand = async ({ args, remotionRoot, logLevel, providerSpecifics,
|
|
|
231
231
|
uiCodec: null,
|
|
232
232
|
compositionCodec: null,
|
|
233
233
|
});
|
|
234
|
-
const imageFormat =
|
|
234
|
+
const imageFormat = client_1.BrowserSafeApis.options.videoImageFormatOption.getValue({
|
|
235
|
+
commandLine: cli_1.CliInternals.parsedCli,
|
|
236
|
+
}, {
|
|
235
237
|
codec,
|
|
236
|
-
|
|
237
|
-
|
|
238
|
+
uiVideoImageFormat: null,
|
|
239
|
+
compositionDefaultVideoImageFormat: null,
|
|
240
|
+
}).value;
|
|
241
|
+
if (imageFormat === null) {
|
|
242
|
+
throw new Error('Expected image format to be resolved');
|
|
243
|
+
}
|
|
238
244
|
const functionName = await (0, find_function_name_1.findFunctionName)({ logLevel, providerSpecifics });
|
|
239
245
|
const maxRetries = (_c = args_1.parsedLambdaCli['max-retries']) !== null && _c !== void 0 ? _c : constants_1.DEFAULT_MAX_RETRIES;
|
|
240
246
|
(0, validate_retries_1.validateMaxRetries)(maxRetries);
|
package/dist/esm/index.mjs
CHANGED
|
@@ -8604,7 +8604,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
8604
8604
|
url: "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
|
|
8605
8605
|
},
|
|
8606
8606
|
name: "@remotion/lambda",
|
|
8607
|
-
version: "4.0.
|
|
8607
|
+
version: "4.0.483",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
8610
|
scripts: {
|
|
@@ -11853,10 +11853,16 @@ var renderCommand = async ({
|
|
|
11853
11853
|
uiCodec: null,
|
|
11854
11854
|
compositionCodec: null
|
|
11855
11855
|
});
|
|
11856
|
-
const imageFormat =
|
|
11856
|
+
const imageFormat = BrowserSafeApis3.options.videoImageFormatOption.getValue({
|
|
11857
|
+
commandLine: CliInternals14.parsedCli
|
|
11858
|
+
}, {
|
|
11857
11859
|
codec,
|
|
11858
|
-
|
|
11859
|
-
|
|
11860
|
+
uiVideoImageFormat: null,
|
|
11861
|
+
compositionDefaultVideoImageFormat: null
|
|
11862
|
+
}).value;
|
|
11863
|
+
if (imageFormat === null) {
|
|
11864
|
+
throw new Error("Expected image format to be resolved");
|
|
11865
|
+
}
|
|
11860
11866
|
const functionName = await findFunctionName({ logLevel, providerSpecifics });
|
|
11861
11867
|
const maxRetries = parsedLambdaCli["max-retries"] ?? DEFAULT_MAX_RETRIES;
|
|
11862
11868
|
validateMaxRetries(maxRetries);
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/lambda",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.483",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"scripts": {
|
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
"@aws-sdk/client-cloudwatch-logs": "3.986.0",
|
|
29
29
|
"@aws-sdk/client-service-quotas": "3.986.0",
|
|
30
30
|
"@aws-sdk/lib-storage": "3.986.0",
|
|
31
|
-
"@remotion/bundler": "4.0.
|
|
32
|
-
"@remotion/cli": "4.0.
|
|
33
|
-
"@remotion/lambda-client": "4.0.
|
|
34
|
-
"@remotion/renderer": "4.0.
|
|
35
|
-
"@remotion/serverless": "4.0.
|
|
36
|
-
"@remotion/streaming": "4.0.
|
|
31
|
+
"@remotion/bundler": "4.0.483",
|
|
32
|
+
"@remotion/cli": "4.0.483",
|
|
33
|
+
"@remotion/lambda-client": "4.0.483",
|
|
34
|
+
"@remotion/renderer": "4.0.483",
|
|
35
|
+
"@remotion/serverless": "4.0.483",
|
|
36
|
+
"@remotion/streaming": "4.0.483",
|
|
37
37
|
"@smithy/abort-controller": "4.0.1",
|
|
38
|
-
"remotion": "4.0.
|
|
38
|
+
"remotion": "4.0.483",
|
|
39
39
|
"zod": "4.3.6"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@remotion/bundler": "4.0.
|
|
42
|
+
"@remotion/bundler": "4.0.483",
|
|
43
43
|
"@types/express": "5.0.1",
|
|
44
44
|
"express": "4.21.0",
|
|
45
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
46
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
45
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.483",
|
|
46
|
+
"@remotion/eslint-config-internal": "4.0.483",
|
|
47
47
|
"mime-types": "2.1.34",
|
|
48
48
|
"@types/mime-types": "2.1.1",
|
|
49
49
|
"@types/minimist": "1.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@remotion/bundler": "4.0.
|
|
57
|
+
"@remotion/bundler": "4.0.483"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|