@remotion/lambda 3.0.0-lambda.335 → 3.0.0-lambda.337
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/api/render-media-on-lambda.d.ts +1 -1
- package/dist/api/render-media-on-lambda.d.ts.map +1 -1
- package/dist/api/render-media-on-lambda.js +0 -2
- package/dist/api/render-media-on-lambda.js.map +1 -1
- package/dist/api/render-still-on-lambda.d.ts.map +1 -1
- package/dist/api/render-still-on-lambda.js +0 -2
- package/dist/api/render-still-on-lambda.js.map +1 -1
- package/dist/functions/chunk-optimization/get-frame-ranges-from-profile.d.ts +4 -1
- package/dist/functions/chunk-optimization/get-frame-ranges-from-profile.d.ts.map +1 -1
- package/dist/functions/chunk-optimization/optimize-profile.d.ts +8 -2
- package/dist/functions/chunk-optimization/optimize-profile.d.ts.map +1 -1
- package/dist/functions/chunk-optimization/plan-frame-ranges.d.ts +4 -1
- package/dist/functions/chunk-optimization/plan-frame-ranges.d.ts.map +1 -1
- package/dist/functions/chunk-optimization/simulate-frame-ranges.d.ts +4 -1
- package/dist/functions/chunk-optimization/simulate-frame-ranges.d.ts.map +1 -1
- package/package.json +6 -6
- package/remotionlambda.zip +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChromiumOptions } from '@remotion/renderer';
|
|
1
|
+
import type { ChromiumOptions } from '@remotion/renderer';
|
|
2
2
|
import { FrameRange, ImageFormat, LogLevel, PixelFormat, ProResProfile } from 'remotion';
|
|
3
3
|
import { AwsRegion } from '../pricing/aws-regions';
|
|
4
4
|
import { Privacy } from '../shared/constants';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render-media-on-lambda.d.ts","sourceRoot":"","sources":["../../src/api/render-media-on-lambda.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"render-media-on-lambda.d.ts","sourceRoot":"","sources":["../../src/api/render-media-on-lambda.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,oBAAoB,CAAC;AACxD,OAAO,EACN,UAAU,EACV,WAAW,EAEX,QAAQ,EACR,WAAW,EACX,aAAa,EACb,MAAM,UAAU,CAAC;AAClB,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;AAEjD,OAAO,EAAiB,OAAO,EAAC,MAAM,qBAAqB,CAAC;AAK5D,oBAAY,wBAAwB,GAAG;IACtC,MAAM,EAAE,SAAS,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,UAAU,GAAG,KAAK,GAAG,KAAK,GAAG,KAAK,CAAC;IAC1C,WAAW,EAAE,WAAW,CAAC;IACzB,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,oBAAY,yBAAyB,GAAG;IACvC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;;;;;;;;;;;;;;;;GAkBG;AAEH,eAAO,MAAM,mBAAmB,0RAuB7B,wBAAwB,KAAG,QAAQ,yBAAyB,CAoC9D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,0RAzC7B,wBAAwB,KAAG,QAAQ,yBAAyB,CAyCT,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.renderVideoOnLambda = exports.renderMediaOnLambda = void 0;
|
|
4
|
-
const renderer_1 = require("@remotion/renderer");
|
|
5
4
|
const remotion_1 = require("remotion");
|
|
6
5
|
const call_lambda_1 = require("../shared/call-lambda");
|
|
7
6
|
const constants_1 = require("../shared/constants");
|
|
@@ -30,7 +29,6 @@ const validate_serveurl_1 = require("../shared/validate-serveurl");
|
|
|
30
29
|
const renderMediaOnLambda = async ({ functionName, serveUrl, inputProps, codec, imageFormat, crf, envVariables, pixelFormat, proResProfile, quality, region, maxRetries, composition, framesPerLambda, privacy, enableChunkOptimization, logLevel, frameRange, outName, timeoutInMilliseconds, chromiumOptions, scale, }) => {
|
|
31
30
|
(0, validate_serveurl_1.validateServeUrl)(serveUrl);
|
|
32
31
|
(0, validate_frames_per_lambda_1.validateFramesPerLambda)(framesPerLambda !== null && framesPerLambda !== void 0 ? framesPerLambda : null);
|
|
33
|
-
renderer_1.RenderInternals.validateScale(scale);
|
|
34
32
|
const realServeUrl = await (0, convert_to_serve_url_1.convertToServeUrl)(serveUrl, region);
|
|
35
33
|
const res = await (0, call_lambda_1.callLambda)({
|
|
36
34
|
functionName,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render-media-on-lambda.js","sourceRoot":"","sources":["../../src/api/render-media-on-lambda.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"render-media-on-lambda.js","sourceRoot":"","sources":["../../src/api/render-media-on-lambda.ts"],"names":[],"mappings":";;;AACA,uCAOkB;AAElB,uDAAiD;AACjD,mDAA4D;AAC5D,yEAAiE;AACjE,qFAA6E;AAC7E,mEAA6D;AAgC7D;;;;;;;;;;;;;;;;;;GAkBG;AAEI,MAAM,mBAAmB,GAAG,KAAK,EAAE,EACzC,YAAY,EACZ,QAAQ,EACR,UAAU,EACV,KAAK,EACL,WAAW,EACX,GAAG,EACH,YAAY,EACZ,WAAW,EACX,aAAa,EACb,OAAO,EACP,MAAM,EACN,UAAU,EACV,WAAW,EACX,eAAe,EACf,OAAO,EACP,uBAAuB,EACvB,QAAQ,EACR,UAAU,EACV,OAAO,EACP,qBAAqB,EACrB,eAAe,EACf,KAAK,GACqB,EAAsC,EAAE;IAClE,IAAA,oCAAgB,EAAC,QAAQ,CAAC,CAAC;IAC3B,IAAA,oDAAuB,EAAC,eAAe,aAAf,eAAe,cAAf,eAAe,GAAI,IAAI,CAAC,CAAC;IACjD,MAAM,YAAY,GAAG,MAAM,IAAA,wCAAiB,EAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;IAC/D,MAAM,GAAG,GAAG,MAAM,IAAA,wBAAU,EAAC;QAC5B,YAAY;QACZ,IAAI,EAAE,0BAAc,CAAC,KAAK;QAC1B,OAAO,EAAE;YACR,eAAe,EAAE,eAAe,aAAf,eAAe,cAAf,eAAe,GAAI,IAAI;YACxC,WAAW;YACX,QAAQ,EAAE,YAAY;YACtB,UAAU;YACV,KAAK;YACL,WAAW;YACX,GAAG;YACH,YAAY;YACZ,WAAW;YACX,aAAa;YACb,OAAO;YACP,UAAU;YACV,OAAO;YACP,uBAAuB;YACvB,QAAQ,EAAE,QAAQ,aAAR,QAAQ,cAAR,QAAQ,GAAI,oBAAS,CAAC,OAAO,CAAC,iBAAiB;YACzD,UAAU,EAAE,UAAU,aAAV,UAAU,cAAV,UAAU,GAAI,IAAI;YAC9B,OAAO,EAAE,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,IAAI;YACxB,qBAAqB,EACpB,qBAAqB,aAArB,qBAAqB,cAArB,qBAAqB,GAAI,oBAAS,CAAC,yBAAyB;YAC7D,eAAe,EAAE,eAAe,aAAf,eAAe,cAAf,eAAe,GAAI,EAAE;YACtC,KAAK,EAAE,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,CAAC;SACjB;QACD,MAAM;KACN,CAAC,CAAC;IACH,OAAO;QACN,QAAQ,EAAE,GAAG,CAAC,QAAQ;QACtB,UAAU,EAAE,GAAG,CAAC,UAAU;KAC1B,CAAC;AACH,CAAC,CAAC;AA3DW,QAAA,mBAAmB,uBA2D9B;AAEF;;GAEG;AACU,QAAA,mBAAmB,GAAG,2BAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render-still-on-lambda.d.ts","sourceRoot":"","sources":["../../src/api/render-still-on-lambda.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"render-still-on-lambda.d.ts","sourceRoot":"","sources":["../../src/api/render-still-on-lambda.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAY,QAAQ,EAAE,gBAAgB,EAAC,MAAM,UAAU,CAAC;AAC/D,OAAO,EAAC,SAAS,EAAC,MAAM,wBAAwB,CAAC;AAEjD,OAAO,EACN,SAAS,EAGT,MAAM,qBAAqB,CAAC;AAG7B,oBAAY,wBAAwB,GAAG;IACtC,MAAM,EAAE,SAAS,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,gBAAgB,CAAC;IAC9B,OAAO,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,oBAAY,yBAAyB,GAAG;IACvC,cAAc,EAAE,SAAS,CAAC;IAC1B,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;;;;;;;;;;;;;;GAeG;AAEH,eAAO,MAAM,mBAAmB,mMAiB7B,wBAAwB,KAAG,QAAQ,yBAAyB,CAgC9D,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.renderStillOnLambda = void 0;
|
|
4
|
-
const renderer_1 = require("@remotion/renderer");
|
|
5
4
|
const remotion_1 = require("remotion");
|
|
6
5
|
const call_lambda_1 = require("../shared/call-lambda");
|
|
7
6
|
const constants_1 = require("../shared/constants");
|
|
@@ -24,7 +23,6 @@ const convert_to_serve_url_1 = require("../shared/convert-to-serve-url");
|
|
|
24
23
|
*/
|
|
25
24
|
const renderStillOnLambda = async ({ functionName, serveUrl, inputProps, imageFormat, envVariables, quality, region, maxRetries, composition, privacy, frame, logLevel, outName, timeoutInMilliseconds, chromiumOptions, scale, }) => {
|
|
26
25
|
const realServeUrl = await (0, convert_to_serve_url_1.convertToServeUrl)(serveUrl, region);
|
|
27
|
-
renderer_1.RenderInternals.validateScale(scale);
|
|
28
26
|
const res = await (0, call_lambda_1.callLambda)({
|
|
29
27
|
functionName,
|
|
30
28
|
type: constants_1.LambdaRoutines.still,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render-still-on-lambda.js","sourceRoot":"","sources":["../../src/api/render-still-on-lambda.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"render-still-on-lambda.js","sourceRoot":"","sources":["../../src/api/render-still-on-lambda.ts"],"names":[],"mappings":";;;AACA,uCAA+D;AAE/D,uDAAiD;AACjD,mDAI6B;AAC7B,yEAAiE;AA6BjE;;;;;;;;;;;;;;;GAeG;AAEI,MAAM,mBAAmB,GAAG,KAAK,EAAE,EACzC,YAAY,EACZ,QAAQ,EACR,UAAU,EACV,WAAW,EACX,YAAY,EACZ,OAAO,EACP,MAAM,EACN,UAAU,EACV,WAAW,EACX,OAAO,EACP,KAAK,EACL,QAAQ,EACR,OAAO,EACP,qBAAqB,EACrB,eAAe,EACf,KAAK,GACqB,EAAsC,EAAE;IAClE,MAAM,YAAY,GAAG,MAAM,IAAA,wCAAiB,EAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;IAC/D,MAAM,GAAG,GAAG,MAAM,IAAA,wBAAU,EAAC;QAC5B,YAAY;QACZ,IAAI,EAAE,0BAAc,CAAC,KAAK;QAC1B,OAAO,EAAE;YACR,WAAW;YACX,QAAQ,EAAE,YAAY;YACtB,UAAU;YACV,WAAW;YACX,YAAY;YACZ,OAAO;YACP,UAAU,EAAE,UAAU,aAAV,UAAU,cAAV,UAAU,GAAI,+BAAmB;YAC7C,KAAK,EAAE,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,CAAC;YACjB,OAAO;YACP,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,QAAQ,aAAR,QAAQ,cAAR,QAAQ,GAAI,oBAAS,CAAC,OAAO,CAAC,iBAAiB;YACzD,OAAO,EAAE,OAAO,aAAP,OAAO,cAAP,OAAO,GAAI,IAAI;YACxB,qBAAqB,EACpB,qBAAqB,aAArB,qBAAqB,cAArB,qBAAqB,GAAI,oBAAS,CAAC,yBAAyB;YAC7D,eAAe,EAAE,eAAe,aAAf,eAAe,cAAf,eAAe,GAAI,EAAE;YACtC,KAAK,EAAE,KAAK,aAAL,KAAK,cAAL,KAAK,GAAI,CAAC;SACjB;QACD,MAAM;KACN,CAAC,CAAC;IACH,OAAO;QACN,cAAc,EAAE,GAAG,CAAC,cAAc;QAClC,GAAG,EAAE,GAAG,CAAC,MAAM;QACf,WAAW,EAAE,GAAG,CAAC,IAAI;QACrB,UAAU,EAAE,GAAG,CAAC,UAAU;QAC1B,QAAQ,EAAE,GAAG,CAAC,QAAQ;KACtB,CAAC;AACH,CAAC,CAAC;AAjDW,QAAA,mBAAmB,uBAiD9B"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { TimingProfile } from './types';
|
|
2
|
-
export declare const getFrameRangesFromProfile: (profile: TimingProfile) => [
|
|
2
|
+
export declare const getFrameRangesFromProfile: (profile: TimingProfile) => [
|
|
3
|
+
number,
|
|
4
|
+
number
|
|
5
|
+
][];
|
|
3
6
|
export declare const sortProfileByFrameRanges: (profile: TimingProfile) => import("./types").ChunkTimingData[];
|
|
4
7
|
//# sourceMappingURL=get-frame-ranges-from-profile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-frame-ranges-from-profile.d.ts","sourceRoot":"","sources":["../../../src/functions/chunk-optimization/get-frame-ranges-from-profile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AAEtC,eAAO,MAAM,yBAAyB,8BAEnC,
|
|
1
|
+
{"version":3,"file":"get-frame-ranges-from-profile.d.ts","sourceRoot":"","sources":["../../../src/functions/chunk-optimization/get-frame-ranges-from-profile.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AAEtC,eAAO,MAAM,yBAAyB,8BAEnC;IAAC,MAAM;IAAE,MAAM;CAAC,EAElB,CAAC;AAEF,eAAO,MAAM,wBAAwB,iEAEpC,CAAC"}
|
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
import { TimingProfile } from './types';
|
|
2
2
|
export declare const assignFrameToOther: ({ frameRanges, fromChunk, toChunk, framesToShift, }: {
|
|
3
|
-
frameRanges: [
|
|
3
|
+
frameRanges: [
|
|
4
|
+
number,
|
|
5
|
+
number
|
|
6
|
+
][];
|
|
4
7
|
fromChunk: number;
|
|
5
8
|
toChunk: number;
|
|
6
9
|
framesToShift: number;
|
|
7
|
-
}) => [
|
|
10
|
+
}) => [
|
|
11
|
+
number,
|
|
12
|
+
number
|
|
13
|
+
][];
|
|
8
14
|
export declare const optimizeProfile: (_profile: TimingProfile) => TimingProfile;
|
|
9
15
|
export declare const optimizeProfileRecursively: (profile: TimingProfile, amount: number) => TimingProfile;
|
|
10
16
|
//# sourceMappingURL=optimize-profile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"optimize-profile.d.ts","sourceRoot":"","sources":["../../../src/functions/chunk-optimization/optimize-profile.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AAEtC,eAAO,MAAM,kBAAkB;iBAMjB,
|
|
1
|
+
{"version":3,"file":"optimize-profile.d.ts","sourceRoot":"","sources":["../../../src/functions/chunk-optimization/optimize-profile.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,aAAa,EAAC,MAAM,SAAS,CAAC;AAEtC,eAAO,MAAM,kBAAkB;iBAMjB;QAAC,MAAM;QAAE,MAAM;KAAC,EAAE;eACpB,MAAM;aACR,MAAM;mBACA,MAAM;MAClB;IAAC,MAAM;IAAE,MAAM;CAAC,EAkCnB,CAAC;AAEF,eAAO,MAAM,eAAe,4CAsC3B,CAAC;AAEF,eAAO,MAAM,0BAA0B,mCAE9B,MAAM,kBAQd,CAAC"}
|
|
@@ -6,7 +6,10 @@ export declare const planFrameRanges: ({ chunkCount, framesPerLambda, optimizati
|
|
|
6
6
|
shouldUseOptimization: boolean;
|
|
7
7
|
frameRange: [number, number];
|
|
8
8
|
}) => {
|
|
9
|
-
chunks: [
|
|
9
|
+
chunks: [
|
|
10
|
+
number,
|
|
11
|
+
number
|
|
12
|
+
][];
|
|
10
13
|
didUseOptimization: boolean;
|
|
11
14
|
};
|
|
12
15
|
//# sourceMappingURL=plan-frame-ranges.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plan-frame-ranges.d.ts","sourceRoot":"","sources":["../../../src/functions/chunk-optimization/plan-frame-ranges.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAC;AAE5C,eAAO,MAAM,eAAe;gBAOf,MAAM;qBACD,MAAM;kBACT,mBAAmB,GAAG,IAAI;2BACjB,OAAO;gBAClB,CAAC,MAAM,EAAE,MAAM,CAAC;MACzB;IAAC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"plan-frame-ranges.d.ts","sourceRoot":"","sources":["../../../src/functions/chunk-optimization/plan-frame-ranges.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAC;AAE5C,eAAO,MAAM,eAAe;gBAOf,MAAM;qBACD,MAAM;kBACT,mBAAmB,GAAG,IAAI;2BACjB,OAAO;gBAClB,CAAC,MAAM,EAAE,MAAM,CAAC;MACzB;IAAC,MAAM,EAAE;QAAC,MAAM;QAAE,MAAM;KAAC,EAAE,CAAC;IAAC,kBAAkB,EAAE,OAAO,CAAA;CA0B3D,CAAC"}
|
|
@@ -3,6 +3,9 @@ export declare const getTimingForFrame: (profile: TimingProfile, frame: number)
|
|
|
3
3
|
export declare const getSimulatedTimingForFrameRange: (profile: TimingProfile, frameRange: [number, number]) => ChunkTimingData['timings'];
|
|
4
4
|
export declare const simulateFrameRanges: ({ profile, newFrameRanges, }: {
|
|
5
5
|
profile: TimingProfile;
|
|
6
|
-
newFrameRanges: [
|
|
6
|
+
newFrameRanges: [
|
|
7
|
+
number,
|
|
8
|
+
number
|
|
9
|
+
][];
|
|
7
10
|
}) => TimingProfile;
|
|
8
11
|
//# sourceMappingURL=simulate-frame-ranges.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"simulate-frame-ranges.d.ts","sourceRoot":"","sources":["../../../src/functions/chunk-optimization/simulate-frame-ranges.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAE,aAAa,EAAC,MAAM,SAAS,CAAC;AAEvD,eAAO,MAAM,iBAAiB,kCAAmC,MAAM,WAoBtE,CAAC;AAEF,eAAO,MAAM,+BAA+B,uCAE/B,CAAC,MAAM,EAAE,MAAM,CAAC,KAC1B,eAAe,CAAC,SAAS,CAW3B,CAAC;AAEF,eAAO,MAAM,mBAAmB;;oBAKf,
|
|
1
|
+
{"version":3,"file":"simulate-frame-ranges.d.ts","sourceRoot":"","sources":["../../../src/functions/chunk-optimization/simulate-frame-ranges.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAE,aAAa,EAAC,MAAM,SAAS,CAAC;AAEvD,eAAO,MAAM,iBAAiB,kCAAmC,MAAM,WAoBtE,CAAC;AAEF,eAAO,MAAM,+BAA+B,uCAE/B,CAAC,MAAM,EAAE,MAAM,CAAC,KAC1B,eAAe,CAAC,SAAS,CAW3B,CAAC;AAEF,eAAO,MAAM,mBAAmB;;oBAKf;QAAC,MAAM;QAAE,MAAM;KAAC,EAAE;mBAclC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/lambda",
|
|
3
|
-
"version": "3.0.0-lambda.
|
|
3
|
+
"version": "3.0.0-lambda.337+bde12456c",
|
|
4
4
|
"description": "Utility functions for audio and video",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"@aws-sdk/client-s3": "3.42.0",
|
|
30
30
|
"@aws-sdk/lib-storage": "3.42.0",
|
|
31
31
|
"@aws-sdk/s3-request-presigner": "3.42.0",
|
|
32
|
-
"@remotion/bundler": "3.0.0-lambda.
|
|
33
|
-
"@remotion/cli": "3.0.0-lambda.
|
|
34
|
-
"@remotion/renderer": "3.0.0-lambda.
|
|
32
|
+
"@remotion/bundler": "3.0.0-lambda.337+bde12456c",
|
|
33
|
+
"@remotion/cli": "3.0.0-lambda.337+bde12456c",
|
|
34
|
+
"@remotion/renderer": "3.0.0-lambda.337+bde12456c",
|
|
35
35
|
"aws-policies": "^1.0.1",
|
|
36
36
|
"dotenv": "^10.0.0",
|
|
37
37
|
"minimist": "^1.2.5",
|
|
38
38
|
"p-limit": "^3.1.0",
|
|
39
|
-
"remotion": "3.0.0-lambda.
|
|
39
|
+
"remotion": "3.0.0-lambda.337+bde12456c"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": "^17.0.1",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "bde12456c36dc1ab7995edb612cd1aeb7d8fd485"
|
|
64
64
|
}
|
package/remotionlambda.zip
CHANGED
|
Binary file
|