@remotion/lambda 4.0.398 → 4.0.399
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.
|
@@ -26,7 +26,7 @@ const progress_1 = require("./progress");
|
|
|
26
26
|
exports.RENDER_COMMAND = 'render';
|
|
27
27
|
const { x264Option, audioBitrateOption, offthreadVideoCacheSizeInBytesOption, offthreadVideoThreadsOption, scaleOption, crfOption, jpegQualityOption, videoBitrateOption, mutedOption, colorSpaceOption, deleteAfterOption, enableMultiprocessOnLinuxOption, glOption, headlessOption, numberOfGifLoopsOption, encodingMaxRateOption, encodingBufferSizeOption, delayRenderTimeoutInMillisecondsOption, overwriteOption, binariesDirectoryOption, preferLosslessOption, metadataOption, mediaCacheSizeInBytesOption, darkModeOption, } = client_1.BrowserSafeApis.options;
|
|
28
28
|
const renderCommand = async ({ args, remotionRoot, logLevel, providerSpecifics, }) => {
|
|
29
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
29
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
30
30
|
const serveUrl = args[0];
|
|
31
31
|
if (!serveUrl) {
|
|
32
32
|
log_1.Log.error({ indent: false, logLevel }, 'No serve URL passed.');
|
|
@@ -254,7 +254,8 @@ const renderCommand = async ({ args, remotionRoot, logLevel, providerSpecifics,
|
|
|
254
254
|
forcePathStyle: (_m = args_1.parsedLambdaCli['force-path-style']) !== null && _m !== void 0 ? _m : false,
|
|
255
255
|
metadata: metadata !== null && metadata !== void 0 ? metadata : null,
|
|
256
256
|
apiKey: (_o = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.apiKeyOption.cliFlag]) !== null && _o !== void 0 ? _o : null,
|
|
257
|
-
|
|
257
|
+
licenseKey: (_p = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.licenseKeyOption.cliFlag]) !== null && _p !== void 0 ? _p : null,
|
|
258
|
+
storageClass: (_q = args_1.parsedLambdaCli['storage-class']) !== null && _q !== void 0 ? _q : null,
|
|
258
259
|
requestHandler: null,
|
|
259
260
|
});
|
|
260
261
|
const progressBar = cli_1.CliInternals.createOverwriteableCliOutput({
|
|
@@ -25,7 +25,7 @@ const { offthreadVideoCacheSizeInBytesOption, offthreadVideoThreadsOption, scale
|
|
|
25
25
|
const { parsedCli, determineFinalStillImageFormat, chalk, getCliOptions, formatBytes, getCompositionWithDimensionOverride, } = cli_1.CliInternals;
|
|
26
26
|
exports.STILL_COMMAND = 'still';
|
|
27
27
|
const stillCommand = async ({ args, remotionRoot, logLevel, providerSpecifics, }) => {
|
|
28
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
|
28
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
29
29
|
const serveUrl = args[0];
|
|
30
30
|
if (!serveUrl) {
|
|
31
31
|
log_1.Log.error({ indent: false, logLevel }, 'No serve URL passed.');
|
|
@@ -182,9 +182,10 @@ const stillCommand = async ({ args, remotionRoot, logLevel, providerSpecifics, }
|
|
|
182
182
|
deleteAfter: deleteAfter !== null && deleteAfter !== void 0 ? deleteAfter : null,
|
|
183
183
|
storageClass: (_f = args_1.parsedLambdaCli['storage-class']) !== null && _f !== void 0 ? _f : null,
|
|
184
184
|
apiKey: (_g = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.apiKeyOption.cliFlag]) !== null && _g !== void 0 ? _g : null,
|
|
185
|
+
licenseKey: (_h = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.licenseKeyOption.cliFlag]) !== null && _h !== void 0 ? _h : null,
|
|
185
186
|
downloadBehavior: { type: 'play-in-browser' },
|
|
186
|
-
forceBucketName: (
|
|
187
|
-
forcePathStyle: (
|
|
187
|
+
forceBucketName: (_j = args_1.parsedLambdaCli['force-bucket-name']) !== null && _j !== void 0 ? _j : null,
|
|
188
|
+
forcePathStyle: (_k = args_1.parsedLambdaCli['force-path-style']) !== null && _k !== void 0 ? _k : false,
|
|
188
189
|
indent: false,
|
|
189
190
|
offthreadVideoCacheSizeInBytes,
|
|
190
191
|
offthreadVideoThreads: null,
|
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.399",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
8610
|
sideEffects: false,
|
|
@@ -11851,6 +11851,7 @@ var renderCommand = async ({
|
|
|
11851
11851
|
forcePathStyle: parsedLambdaCli["force-path-style"] ?? false,
|
|
11852
11852
|
metadata: metadata ?? null,
|
|
11853
11853
|
apiKey: parsedLambdaCli[BrowserSafeApis3.options.apiKeyOption.cliFlag] ?? null,
|
|
11854
|
+
licenseKey: parsedLambdaCli[BrowserSafeApis3.options.licenseKeyOption.cliFlag] ?? null,
|
|
11854
11855
|
storageClass: parsedLambdaCli["storage-class"] ?? null,
|
|
11855
11856
|
requestHandler: null
|
|
11856
11857
|
});
|
|
@@ -12656,6 +12657,7 @@ var stillCommand = async ({
|
|
|
12656
12657
|
deleteAfter: deleteAfter ?? null,
|
|
12657
12658
|
storageClass: parsedLambdaCli["storage-class"] ?? null,
|
|
12658
12659
|
apiKey: parsedLambdaCli[BrowserSafeApis5.options.apiKeyOption.cliFlag] ?? null,
|
|
12660
|
+
licenseKey: parsedLambdaCli[BrowserSafeApis5.options.licenseKeyOption.cliFlag] ?? null,
|
|
12659
12661
|
downloadBehavior: { type: "play-in-browser" },
|
|
12660
12662
|
forceBucketName: parsedLambdaCli["force-bucket-name"] ?? null,
|
|
12661
12663
|
forcePathStyle: parsedLambdaCli["force-path-style"] ?? false,
|
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.399",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
"@aws-sdk/client-cloudwatch-logs": "3.936.0",
|
|
29
29
|
"@aws-sdk/client-service-quotas": "3.936.0",
|
|
30
30
|
"@aws-sdk/lib-storage": "3.936.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.399",
|
|
32
|
+
"@remotion/cli": "4.0.399",
|
|
33
|
+
"@remotion/lambda-client": "4.0.399",
|
|
34
|
+
"@remotion/renderer": "4.0.399",
|
|
35
|
+
"@remotion/serverless": "4.0.399",
|
|
36
|
+
"@remotion/streaming": "4.0.399",
|
|
37
37
|
"@smithy/abort-controller": "4.0.1",
|
|
38
|
-
"remotion": "4.0.
|
|
38
|
+
"remotion": "4.0.399",
|
|
39
39
|
"zod": "3.22.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@remotion/bundler": "4.0.
|
|
42
|
+
"@remotion/bundler": "4.0.399",
|
|
43
43
|
"@types/express": "^5.0.0",
|
|
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.399",
|
|
46
|
+
"@remotion/eslint-config-internal": "4.0.399",
|
|
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
|
"@types/node": "20.12.14"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@remotion/bundler": "4.0.
|
|
57
|
+
"@remotion/bundler": "4.0.399"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|