@remotion/renderer 4.0.405 → 4.0.406

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.
Files changed (181) hide show
  1. package/dist/assets/apply-tone-frequency.d.ts +1 -2
  2. package/dist/assets/convert-assets-to-file-urls.d.ts +1 -2
  3. package/dist/assets/download-and-map-assets-to-file.d.ts +2 -3
  4. package/dist/assets/download-and-map-assets-to-file.js +1 -0
  5. package/dist/assets/download-file.d.ts +1 -0
  6. package/dist/assets/download-file.js +17 -1
  7. package/dist/assets/download-map.d.ts +1 -0
  8. package/dist/assets/download-map.js +2 -0
  9. package/dist/assets/get-audio-channels.d.ts +2 -3
  10. package/dist/assets/inline-audio-mixing.d.ts +1 -2
  11. package/dist/browser/Browser.d.ts +5 -5
  12. package/dist/browser/Browser.js +65 -74
  13. package/dist/browser/BrowserFetcher.d.ts +3 -5
  14. package/dist/browser/BrowserFetcher.js +1 -0
  15. package/dist/browser/BrowserPage.d.ts +4 -4
  16. package/dist/browser/BrowserPage.js +223 -218
  17. package/dist/browser/BrowserRunner.d.ts +1 -2
  18. package/dist/browser/Connection.js +99 -112
  19. package/dist/browser/ConsoleMessage.d.ts +1 -1
  20. package/dist/browser/ConsoleMessage.js +9 -16
  21. package/dist/browser/DOMWorld.d.ts +1 -1
  22. package/dist/browser/DOMWorld.js +75 -89
  23. package/dist/browser/Errors.js +2 -4
  24. package/dist/browser/EventEmitter.js +2 -1
  25. package/dist/browser/ExecutionContext.js +117 -120
  26. package/dist/browser/FrameManager.js +249 -244
  27. package/dist/browser/HTTPRequest.js +11 -22
  28. package/dist/browser/HTTPResponse.js +3 -16
  29. package/dist/browser/JSHandle.js +17 -30
  30. package/dist/browser/LifecycleWatcher.js +122 -128
  31. package/dist/browser/NetworkEventManager.js +31 -40
  32. package/dist/browser/NetworkManager.js +210 -203
  33. package/dist/browser/NodeWebSocketTransport.js +3 -0
  34. package/dist/browser/Target.d.ts +1 -1
  35. package/dist/browser/Target.js +32 -39
  36. package/dist/browser/TaskQueue.js +5 -18
  37. package/dist/browser/TimeoutSettings.js +12 -25
  38. package/dist/browser/browser-download-progress-bar.d.ts +1 -2
  39. package/dist/browser/handle-failed-resource.d.ts +1 -2
  40. package/dist/browser/handle-failed-resource.js +4 -3
  41. package/dist/call-ffmpeg.d.ts +4 -5
  42. package/dist/can-concat-seamlessly.d.ts +2 -4
  43. package/dist/can-use-parallel-encoding.d.ts +1 -2
  44. package/dist/check-version-requirements.d.ts +1 -2
  45. package/dist/client.d.ts +181 -181
  46. package/dist/codec-supports-media.d.ts +3 -4
  47. package/dist/collect-assets.d.ts +1 -1
  48. package/dist/combine-audio.d.ts +2 -4
  49. package/dist/combine-chunks.d.ts +1 -2
  50. package/dist/combine-video-streams.d.ts +2 -4
  51. package/dist/compositor/compositor.d.ts +2 -3
  52. package/dist/compositor/get-executable-path.d.ts +3 -3
  53. package/dist/compress-audio.d.ts +2 -4
  54. package/dist/create-audio.d.ts +2 -4
  55. package/dist/create-silent-audio.d.ts +1 -2
  56. package/dist/crf.d.ts +4 -6
  57. package/dist/cycle-browser-tabs.d.ts +1 -2
  58. package/dist/ensure-browser.d.ts +44 -1
  59. package/dist/error-handling/handle-javascript-exception.d.ts +1 -1
  60. package/dist/error-handling/handle-javascript-exception.js +7 -1
  61. package/dist/error-handling/symbolicateable-error.d.ts +1 -1
  62. package/dist/error-handling/symbolicateable-error.js +4 -0
  63. package/dist/error-handling.js +1 -1
  64. package/dist/esm/client.mjs +7 -2
  65. package/dist/esm/index.mjs +28 -4
  66. package/dist/extract-audio.d.ts +2 -3
  67. package/dist/ffmpeg-args.d.ts +6 -12
  68. package/dist/get-browser-instance.d.ts +4 -6
  69. package/dist/get-codec-name.d.ts +3 -6
  70. package/dist/get-compositions.d.ts +1 -1
  71. package/dist/get-concurrency.d.ts +1 -1
  72. package/dist/get-extension-from-codec.d.ts +2 -3
  73. package/dist/get-frame-padded-index.d.ts +1 -2
  74. package/dist/get-local-browser-executable.d.ts +2 -4
  75. package/dist/get-prores-profile-name.d.ts +1 -3
  76. package/dist/get-silent-parts.d.ts +4 -5
  77. package/dist/get-video-metadata.d.ts +3 -4
  78. package/dist/get-video-threads-flag.d.ts +1 -2
  79. package/dist/goto-page-or-throw.d.ts +1 -1
  80. package/dist/guess-extension-for-media.d.ts +2 -3
  81. package/dist/image-format.d.ts +2 -3
  82. package/dist/index.d.ts +173 -172
  83. package/dist/index.js +16 -16
  84. package/dist/is-audio-codec.d.ts +1 -2
  85. package/dist/log-level.d.ts +1 -1
  86. package/dist/logger.d.ts +6 -6
  87. package/dist/make-page.d.ts +2 -4
  88. package/dist/memory/from-proc-meminfo.d.ts +1 -2
  89. package/dist/memory/get-available-memory.d.ts +1 -2
  90. package/dist/mime-types.js +2 -1
  91. package/dist/mux-video-and-audio.d.ts +2 -3
  92. package/dist/offthread-video-server.d.ts +1 -2
  93. package/dist/offthread-video-server.js +4 -6
  94. package/dist/open-browser.d.ts +1 -1
  95. package/dist/open-browser.js +6 -5
  96. package/dist/options/api-key.js +3 -1
  97. package/dist/options/audio-bitrate.js +9 -1
  98. package/dist/options/audio-codec.d.ts +10 -13
  99. package/dist/options/beep-on-finish.js +1 -1
  100. package/dist/options/binaries-directory.js +9 -1
  101. package/dist/options/chrome-mode.d.ts +3 -3
  102. package/dist/options/chrome-mode.js +6 -1
  103. package/dist/options/color-space.d.ts +5 -9
  104. package/dist/options/color-space.js +7 -1
  105. package/dist/options/crf.js +1 -1
  106. package/dist/options/cross-site-isolation.js +2 -1
  107. package/dist/options/dark-mode.js +2 -1
  108. package/dist/options/delete-after.js +11 -1
  109. package/dist/options/disallow-parallel-encoding.js +1 -1
  110. package/dist/options/enable-lambda-insights.js +2 -1
  111. package/dist/options/enable-multiprocess-on-linux.js +13 -1
  112. package/dist/options/encoding-buffer-size.js +3 -1
  113. package/dist/options/encoding-max-rate.js +3 -1
  114. package/dist/options/enforce-audio.js +1 -1
  115. package/dist/options/folder-expiry.js +4 -1
  116. package/dist/options/for-seamless-aac-concatenation.js +3 -1
  117. package/dist/options/gl.d.ts +6 -6
  118. package/dist/options/gl.js +28 -2
  119. package/dist/options/hardware-acceleration.d.ts +2 -2
  120. package/dist/options/headless.js +4 -1
  121. package/dist/options/image-sequence-pattern.js +5 -1
  122. package/dist/options/index.d.ts +25 -25
  123. package/dist/options/jpeg-quality.js +1 -1
  124. package/dist/options/latency-hint.js +10 -1
  125. package/dist/options/license-key.js +2 -1
  126. package/dist/options/log-level.d.ts +3 -4
  127. package/dist/options/log-level.js +16 -1
  128. package/dist/options/metadata.js +7 -2
  129. package/dist/options/mute.js +1 -1
  130. package/dist/options/number-of-gif-loops.js +13 -1
  131. package/dist/options/offthreadvideo-cache-size.js +11 -1
  132. package/dist/options/offthreadvideo-threads.js +2 -1
  133. package/dist/options/on-browser-download.js +2 -1
  134. package/dist/options/options-map.d.ts +93 -93
  135. package/dist/options/overwrite.js +5 -1
  136. package/dist/options/prefer-lossless.js +4 -1
  137. package/dist/options/public-dir.js +2 -1
  138. package/dist/options/public-license-key.js +3 -1
  139. package/dist/options/public-path.js +7 -1
  140. package/dist/options/repro.js +1 -1
  141. package/dist/options/scale.js +5 -1
  142. package/dist/options/timeout.js +4 -1
  143. package/dist/options/video-bitrate.js +7 -1
  144. package/dist/options/video-cache-size.js +8 -1
  145. package/dist/options/video-codec.d.ts +6 -6
  146. package/dist/options/video-codec.js +1 -1
  147. package/dist/options/webhook-custom-data.js +1 -1
  148. package/dist/options/x264-preset.d.ts +5 -6
  149. package/dist/options/x264-preset.js +23 -1
  150. package/dist/p-limit.d.ts +1 -1
  151. package/dist/pixel-format.d.ts +2 -3
  152. package/dist/pool.js +2 -0
  153. package/dist/port-config.d.ts +5 -6
  154. package/dist/prespawn-ffmpeg.js +5 -4
  155. package/dist/prestitcher-memory-usage.d.ts +1 -2
  156. package/dist/print-useful-error-message.d.ts +1 -2
  157. package/dist/prores-profile.d.ts +2 -4
  158. package/dist/puppeteer-evaluate.d.ts +2 -2
  159. package/dist/puppeteer-screenshot.d.ts +3 -4
  160. package/dist/pure.d.ts +5 -5
  161. package/dist/render-frame-and-retry-target-close.d.ts +8 -8
  162. package/dist/render-frame-with-option-to-reject.d.ts +4 -6
  163. package/dist/render-frame.d.ts +8 -8
  164. package/dist/render-has-audio.d.ts +2 -3
  165. package/dist/render-media.js +2 -1
  166. package/dist/replace-browser.d.ts +1 -2
  167. package/dist/repro.d.ts +1 -1
  168. package/dist/screenshot-task.d.ts +3 -4
  169. package/dist/seek-to-frame.d.ts +2 -3
  170. package/dist/serve-handler/index.d.ts +1 -1
  171. package/dist/serve-handler/range-parser.d.ts +2 -2
  172. package/dist/serve-static.d.ts +1 -2
  173. package/dist/set-props-and-env.js +3 -1
  174. package/dist/stringify-ffmpeg-filter.d.ts +1 -2
  175. package/dist/take-frame.d.ts +1 -2
  176. package/dist/test-gpu.d.ts +2 -4
  177. package/dist/validate-even-dimensions-with-codec.d.ts +2 -4
  178. package/dist/validate-ffmpeg-override.d.ts +1 -1
  179. package/dist/validate-number-of-gif-loops.d.ts +1 -2
  180. package/dist/validate-output-filename.d.ts +2 -4
  181. package/package.json +16 -14
@@ -6,8 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.EventEmitter = void 0;
7
7
  const mitt_1 = __importDefault(require("./mitt"));
8
8
  class EventEmitter {
9
+ emitter;
10
+ eventsMap = new Map();
9
11
  constructor() {
10
- this.eventsMap = new Map();
11
12
  this.emitter = (0, mitt_1.default)(this.eventsMap);
12
13
  }
13
14
  on(event, handler) {
@@ -16,12 +16,6 @@
16
16
  * See the License for the specific language governing permissions and
17
17
  * limitations under the License.
18
18
  */
19
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
20
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
21
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
22
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
23
- };
24
- var _ExecutionContext_instances, _ExecutionContext_evaluate;
25
19
  Object.defineProperty(exports, "__esModule", { value: true });
26
20
  exports.ExecutionContext = exports.EVALUATION_SCRIPT_URL = void 0;
27
21
  const JSHandle_1 = require("./JSHandle");
@@ -29,8 +23,11 @@ const util_1 = require("./util");
29
23
  exports.EVALUATION_SCRIPT_URL = 'pptr://__puppeteer_evaluation_script__';
30
24
  const SOURCE_URL_REGEX = /^[\x20\t]*\/\/[@#] sourceURL=\s*(\S*?)\s*$/m;
31
25
  class ExecutionContext {
26
+ _client;
27
+ _world;
28
+ _contextId;
29
+ _contextName;
32
30
  constructor(client, contextPayload, world) {
33
- _ExecutionContext_instances.add(this);
34
31
  this._client = client;
35
32
  this._world = world;
36
33
  this._contextId = contextPayload.id;
@@ -40,135 +37,135 @@ class ExecutionContext {
40
37
  return this._world ? this._world.frame() : null;
41
38
  }
42
39
  evaluate(pageFunction, ...args) {
43
- return __classPrivateFieldGet(this, _ExecutionContext_instances, "m", _ExecutionContext_evaluate).call(this, true, pageFunction, ...args);
40
+ return this.#evaluate(true, pageFunction, ...args);
44
41
  }
45
42
  evaluateHandle(pageFunction, ...args) {
46
- return __classPrivateFieldGet(this, _ExecutionContext_instances, "m", _ExecutionContext_evaluate).call(this, false, pageFunction, ...args);
43
+ return this.#evaluate(false, pageFunction, ...args);
47
44
  }
48
- }
49
- exports.ExecutionContext = ExecutionContext;
50
- _ExecutionContext_instances = new WeakSet(), _ExecutionContext_evaluate = async function _ExecutionContext_evaluate(returnByValue, pageFunction, ...args) {
51
- const suffix = `//# sourceURL=${exports.EVALUATION_SCRIPT_URL}`;
52
- if ((0, util_1.isString)(pageFunction)) {
53
- const contextId = this._contextId;
54
- const expression = pageFunction;
55
- const expressionWithSourceUrl = SOURCE_URL_REGEX.test(expression)
56
- ? expression
57
- : expression + '\n' + suffix;
58
- const { value: { exceptionDetails: _details, result: _remoteObject }, } = await this._client
59
- .send('Runtime.evaluate', {
60
- expression: expressionWithSourceUrl,
61
- contextId,
62
- returnByValue,
63
- awaitPromise: true,
64
- userGesture: true,
65
- })
66
- .catch(rewriteError);
67
- if (_details) {
68
- throw new Error('Evaluation failed: ' + (0, util_1.getExceptionMessage)(_details));
69
- }
70
- return returnByValue
71
- ? (0, util_1.valueFromRemoteObject)(_remoteObject)
72
- : (0, JSHandle_1._createJSHandle)(this, _remoteObject);
73
- }
74
- if (typeof pageFunction !== 'function') {
75
- throw new Error(`Expected to get |string| or |function| as the first argument, but got "${pageFunction}" instead.`);
76
- }
77
- let functionText = pageFunction.toString();
78
- try {
79
- new Function('(' + functionText + ')');
80
- }
81
- catch (error) {
82
- // This means we might have a function shorthand. Try another
83
- // time prefixing 'function '.
84
- if (functionText.startsWith('async ')) {
85
- functionText =
86
- 'async function ' + functionText.substring('async '.length);
45
+ async #evaluate(returnByValue, pageFunction, ...args) {
46
+ const suffix = `//# sourceURL=${exports.EVALUATION_SCRIPT_URL}`;
47
+ if ((0, util_1.isString)(pageFunction)) {
48
+ const contextId = this._contextId;
49
+ const expression = pageFunction;
50
+ const expressionWithSourceUrl = SOURCE_URL_REGEX.test(expression)
51
+ ? expression
52
+ : expression + '\n' + suffix;
53
+ const { value: { exceptionDetails: _details, result: _remoteObject }, } = await this._client
54
+ .send('Runtime.evaluate', {
55
+ expression: expressionWithSourceUrl,
56
+ contextId,
57
+ returnByValue,
58
+ awaitPromise: true,
59
+ userGesture: true,
60
+ })
61
+ .catch(rewriteError);
62
+ if (_details) {
63
+ throw new Error('Evaluation failed: ' + (0, util_1.getExceptionMessage)(_details));
64
+ }
65
+ return returnByValue
66
+ ? (0, util_1.valueFromRemoteObject)(_remoteObject)
67
+ : (0, JSHandle_1._createJSHandle)(this, _remoteObject);
87
68
  }
88
- else {
89
- functionText = 'function ' + functionText;
69
+ if (typeof pageFunction !== 'function') {
70
+ throw new Error(`Expected to get |string| or |function| as the first argument, but got "${pageFunction}" instead.`);
90
71
  }
72
+ let functionText = pageFunction.toString();
91
73
  try {
92
74
  new Function('(' + functionText + ')');
93
75
  }
94
- catch (_error) {
95
- // We tried hard to serialize, but there's a weird beast here.
96
- throw new Error('Passed function is not well-serializable!');
97
- }
98
- }
99
- let callFunctionOnPromise;
100
- try {
101
- callFunctionOnPromise = this._client.send('Runtime.callFunctionOn', {
102
- functionDeclaration: functionText + '\n' + suffix + '\n',
103
- executionContextId: this._contextId,
104
- arguments: args.map(convertArgument.bind(this)),
105
- returnByValue,
106
- awaitPromise: true,
107
- userGesture: true,
108
- });
109
- }
110
- catch (error) {
111
- if (error instanceof TypeError &&
112
- error.message.startsWith('Converting circular structure to JSON')) {
113
- error.message += ' Recursive objects are not allowed.';
114
- }
115
- throw error;
116
- }
117
- const { value: { exceptionDetails, result: remoteObject }, } = await callFunctionOnPromise.catch(rewriteError);
118
- if (exceptionDetails) {
119
- throw new Error('Evaluation failed: ' + (0, util_1.getExceptionMessage)(exceptionDetails));
120
- }
121
- return returnByValue
122
- ? (0, util_1.valueFromRemoteObject)(remoteObject)
123
- : (0, JSHandle_1._createJSHandle)(this, remoteObject);
124
- function convertArgument(arg) {
125
- if (typeof arg === 'bigint') {
126
- // eslint-disable-line valid-typeof
127
- return { unserializableValue: `${arg.toString()}n` };
128
- }
129
- if (Object.is(arg, -0)) {
130
- return { unserializableValue: '-0' };
76
+ catch (error) {
77
+ // This means we might have a function shorthand. Try another
78
+ // time prefixing 'function '.
79
+ if (functionText.startsWith('async ')) {
80
+ functionText =
81
+ 'async function ' + functionText.substring('async '.length);
82
+ }
83
+ else {
84
+ functionText = 'function ' + functionText;
85
+ }
86
+ try {
87
+ new Function('(' + functionText + ')');
88
+ }
89
+ catch (_error) {
90
+ // We tried hard to serialize, but there's a weird beast here.
91
+ throw new Error('Passed function is not well-serializable!');
92
+ }
131
93
  }
132
- if (Object.is(arg, Infinity)) {
133
- return { unserializableValue: 'Infinity' };
94
+ let callFunctionOnPromise;
95
+ try {
96
+ callFunctionOnPromise = this._client.send('Runtime.callFunctionOn', {
97
+ functionDeclaration: functionText + '\n' + suffix + '\n',
98
+ executionContextId: this._contextId,
99
+ arguments: args.map(convertArgument.bind(this)),
100
+ returnByValue,
101
+ awaitPromise: true,
102
+ userGesture: true,
103
+ });
134
104
  }
135
- if (Object.is(arg, -Infinity)) {
136
- return { unserializableValue: '-Infinity' };
105
+ catch (error) {
106
+ if (error instanceof TypeError &&
107
+ error.message.startsWith('Converting circular structure to JSON')) {
108
+ error.message += ' Recursive objects are not allowed.';
109
+ }
110
+ throw error;
137
111
  }
138
- if (Object.is(arg, NaN)) {
139
- return { unserializableValue: 'NaN' };
112
+ const { value: { exceptionDetails, result: remoteObject }, } = await callFunctionOnPromise.catch(rewriteError);
113
+ if (exceptionDetails) {
114
+ throw new Error('Evaluation failed: ' + (0, util_1.getExceptionMessage)(exceptionDetails));
140
115
  }
141
- const objectHandle = arg && arg instanceof JSHandle_1.JSHandle ? arg : null;
142
- if (objectHandle) {
143
- if (objectHandle._context !== this) {
144
- throw new Error('JSHandles can be evaluated only in the context they were created!');
116
+ return returnByValue
117
+ ? (0, util_1.valueFromRemoteObject)(remoteObject)
118
+ : (0, JSHandle_1._createJSHandle)(this, remoteObject);
119
+ function convertArgument(arg) {
120
+ if (typeof arg === 'bigint') {
121
+ // eslint-disable-line valid-typeof
122
+ return { unserializableValue: `${arg.toString()}n` };
145
123
  }
146
- if (objectHandle._disposed) {
147
- throw new Error('JSHandle is disposed!');
124
+ if (Object.is(arg, -0)) {
125
+ return { unserializableValue: '-0' };
148
126
  }
149
- if (objectHandle._remoteObject.unserializableValue) {
150
- return {
151
- unserializableValue: objectHandle._remoteObject.unserializableValue,
152
- };
127
+ if (Object.is(arg, Infinity)) {
128
+ return { unserializableValue: 'Infinity' };
153
129
  }
154
- if (!objectHandle._remoteObject.objectId) {
155
- return { value: objectHandle._remoteObject.value };
130
+ if (Object.is(arg, -Infinity)) {
131
+ return { unserializableValue: '-Infinity' };
156
132
  }
157
- return { objectId: objectHandle._remoteObject.objectId };
158
- }
159
- return { value: arg };
160
- }
161
- function rewriteError(error) {
162
- if (error.message.includes('Object reference chain is too long')) {
163
- return { value: { result: { type: 'undefined' } }, size: 1 };
164
- }
165
- if (error.message.includes("Object couldn't be returned by value")) {
166
- return { value: { result: { type: 'undefined' } }, size: 1 };
133
+ if (Object.is(arg, NaN)) {
134
+ return { unserializableValue: 'NaN' };
135
+ }
136
+ const objectHandle = arg && arg instanceof JSHandle_1.JSHandle ? arg : null;
137
+ if (objectHandle) {
138
+ if (objectHandle._context !== this) {
139
+ throw new Error('JSHandles can be evaluated only in the context they were created!');
140
+ }
141
+ if (objectHandle._disposed) {
142
+ throw new Error('JSHandle is disposed!');
143
+ }
144
+ if (objectHandle._remoteObject.unserializableValue) {
145
+ return {
146
+ unserializableValue: objectHandle._remoteObject.unserializableValue,
147
+ };
148
+ }
149
+ if (!objectHandle._remoteObject.objectId) {
150
+ return { value: objectHandle._remoteObject.value };
151
+ }
152
+ return { objectId: objectHandle._remoteObject.objectId };
153
+ }
154
+ return { value: arg };
167
155
  }
168
- if (error.message.endsWith('Cannot find context with specified id') ||
169
- error.message.endsWith('Inspected target navigated or closed')) {
170
- throw new Error('Execution context was destroyed, most likely because of a navigation.');
156
+ function rewriteError(error) {
157
+ if (error.message.includes('Object reference chain is too long')) {
158
+ return { value: { result: { type: 'undefined' } }, size: 1 };
159
+ }
160
+ if (error.message.includes("Object couldn't be returned by value")) {
161
+ return { value: { result: { type: 'undefined' } }, size: 1 };
162
+ }
163
+ if (error.message.endsWith('Cannot find context with specified id') ||
164
+ error.message.endsWith('Inspected target navigated or closed')) {
165
+ throw new Error('Execution context was destroyed, most likely because of a navigation.');
166
+ }
167
+ throw error;
171
168
  }
172
- throw error;
173
169
  }
174
- };
170
+ }
171
+ exports.ExecutionContext = ExecutionContext;