@remotion/renderer 4.0.121 → 4.0.122
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/call-ffmpeg.d.ts +0 -1
- package/dist/call-ffmpeg.js +3 -7
- package/dist/check-apple-silicon.d.ts +1 -3
- package/dist/check-apple-silicon.js +2 -32
- package/dist/client.d.ts +49 -49
- package/dist/compositor/compose.js +2 -4
- package/dist/compositor/compositor.js +2 -4
- package/dist/compositor/make-file-executable.d.ts +1 -0
- package/dist/compositor/make-file-executable.js +14 -0
- package/dist/create-audio.d.ts +2 -1
- package/dist/create-audio.js +5 -2
- package/dist/does-have-m2-bug.d.ts +3 -0
- package/dist/does-have-m2-bug.js +12 -0
- package/dist/get-silent-parts.d.ts +1 -1
- package/dist/index.d.ts +27 -28
- package/dist/index.js +2 -0
- package/dist/options/for-seamless-aac-concatenation.d.ts +19 -0
- package/dist/options/for-seamless-aac-concatenation.js +40 -0
- package/dist/options/gl.d.ts +3 -3
- package/dist/options/index.d.ts +10 -10
- package/dist/options/log-level.d.ts +2 -2
- package/dist/options/options-map.d.ts +39 -39
- package/dist/options/prores-profile.d.ts +0 -0
- package/dist/options/prores-profile.js +1 -0
- package/dist/options/webhook-custom-data.d.ts +1 -1
- package/dist/options/x264-preset.d.ts +2 -2
- package/dist/provide-screenshot.d.ts +1 -0
- package/dist/puppeteer-screenshot.d.ts +1 -0
- package/dist/screenshot-dom-element.d.ts +1 -0
- package/dist/screenshot-task.d.ts +1 -0
- package/dist/stitch-frames-to-video.d.ts +0 -1
- package/dist/take-frame-and-compose.d.ts +1 -0
- package/dist/x264-preset.d.ts +15 -0
- package/dist/x264-preset.js +26 -1
- package/package.json +9 -9
- package/dist/can-concatenate-seamlessly.d.ts +0 -3
- package/dist/can-concatenate-seamlessly.js +0 -7
- package/dist/should-seamless.d.ts +0 -3
- package/dist/should-seamless.js +0 -7
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
/// <reference types="node" />
|
|
3
1
|
import execa from 'execa';
|
|
4
2
|
import { HeadlessBrowser } from './browser/Browser';
|
|
5
3
|
import { SymbolicateableError } from './error-handling/symbolicateable-error';
|
|
@@ -47,7 +45,7 @@ export { validateOutputFilename } from './validate-output-filename';
|
|
|
47
45
|
export declare const RenderInternals: {
|
|
48
46
|
ensureLocalBrowser: ({ indent, logLevel, preferredBrowserExecutable, }: {
|
|
49
47
|
preferredBrowserExecutable: import("./browser-executable").BrowserExecutable;
|
|
50
|
-
logLevel: "
|
|
48
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
51
49
|
indent: boolean;
|
|
52
50
|
}) => Promise<void>;
|
|
53
51
|
getActualConcurrency: (userPreference: string | number | null) => number;
|
|
@@ -56,7 +54,7 @@ export declare const RenderInternals: {
|
|
|
56
54
|
downloadMap: import("./assets/download-map").DownloadMap;
|
|
57
55
|
remotionRoot: string;
|
|
58
56
|
concurrency: number;
|
|
59
|
-
logLevel: "
|
|
57
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
60
58
|
indent: boolean;
|
|
61
59
|
offthreadVideoCacheSizeInBytes: number | null;
|
|
62
60
|
binariesDirectory: string | null;
|
|
@@ -87,7 +85,7 @@ export declare const RenderInternals: {
|
|
|
87
85
|
downloaded: number;
|
|
88
86
|
totalSize: number | null;
|
|
89
87
|
}) => void) | undefined;
|
|
90
|
-
logLevel: "
|
|
88
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
91
89
|
indent: boolean;
|
|
92
90
|
}, retries?: number, attempt?: number) => Promise<{
|
|
93
91
|
sizeInBytes: number;
|
|
@@ -140,8 +138,8 @@ export declare const RenderInternals: {
|
|
|
140
138
|
validPixelFormats: readonly ["yuv420p", "yuva420p", "yuv422p", "yuv444p", "yuv420p10le", "yuv422p10le", "yuv444p10le", "yuva444p10le"];
|
|
141
139
|
DEFAULT_BROWSER: "chrome";
|
|
142
140
|
validateFrameRange: (frameRange: import("./frame-range").FrameRange | null) => void;
|
|
143
|
-
DEFAULT_OPENGL_RENDERER: "
|
|
144
|
-
validateOpenGlRenderer: (option: unknown) => "
|
|
141
|
+
DEFAULT_OPENGL_RENDERER: "swangle" | "angle" | "egl" | "swiftshader" | "vulkan" | "angle-egl" | null;
|
|
142
|
+
validateOpenGlRenderer: (option: unknown) => "swangle" | "angle" | "egl" | "swiftshader" | "vulkan" | "angle-egl" | null;
|
|
145
143
|
validCodecs: readonly ["h264", "h265", "vp8", "vp9", "mp3", "aac", "wav", "prores", "h264-mkv", "gif"];
|
|
146
144
|
DEFAULT_PIXEL_FORMAT: "yuv420p" | "yuva420p" | "yuv422p" | "yuv444p" | "yuv420p10le" | "yuv422p10le" | "yuv444p10le" | "yuva444p10le";
|
|
147
145
|
validateJpegQuality: (q: unknown) => void;
|
|
@@ -149,7 +147,7 @@ export declare const RenderInternals: {
|
|
|
149
147
|
DEFAULT_CODEC: "h264" | "h265" | "vp8" | "vp9" | "mp3" | "aac" | "wav" | "prores" | "h264-mkv" | "gif";
|
|
150
148
|
isAudioCodec: (codec: "h264" | "h265" | "vp8" | "vp9" | "mp3" | "aac" | "wav" | "prores" | "h264-mkv" | "gif" | null | undefined) => boolean;
|
|
151
149
|
logLevels: readonly ["verbose", "info", "warn", "error"];
|
|
152
|
-
isEqualOrBelowLogLevel: (currentLevel: "
|
|
150
|
+
isEqualOrBelowLogLevel: (currentLevel: "verbose" | "info" | "warn" | "error", level: "verbose" | "info" | "warn" | "error") => boolean;
|
|
153
151
|
isValidLogLevel: (level: string) => boolean;
|
|
154
152
|
perf: typeof perf;
|
|
155
153
|
convertToPositiveFrameIndex: ({ frame, durationInFrames, }: {
|
|
@@ -170,7 +168,7 @@ export declare const RenderInternals: {
|
|
|
170
168
|
audioCodec: "mp3" | "aac" | "pcm-16" | "opus" | null;
|
|
171
169
|
audioBitrate: string | null;
|
|
172
170
|
indent: boolean;
|
|
173
|
-
logLevel: "
|
|
171
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
174
172
|
binariesDirectory: string | null;
|
|
175
173
|
}) => Promise<void>;
|
|
176
174
|
getMinConcurrency: () => number;
|
|
@@ -320,21 +318,21 @@ export declare const RenderInternals: {
|
|
|
320
318
|
getExecutablePath: ({ indent, logLevel, type, binariesDirectory, }: {
|
|
321
319
|
type: "compositor" | "ffmpeg" | "ffprobe";
|
|
322
320
|
indent: boolean;
|
|
323
|
-
logLevel: "
|
|
321
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
324
322
|
binariesDirectory: string | null;
|
|
325
323
|
}) => string;
|
|
326
324
|
callFf: ({ args, bin, indent, logLevel, options, binariesDirectory, }: {
|
|
327
325
|
bin: "ffmpeg" | "ffprobe";
|
|
328
326
|
args: (string | null)[];
|
|
329
327
|
indent: boolean;
|
|
330
|
-
logLevel: "
|
|
328
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
331
329
|
binariesDirectory: string | null;
|
|
332
330
|
options?: execa.Options<string> | undefined;
|
|
333
331
|
}) => execa.ExecaChildProcess<string>;
|
|
334
332
|
validStillImageFormats: readonly ["png", "jpeg", "pdf", "webp"];
|
|
335
333
|
validVideoImageFormats: readonly ["png", "jpeg", "none"];
|
|
336
|
-
DEFAULT_STILL_IMAGE_FORMAT: "
|
|
337
|
-
DEFAULT_VIDEO_IMAGE_FORMAT: "
|
|
334
|
+
DEFAULT_STILL_IMAGE_FORMAT: "png" | "jpeg" | "pdf" | "webp";
|
|
335
|
+
DEFAULT_VIDEO_IMAGE_FORMAT: "png" | "jpeg" | "none";
|
|
338
336
|
DEFAULT_JPEG_QUALITY: number;
|
|
339
337
|
chalk: {
|
|
340
338
|
enabled: () => boolean;
|
|
@@ -404,7 +402,7 @@ export declare const RenderInternals: {
|
|
|
404
402
|
port: number | null;
|
|
405
403
|
remotionRoot: string;
|
|
406
404
|
concurrency: number;
|
|
407
|
-
logLevel: "
|
|
405
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
408
406
|
indent: boolean;
|
|
409
407
|
offthreadVideoCacheSizeInBytes: number | null;
|
|
410
408
|
binariesDirectory: string | null;
|
|
@@ -414,7 +412,7 @@ export declare const RenderInternals: {
|
|
|
414
412
|
port: number | null;
|
|
415
413
|
remotionRoot: string;
|
|
416
414
|
concurrency: number;
|
|
417
|
-
logLevel: "
|
|
415
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
418
416
|
indent: boolean;
|
|
419
417
|
offthreadVideoCacheSizeInBytes: number | null;
|
|
420
418
|
binariesDirectory: string | null;
|
|
@@ -431,7 +429,7 @@ export declare const RenderInternals: {
|
|
|
431
429
|
frame: number;
|
|
432
430
|
serializedInputPropsWithCustomSchema: string;
|
|
433
431
|
serializedResolvedPropsWithCustomSchema: string;
|
|
434
|
-
imageFormat: "
|
|
432
|
+
imageFormat: "png" | "jpeg" | "pdf" | "webp";
|
|
435
433
|
jpegQuality: number;
|
|
436
434
|
puppeteerInstance: HeadlessBrowser | null;
|
|
437
435
|
envVariables: Record<string, string>;
|
|
@@ -490,11 +488,11 @@ export declare const RenderInternals: {
|
|
|
490
488
|
getValue: ({ commandLine }: {
|
|
491
489
|
commandLine: Record<string, unknown>;
|
|
492
490
|
}) => {
|
|
493
|
-
value: "
|
|
491
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
494
492
|
source: string;
|
|
495
493
|
};
|
|
496
|
-
setConfig: (newLogLevel: "
|
|
497
|
-
type: "
|
|
494
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
495
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
498
496
|
};
|
|
499
497
|
readonly timeoutInMilliseconds: {
|
|
500
498
|
name: string;
|
|
@@ -536,7 +534,7 @@ export declare const RenderInternals: {
|
|
|
536
534
|
viewport: import("./browser/PuppeteerViewport").Viewport | null;
|
|
537
535
|
indent: boolean;
|
|
538
536
|
browser: "chrome";
|
|
539
|
-
logLevel: "
|
|
537
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
540
538
|
}) => Promise<HeadlessBrowser>;
|
|
541
539
|
internalSelectComposition: (options: {
|
|
542
540
|
serializedInputPropsWithCustomSchema: string;
|
|
@@ -578,11 +576,11 @@ export declare const RenderInternals: {
|
|
|
578
576
|
getValue: ({ commandLine }: {
|
|
579
577
|
commandLine: Record<string, unknown>;
|
|
580
578
|
}) => {
|
|
581
|
-
value: "
|
|
579
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
582
580
|
source: string;
|
|
583
581
|
};
|
|
584
|
-
setConfig: (newLogLevel: "
|
|
585
|
-
type: "
|
|
582
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
583
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
586
584
|
};
|
|
587
585
|
readonly timeoutInMilliseconds: {
|
|
588
586
|
name: string;
|
|
@@ -657,11 +655,11 @@ export declare const RenderInternals: {
|
|
|
657
655
|
getValue: ({ commandLine }: {
|
|
658
656
|
commandLine: Record<string, unknown>;
|
|
659
657
|
}) => {
|
|
660
|
-
value: "
|
|
658
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
661
659
|
source: string;
|
|
662
660
|
};
|
|
663
|
-
setConfig: (newLogLevel: "
|
|
664
|
-
type: "
|
|
661
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
662
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
665
663
|
};
|
|
666
664
|
readonly timeoutInMilliseconds: {
|
|
667
665
|
name: string;
|
|
@@ -700,12 +698,12 @@ export declare const RenderInternals: {
|
|
|
700
698
|
slowestFrames: import("./render-media").SlowFrame[];
|
|
701
699
|
}>;
|
|
702
700
|
validOpenGlRenderers: readonly ["swangle", "angle", "egl", "swiftshader", "vulkan", "angle-egl"];
|
|
703
|
-
copyImageToClipboard: (src: string, logLevel: "
|
|
701
|
+
copyImageToClipboard: (src: string, logLevel: "verbose" | "info" | "warn" | "error", binariesDirectory: string | null) => Promise<void>;
|
|
704
702
|
isIpV6Supported: (flattened: import("os").NetworkInterfaceInfo[]) => boolean;
|
|
705
703
|
getChromiumGpuInformation: ({ browserExecutable, indent, logLevel, chromiumOptions, timeoutInMilliseconds, }: {
|
|
706
704
|
browserExecutable: import("./browser-executable").BrowserExecutable;
|
|
707
705
|
indent: boolean;
|
|
708
|
-
logLevel: "
|
|
706
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
709
707
|
chromiumOptions: import("./open-browser").ChromiumOptions;
|
|
710
708
|
timeoutInMilliseconds: number;
|
|
711
709
|
}) => Promise<{
|
|
@@ -717,4 +715,5 @@ export declare const RenderInternals: {
|
|
|
717
715
|
hostsToTry: string[];
|
|
718
716
|
};
|
|
719
717
|
makeDownloadMap: () => import("./assets/download-map").DownloadMap;
|
|
718
|
+
makeFileExecutableIfItIsNot: (path: string) => void;
|
|
720
719
|
};
|
package/dist/index.js
CHANGED
|
@@ -111,6 +111,7 @@ Object.defineProperty(exports, "stitchFramesToVideo", { enumerable: true, get: f
|
|
|
111
111
|
var validate_output_filename_1 = require("./validate-output-filename");
|
|
112
112
|
Object.defineProperty(exports, "validateOutputFilename", { enumerable: true, get: function () { return validate_output_filename_1.validateOutputFilename; } });
|
|
113
113
|
const download_map_1 = require("./assets/download-map");
|
|
114
|
+
const make_file_executable_1 = require("./compositor/make-file-executable");
|
|
114
115
|
const validate_puppeteer_timeout_1 = require("./validate-puppeteer-timeout");
|
|
115
116
|
const validate_videobitrate_1 = require("./validate-videobitrate");
|
|
116
117
|
const wait_for_symbolication_error_to_be_done_1 = require("./wait-for-symbolication-error-to-be-done");
|
|
@@ -195,6 +196,7 @@ exports.RenderInternals = {
|
|
|
195
196
|
getChromiumGpuInformation: test_gpu_1.getChromiumGpuInformation,
|
|
196
197
|
getPortConfig: port_config_1.getPortConfig,
|
|
197
198
|
makeDownloadMap: download_map_1.makeDownloadMap,
|
|
199
|
+
makeFileExecutableIfItIsNot: make_file_executable_1.makeFileExecutableIfItIsNot,
|
|
198
200
|
};
|
|
199
201
|
// Warn of potential performance issues with Apple Silicon (M1 chip under Rosetta)
|
|
200
202
|
(0, check_version_requirements_1.checkNodeVersionAndWarnAboutRosetta)('info', false);
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export declare const getForSeamlessAacConcatenation: () => boolean;
|
|
2
|
+
export declare const forSeamlessAacConcatenationOption: {
|
|
3
|
+
name: string;
|
|
4
|
+
cliFlag: "for-seamless-aac-concatenation";
|
|
5
|
+
description: () => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
docLink: string;
|
|
7
|
+
getValue: ({ commandLine }: {
|
|
8
|
+
commandLine: Record<string, unknown>;
|
|
9
|
+
}) => {
|
|
10
|
+
source: string;
|
|
11
|
+
value: true;
|
|
12
|
+
} | {
|
|
13
|
+
source: string;
|
|
14
|
+
value: false;
|
|
15
|
+
};
|
|
16
|
+
setConfig: (value: boolean) => void;
|
|
17
|
+
ssrName: string;
|
|
18
|
+
type: boolean;
|
|
19
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.forSeamlessAacConcatenationOption = exports.getForSeamlessAacConcatenation = void 0;
|
|
4
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
+
const DEFAULT = false;
|
|
6
|
+
let forSeamlessAacConcatenation = DEFAULT;
|
|
7
|
+
const getForSeamlessAacConcatenation = () => {
|
|
8
|
+
return forSeamlessAacConcatenation;
|
|
9
|
+
};
|
|
10
|
+
exports.getForSeamlessAacConcatenation = getForSeamlessAacConcatenation;
|
|
11
|
+
const cliFlag = 'for-seamless-aac-concatenation';
|
|
12
|
+
exports.forSeamlessAacConcatenationOption = {
|
|
13
|
+
name: 'For seamless AAC concatenation',
|
|
14
|
+
cliFlag,
|
|
15
|
+
description: () => ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: "If enabled, the audio is trimmed to the nearest AAC frame, which is required for seamless concatenation of AAC files. This is a requirement if you later want to combine multiple video snippets seamlessly." })),
|
|
16
|
+
docLink: 'https://remotion.dev/docs/renderer',
|
|
17
|
+
getValue: ({ commandLine }) => {
|
|
18
|
+
if (commandLine[cliFlag]) {
|
|
19
|
+
return {
|
|
20
|
+
source: 'cli',
|
|
21
|
+
value: true,
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
if (forSeamlessAacConcatenation !== DEFAULT) {
|
|
25
|
+
return {
|
|
26
|
+
source: 'config',
|
|
27
|
+
value: forSeamlessAacConcatenation,
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
return {
|
|
31
|
+
source: 'default',
|
|
32
|
+
value: DEFAULT,
|
|
33
|
+
};
|
|
34
|
+
},
|
|
35
|
+
setConfig: (value) => {
|
|
36
|
+
forSeamlessAacConcatenation = value;
|
|
37
|
+
},
|
|
38
|
+
ssrName: 'forSeamlessAacConcatenation',
|
|
39
|
+
type: false,
|
|
40
|
+
};
|
package/dist/options/gl.d.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export declare const validOpenGlRenderers: readonly ["swangle", "angle", "egl", "swiftshader", "vulkan", "angle-egl"];
|
|
2
2
|
export type OpenGlRenderer = (typeof validOpenGlRenderers)[number];
|
|
3
3
|
export declare const DEFAULT_OPENGL_RENDERER: OpenGlRenderer | null;
|
|
4
|
-
export declare const getChromiumOpenGlRenderer: () => "
|
|
4
|
+
export declare const getChromiumOpenGlRenderer: () => "swangle" | "angle" | "egl" | "swiftshader" | "vulkan" | "angle-egl" | null;
|
|
5
5
|
export declare const setChromiumOpenGlRenderer: (renderer: OpenGlRenderer) => void;
|
|
6
6
|
export declare const glOption: {
|
|
7
7
|
cliFlag: "gl";
|
|
8
8
|
docLink: string;
|
|
9
9
|
name: string;
|
|
10
|
-
type: "
|
|
10
|
+
type: "swangle" | "angle" | "egl" | "swiftshader" | "vulkan" | "angle-egl" | null;
|
|
11
11
|
ssrName: string;
|
|
12
12
|
description: () => import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
getValue: ({ commandLine }: {
|
|
14
14
|
commandLine: Record<string, unknown>;
|
|
15
15
|
}) => {
|
|
16
|
-
value: "
|
|
16
|
+
value: "swangle" | "angle" | "egl" | "swiftshader" | "vulkan" | "angle-egl";
|
|
17
17
|
source: string;
|
|
18
18
|
} | {
|
|
19
19
|
value: null;
|
package/dist/options/index.d.ts
CHANGED
|
@@ -150,7 +150,7 @@ export declare const allOptions: {
|
|
|
150
150
|
webhookCustomDataOption: {
|
|
151
151
|
name: string;
|
|
152
152
|
cliFlag: "webhook-custom-data";
|
|
153
|
-
description: (type: "
|
|
153
|
+
description: (type: "cli" | "ssr") => import("react/jsx-runtime").JSX.Element;
|
|
154
154
|
ssrName: "customData";
|
|
155
155
|
docLink: string;
|
|
156
156
|
type: Record<string, unknown> | null;
|
|
@@ -224,19 +224,19 @@ export declare const allOptions: {
|
|
|
224
224
|
cliFlag: "gl";
|
|
225
225
|
docLink: string;
|
|
226
226
|
name: string;
|
|
227
|
-
type: "
|
|
227
|
+
type: "swangle" | "angle" | "egl" | "swiftshader" | "vulkan" | "angle-egl" | null;
|
|
228
228
|
ssrName: string;
|
|
229
229
|
description: () => import("react/jsx-runtime").JSX.Element;
|
|
230
230
|
getValue: ({ commandLine }: {
|
|
231
231
|
commandLine: Record<string, unknown>;
|
|
232
232
|
}) => {
|
|
233
|
-
value: "
|
|
233
|
+
value: "swangle" | "angle" | "egl" | "swiftshader" | "vulkan" | "angle-egl";
|
|
234
234
|
source: string;
|
|
235
235
|
} | {
|
|
236
236
|
value: null;
|
|
237
237
|
source: string;
|
|
238
238
|
};
|
|
239
|
-
setConfig: (value: "
|
|
239
|
+
setConfig: (value: "swangle" | "angle" | "egl" | "swiftshader" | "vulkan" | "angle-egl" | null) => void;
|
|
240
240
|
};
|
|
241
241
|
enableLambdaInsights: {
|
|
242
242
|
name: string;
|
|
@@ -343,17 +343,17 @@ export declare const allOptions: {
|
|
|
343
343
|
description: () => import("react/jsx-runtime").JSX.Element;
|
|
344
344
|
ssrName: "x264Preset";
|
|
345
345
|
docLink: string;
|
|
346
|
-
type: "
|
|
346
|
+
type: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo" | null;
|
|
347
347
|
getValue: ({ commandLine }: {
|
|
348
348
|
commandLine: Record<string, unknown>;
|
|
349
349
|
}) => {
|
|
350
|
-
value: "
|
|
350
|
+
value: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo";
|
|
351
351
|
source: string;
|
|
352
352
|
} | {
|
|
353
353
|
value: null;
|
|
354
354
|
source: string;
|
|
355
355
|
};
|
|
356
|
-
setConfig: (profile: "
|
|
356
|
+
setConfig: (profile: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo" | null) => void;
|
|
357
357
|
};
|
|
358
358
|
logLevelOption: {
|
|
359
359
|
cliFlag: "log";
|
|
@@ -364,11 +364,11 @@ export declare const allOptions: {
|
|
|
364
364
|
getValue: ({ commandLine }: {
|
|
365
365
|
commandLine: Record<string, unknown>;
|
|
366
366
|
}) => {
|
|
367
|
-
value: "
|
|
367
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
368
368
|
source: string;
|
|
369
369
|
};
|
|
370
|
-
setConfig: (newLogLevel: "
|
|
371
|
-
type: "
|
|
370
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
371
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
372
372
|
};
|
|
373
373
|
delayRenderTimeoutInMillisecondsOption: {
|
|
374
374
|
name: string;
|
|
@@ -8,9 +8,9 @@ export declare const logLevelOption: {
|
|
|
8
8
|
getValue: ({ commandLine }: {
|
|
9
9
|
commandLine: Record<string, unknown>;
|
|
10
10
|
}) => {
|
|
11
|
-
value: "
|
|
11
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
12
12
|
source: string;
|
|
13
13
|
};
|
|
14
14
|
setConfig: (newLogLevel: LogLevel) => void;
|
|
15
|
-
type: "
|
|
15
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
16
16
|
};
|
|
@@ -72,17 +72,17 @@ export declare const optionsMap: {
|
|
|
72
72
|
description: () => import("react/jsx-runtime").JSX.Element;
|
|
73
73
|
ssrName: "x264Preset";
|
|
74
74
|
docLink: string;
|
|
75
|
-
type: "
|
|
75
|
+
type: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo" | null;
|
|
76
76
|
getValue: ({ commandLine }: {
|
|
77
77
|
commandLine: Record<string, unknown>;
|
|
78
78
|
}) => {
|
|
79
|
-
value: "
|
|
79
|
+
value: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo";
|
|
80
80
|
source: string;
|
|
81
81
|
} | {
|
|
82
82
|
value: null;
|
|
83
83
|
source: string;
|
|
84
84
|
};
|
|
85
|
-
setConfig: (profile: "
|
|
85
|
+
setConfig: (profile: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo" | null) => void;
|
|
86
86
|
};
|
|
87
87
|
readonly audioBitrate: {
|
|
88
88
|
name: string;
|
|
@@ -213,11 +213,11 @@ export declare const optionsMap: {
|
|
|
213
213
|
getValue: ({ commandLine }: {
|
|
214
214
|
commandLine: Record<string, unknown>;
|
|
215
215
|
}) => {
|
|
216
|
-
value: "
|
|
216
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
217
217
|
source: string;
|
|
218
218
|
};
|
|
219
|
-
setConfig: (newLogLevel: "
|
|
220
|
-
type: "
|
|
219
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
220
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
221
221
|
};
|
|
222
222
|
readonly timeoutInMilliseconds: {
|
|
223
223
|
name: string;
|
|
@@ -293,11 +293,11 @@ export declare const optionsMap: {
|
|
|
293
293
|
getValue: ({ commandLine }: {
|
|
294
294
|
commandLine: Record<string, unknown>;
|
|
295
295
|
}) => {
|
|
296
|
-
value: "
|
|
296
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
297
297
|
source: string;
|
|
298
298
|
};
|
|
299
|
-
setConfig: (newLogLevel: "
|
|
300
|
-
type: "
|
|
299
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
300
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
301
301
|
};
|
|
302
302
|
readonly timeoutInMilliseconds: {
|
|
303
303
|
name: string;
|
|
@@ -358,11 +358,11 @@ export declare const optionsMap: {
|
|
|
358
358
|
getValue: ({ commandLine }: {
|
|
359
359
|
commandLine: Record<string, unknown>;
|
|
360
360
|
}) => {
|
|
361
|
-
value: "
|
|
361
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
362
362
|
source: string;
|
|
363
363
|
};
|
|
364
|
-
setConfig: (newLogLevel: "
|
|
365
|
-
type: "
|
|
364
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
365
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
366
366
|
};
|
|
367
367
|
readonly timeoutInMilliseconds: {
|
|
368
368
|
name: string;
|
|
@@ -423,11 +423,11 @@ export declare const optionsMap: {
|
|
|
423
423
|
getValue: ({ commandLine }: {
|
|
424
424
|
commandLine: Record<string, unknown>;
|
|
425
425
|
}) => {
|
|
426
|
-
value: "
|
|
426
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
427
427
|
source: string;
|
|
428
428
|
};
|
|
429
|
-
setConfig: (newLogLevel: "
|
|
430
|
-
type: "
|
|
429
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
430
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
431
431
|
};
|
|
432
432
|
readonly timeoutInMilliseconds: {
|
|
433
433
|
name: string;
|
|
@@ -503,11 +503,11 @@ export declare const optionsMap: {
|
|
|
503
503
|
getValue: ({ commandLine }: {
|
|
504
504
|
commandLine: Record<string, unknown>;
|
|
505
505
|
}) => {
|
|
506
|
-
value: "
|
|
506
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
507
507
|
source: string;
|
|
508
508
|
};
|
|
509
|
-
setConfig: (newLogLevel: "
|
|
510
|
-
type: "
|
|
509
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
510
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
511
511
|
};
|
|
512
512
|
readonly timeoutInMilliseconds: {
|
|
513
513
|
name: string;
|
|
@@ -634,17 +634,17 @@ export declare const optionsMap: {
|
|
|
634
634
|
description: () => import("react/jsx-runtime").JSX.Element;
|
|
635
635
|
ssrName: "x264Preset";
|
|
636
636
|
docLink: string;
|
|
637
|
-
type: "
|
|
637
|
+
type: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo" | null;
|
|
638
638
|
getValue: ({ commandLine }: {
|
|
639
639
|
commandLine: Record<string, unknown>;
|
|
640
640
|
}) => {
|
|
641
|
-
value: "
|
|
641
|
+
value: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo";
|
|
642
642
|
source: string;
|
|
643
643
|
} | {
|
|
644
644
|
value: null;
|
|
645
645
|
source: string;
|
|
646
646
|
};
|
|
647
|
-
setConfig: (profile: "
|
|
647
|
+
setConfig: (profile: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo" | null) => void;
|
|
648
648
|
};
|
|
649
649
|
readonly encodingMaxRate: {
|
|
650
650
|
name: string;
|
|
@@ -721,11 +721,11 @@ export declare const optionsMap: {
|
|
|
721
721
|
getValue: ({ commandLine }: {
|
|
722
722
|
commandLine: Record<string, unknown>;
|
|
723
723
|
}) => {
|
|
724
|
-
value: "
|
|
724
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
725
725
|
source: string;
|
|
726
726
|
};
|
|
727
|
-
setConfig: (newLogLevel: "
|
|
728
|
-
type: "
|
|
727
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
728
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
729
729
|
};
|
|
730
730
|
readonly timeoutInMilliseconds: {
|
|
731
731
|
name: string;
|
|
@@ -786,11 +786,11 @@ export declare const optionsMap: {
|
|
|
786
786
|
getValue: ({ commandLine }: {
|
|
787
787
|
commandLine: Record<string, unknown>;
|
|
788
788
|
}) => {
|
|
789
|
-
value: "
|
|
789
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
790
790
|
source: string;
|
|
791
791
|
};
|
|
792
|
-
setConfig: (newLogLevel: "
|
|
793
|
-
type: "
|
|
792
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
793
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
794
794
|
};
|
|
795
795
|
readonly deleteAfter: {
|
|
796
796
|
name: string;
|
|
@@ -869,11 +869,11 @@ export declare const optionsMap: {
|
|
|
869
869
|
getValue: ({ commandLine }: {
|
|
870
870
|
commandLine: Record<string, unknown>;
|
|
871
871
|
}) => {
|
|
872
|
-
value: "
|
|
872
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
873
873
|
source: string;
|
|
874
874
|
};
|
|
875
|
-
setConfig: (newLogLevel: "
|
|
876
|
-
type: "
|
|
875
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
876
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
877
877
|
};
|
|
878
878
|
readonly timeoutInMilliseconds: {
|
|
879
879
|
name: string;
|
|
@@ -982,17 +982,17 @@ export declare const optionsMap: {
|
|
|
982
982
|
description: () => import("react/jsx-runtime").JSX.Element;
|
|
983
983
|
ssrName: "x264Preset";
|
|
984
984
|
docLink: string;
|
|
985
|
-
type: "
|
|
985
|
+
type: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo" | null;
|
|
986
986
|
getValue: ({ commandLine }: {
|
|
987
987
|
commandLine: Record<string, unknown>;
|
|
988
988
|
}) => {
|
|
989
|
-
value: "
|
|
989
|
+
value: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo";
|
|
990
990
|
source: string;
|
|
991
991
|
} | {
|
|
992
992
|
value: null;
|
|
993
993
|
source: string;
|
|
994
994
|
};
|
|
995
|
-
setConfig: (profile: "
|
|
995
|
+
setConfig: (profile: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo" | null) => void;
|
|
996
996
|
};
|
|
997
997
|
readonly encodingMaxRate: {
|
|
998
998
|
name: string;
|
|
@@ -1054,11 +1054,11 @@ export declare const optionsMap: {
|
|
|
1054
1054
|
getValue: ({ commandLine }: {
|
|
1055
1055
|
commandLine: Record<string, unknown>;
|
|
1056
1056
|
}) => {
|
|
1057
|
-
value: "
|
|
1057
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
1058
1058
|
source: string;
|
|
1059
1059
|
};
|
|
1060
|
-
setConfig: (newLogLevel: "
|
|
1061
|
-
type: "
|
|
1060
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
1061
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
1062
1062
|
};
|
|
1063
1063
|
readonly delayRenderTimeoutInMilliseconds: {
|
|
1064
1064
|
name: string;
|
|
@@ -1164,11 +1164,11 @@ export declare const optionsMap: {
|
|
|
1164
1164
|
getValue: ({ commandLine }: {
|
|
1165
1165
|
commandLine: Record<string, unknown>;
|
|
1166
1166
|
}) => {
|
|
1167
|
-
value: "
|
|
1167
|
+
value: "verbose" | "info" | "warn" | "error";
|
|
1168
1168
|
source: string;
|
|
1169
1169
|
};
|
|
1170
|
-
setConfig: (newLogLevel: "
|
|
1171
|
-
type: "
|
|
1170
|
+
setConfig: (newLogLevel: "verbose" | "info" | "warn" | "error") => void;
|
|
1171
|
+
type: "verbose" | "info" | "warn" | "error";
|
|
1172
1172
|
};
|
|
1173
1173
|
readonly scale: {
|
|
1174
1174
|
name: string;
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const webhookCustomDataOption: {
|
|
2
2
|
name: string;
|
|
3
3
|
cliFlag: "webhook-custom-data";
|
|
4
|
-
description: (type: "
|
|
4
|
+
description: (type: "cli" | "ssr") => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
ssrName: "customData";
|
|
6
6
|
docLink: string;
|
|
7
7
|
type: Record<string, unknown> | null;
|
|
@@ -11,11 +11,11 @@ export declare const x264Option: {
|
|
|
11
11
|
description: () => import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
ssrName: "x264Preset";
|
|
13
13
|
docLink: string;
|
|
14
|
-
type: "
|
|
14
|
+
type: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo" | null;
|
|
15
15
|
getValue: ({ commandLine }: {
|
|
16
16
|
commandLine: Record<string, unknown>;
|
|
17
17
|
}) => {
|
|
18
|
-
value: "
|
|
18
|
+
value: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo";
|
|
19
19
|
source: string;
|
|
20
20
|
} | {
|
|
21
21
|
value: null;
|