@remotion/lambda 4.0.398 → 4.0.400
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.');
|
|
@@ -168,6 +168,7 @@ const renderCommand = async ({ args, remotionRoot, logLevel, providerSpecifics,
|
|
|
168
168
|
indent,
|
|
169
169
|
logLevel,
|
|
170
170
|
quiet: cli_1.CliInternals.quietFlagProvided(),
|
|
171
|
+
onProgress: () => undefined,
|
|
171
172
|
}),
|
|
172
173
|
chromeMode: 'headless-shell',
|
|
173
174
|
mediaCacheSizeInBytes: mediaCacheSizeInBytes,
|
|
@@ -254,7 +255,8 @@ const renderCommand = async ({ args, remotionRoot, logLevel, providerSpecifics,
|
|
|
254
255
|
forcePathStyle: (_m = args_1.parsedLambdaCli['force-path-style']) !== null && _m !== void 0 ? _m : false,
|
|
255
256
|
metadata: metadata !== null && metadata !== void 0 ? metadata : null,
|
|
256
257
|
apiKey: (_o = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.apiKeyOption.cliFlag]) !== null && _o !== void 0 ? _o : null,
|
|
257
|
-
|
|
258
|
+
licenseKey: (_p = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.licenseKeyOption.cliFlag]) !== null && _p !== void 0 ? _p : null,
|
|
259
|
+
storageClass: (_q = args_1.parsedLambdaCli['storage-class']) !== null && _q !== void 0 ? _q : null,
|
|
258
260
|
requestHandler: null,
|
|
259
261
|
});
|
|
260
262
|
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.');
|
|
@@ -118,6 +118,7 @@ const stillCommand = async ({ args, remotionRoot, logLevel, providerSpecifics, }
|
|
|
118
118
|
indent,
|
|
119
119
|
logLevel,
|
|
120
120
|
quiet: cli_1.CliInternals.quietFlagProvided(),
|
|
121
|
+
onProgress: () => undefined,
|
|
121
122
|
}),
|
|
122
123
|
chromeMode: 'headless-shell',
|
|
123
124
|
mediaCacheSizeInBytes: mediaCacheSizeInBytes,
|
|
@@ -182,9 +183,10 @@ const stillCommand = async ({ args, remotionRoot, logLevel, providerSpecifics, }
|
|
|
182
183
|
deleteAfter: deleteAfter !== null && deleteAfter !== void 0 ? deleteAfter : null,
|
|
183
184
|
storageClass: (_f = args_1.parsedLambdaCli['storage-class']) !== null && _f !== void 0 ? _f : null,
|
|
184
185
|
apiKey: (_g = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.apiKeyOption.cliFlag]) !== null && _g !== void 0 ? _g : null,
|
|
186
|
+
licenseKey: (_h = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.licenseKeyOption.cliFlag]) !== null && _h !== void 0 ? _h : null,
|
|
185
187
|
downloadBehavior: { type: 'play-in-browser' },
|
|
186
|
-
forceBucketName: (
|
|
187
|
-
forcePathStyle: (
|
|
188
|
+
forceBucketName: (_j = args_1.parsedLambdaCli['force-bucket-name']) !== null && _j !== void 0 ? _j : null,
|
|
189
|
+
forcePathStyle: (_k = args_1.parsedLambdaCli['force-path-style']) !== null && _k !== void 0 ? _k : false,
|
|
188
190
|
indent: false,
|
|
189
191
|
offthreadVideoCacheSizeInBytes,
|
|
190
192
|
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.400",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
8610
|
sideEffects: false,
|
|
@@ -11766,7 +11766,10 @@ var renderCommand = async ({
|
|
|
11766
11766
|
onBrowserDownload: CliInternals14.defaultBrowserDownloadProgress({
|
|
11767
11767
|
indent,
|
|
11768
11768
|
logLevel,
|
|
11769
|
-
quiet: CliInternals14.quietFlagProvided()
|
|
11769
|
+
quiet: CliInternals14.quietFlagProvided(),
|
|
11770
|
+
onProgress: () => {
|
|
11771
|
+
return;
|
|
11772
|
+
}
|
|
11770
11773
|
}),
|
|
11771
11774
|
chromeMode: "headless-shell",
|
|
11772
11775
|
mediaCacheSizeInBytes
|
|
@@ -11851,6 +11854,7 @@ var renderCommand = async ({
|
|
|
11851
11854
|
forcePathStyle: parsedLambdaCli["force-path-style"] ?? false,
|
|
11852
11855
|
metadata: metadata ?? null,
|
|
11853
11856
|
apiKey: parsedLambdaCli[BrowserSafeApis3.options.apiKeyOption.cliFlag] ?? null,
|
|
11857
|
+
licenseKey: parsedLambdaCli[BrowserSafeApis3.options.licenseKeyOption.cliFlag] ?? null,
|
|
11854
11858
|
storageClass: parsedLambdaCli["storage-class"] ?? null,
|
|
11855
11859
|
requestHandler: null
|
|
11856
11860
|
});
|
|
@@ -12591,7 +12595,10 @@ var stillCommand = async ({
|
|
|
12591
12595
|
onBrowserDownload: CliInternals21.defaultBrowserDownloadProgress({
|
|
12592
12596
|
indent,
|
|
12593
12597
|
logLevel,
|
|
12594
|
-
quiet: CliInternals21.quietFlagProvided()
|
|
12598
|
+
quiet: CliInternals21.quietFlagProvided(),
|
|
12599
|
+
onProgress: () => {
|
|
12600
|
+
return;
|
|
12601
|
+
}
|
|
12595
12602
|
}),
|
|
12596
12603
|
chromeMode: "headless-shell",
|
|
12597
12604
|
mediaCacheSizeInBytes
|
|
@@ -12656,6 +12663,7 @@ var stillCommand = async ({
|
|
|
12656
12663
|
deleteAfter: deleteAfter ?? null,
|
|
12657
12664
|
storageClass: parsedLambdaCli["storage-class"] ?? null,
|
|
12658
12665
|
apiKey: parsedLambdaCli[BrowserSafeApis5.options.apiKeyOption.cliFlag] ?? null,
|
|
12666
|
+
licenseKey: parsedLambdaCli[BrowserSafeApis5.options.licenseKeyOption.cliFlag] ?? null,
|
|
12659
12667
|
downloadBehavior: { type: "play-in-browser" },
|
|
12660
12668
|
forceBucketName: parsedLambdaCli["force-bucket-name"] ?? null,
|
|
12661
12669
|
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.400",
|
|
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.400",
|
|
32
|
+
"@remotion/cli": "4.0.400",
|
|
33
|
+
"@remotion/lambda-client": "4.0.400",
|
|
34
|
+
"@remotion/renderer": "4.0.400",
|
|
35
|
+
"@remotion/serverless": "4.0.400",
|
|
36
|
+
"@remotion/streaming": "4.0.400",
|
|
37
37
|
"@smithy/abort-controller": "4.0.1",
|
|
38
|
-
"remotion": "4.0.
|
|
38
|
+
"remotion": "4.0.400",
|
|
39
39
|
"zod": "3.22.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@remotion/bundler": "4.0.
|
|
42
|
+
"@remotion/bundler": "4.0.400",
|
|
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.400",
|
|
46
|
+
"@remotion/eslint-config-internal": "4.0.400",
|
|
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.400"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|