remotion 4.0.239 → 4.0.241

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/README.md CHANGED
@@ -31,7 +31,7 @@ Remotion is a framework for **creating videos programmatically using React.**
31
31
  </td>
32
32
  <td align="center">
33
33
  <img style="width: 240px" src="https://remotion-assets.s3.eu-central-1.amazonaws.com/unwrapped-2023.gif" />
34
- <p>GitHub Unwrapped - Personalized Year in Review <a href="https://www.githubunwrapped.com">Try</a> • <a href="https://github.com/remotion-dev/github-unwrapped-2023">Source</a></p>
34
+ <p>GitHub Unwrapped - Personalized Year in Review <a href="https://www.githubunwrapped.com">Try</a> • <a href="https://github.com/remotion-dev/github-unwrapped">Source</a></p>
35
35
  </td>
36
36
  <td align="center">
37
37
  <em>View more in the <a href="https://remotion.dev/showcase">Remotion Showcase</a>!</em>
@@ -3,4 +3,4 @@
3
3
  * @see [Documentation](https://remotion.dev/docs/version)
4
4
  * @returns {string} The current version of the remotion package
5
5
  */
6
- export declare const VERSION = "4.0.239";
6
+ export declare const VERSION = "4.0.241";
@@ -7,4 +7,4 @@ exports.VERSION = void 0;
7
7
  * @see [Documentation](https://remotion.dev/docs/version)
8
8
  * @returns {string} The current version of the remotion package
9
9
  */
10
- exports.VERSION = '4.0.239';
10
+ exports.VERSION = '4.0.241';
@@ -35,7 +35,7 @@ const OffthreadVideo = (props) => {
35
35
  if (environment.isRendering) {
36
36
  return (0, jsx_runtime_1.jsx)(OffthreadVideoForRendering_js_1.OffthreadVideoForRendering, { ...otherProps });
37
37
  }
38
- const { transparent, toneMapped, _remotionDebugSeeking, onAutoPlayError, onVideoFrame, crossOrigin, ...withoutTransparent } = otherProps;
39
- return ((0, jsx_runtime_1.jsx)(VideoForPreview_js_1.VideoForPreview, { _remotionInternalStack: stack !== null && stack !== void 0 ? stack : null, _remotionInternalNativeLoopPassed: false, _remotionDebugSeeking: _remotionDebugSeeking !== null && _remotionDebugSeeking !== void 0 ? _remotionDebugSeeking : false, onDuration: onDuration, onlyWarnForMediaSeekingError: true, pauseWhenBuffering: pauseWhenBuffering !== null && pauseWhenBuffering !== void 0 ? pauseWhenBuffering : false, showInTimeline: showInTimeline !== null && showInTimeline !== void 0 ? showInTimeline : true, onAutoPlayError: onAutoPlayError !== null && onAutoPlayError !== void 0 ? onAutoPlayError : undefined, onVideoFrame: onVideoFrame !== null && onVideoFrame !== void 0 ? onVideoFrame : null, crossOrigin: crossOrigin, ...withoutTransparent }));
38
+ const { transparent, toneMapped, _remotionDebugSeeking, onAutoPlayError, onVideoFrame, crossOrigin, delayRenderRetries, delayRenderTimeoutInMilliseconds, ...propsForPreview } = otherProps;
39
+ return ((0, jsx_runtime_1.jsx)(VideoForPreview_js_1.VideoForPreview, { _remotionInternalStack: stack !== null && stack !== void 0 ? stack : null, _remotionInternalNativeLoopPassed: false, _remotionDebugSeeking: _remotionDebugSeeking !== null && _remotionDebugSeeking !== void 0 ? _remotionDebugSeeking : false, onDuration: onDuration, onlyWarnForMediaSeekingError: true, pauseWhenBuffering: pauseWhenBuffering !== null && pauseWhenBuffering !== void 0 ? pauseWhenBuffering : false, showInTimeline: showInTimeline !== null && showInTimeline !== void 0 ? showInTimeline : true, onAutoPlayError: onAutoPlayError !== null && onAutoPlayError !== void 0 ? onAutoPlayError : undefined, onVideoFrame: onVideoFrame !== null && onVideoFrame !== void 0 ? onVideoFrame : null, crossOrigin: crossOrigin, ...propsForPreview }));
40
40
  };
41
41
  exports.OffthreadVideo = OffthreadVideo;
@@ -104,7 +104,7 @@ function truthy(value) {
104
104
  }
105
105
 
106
106
  // src/version.ts
107
- var VERSION = "4.0.239";
107
+ var VERSION = "4.0.241";
108
108
 
109
109
  // src/multiple-versions-warning.ts
110
110
  var checkMultipleRemotionVersions = () => {
@@ -6214,7 +6214,9 @@ var OffthreadVideo = (props2) => {
6214
6214
  onAutoPlayError,
6215
6215
  onVideoFrame,
6216
6216
  crossOrigin,
6217
- ...withoutTransparent
6217
+ delayRenderRetries,
6218
+ delayRenderTimeoutInMilliseconds,
6219
+ ...propsForPreview
6218
6220
  } = otherProps;
6219
6221
  return /* @__PURE__ */ jsx30(VideoForPreview, {
6220
6222
  _remotionInternalStack: stack ?? null,
@@ -6227,7 +6229,7 @@ var OffthreadVideo = (props2) => {
6227
6229
  onAutoPlayError: onAutoPlayError ?? undefined,
6228
6230
  onVideoFrame: onVideoFrame ?? null,
6229
6231
  crossOrigin,
6230
- ...withoutTransparent
6232
+ ...propsForPreview
6231
6233
  });
6232
6234
  };
6233
6235
  // src/video/Video.tsx
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var VERSION = "4.0.239";
2
+ var VERSION = "4.0.241";
3
3
  export {
4
4
  VERSION
5
5
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/core"
4
4
  },
5
5
  "name": "remotion",
6
- "version": "4.0.239",
6
+ "version": "4.0.241",
7
7
  "description": "Make videos programmatically",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -29,7 +29,7 @@
29
29
  "webpack": "5.96.1",
30
30
  "zod": "3.22.3",
31
31
  "eslint": "9.14.0",
32
- "@remotion/eslint-config-internal": "4.0.239"
32
+ "@remotion/eslint-config-internal": "4.0.241"
33
33
  },
34
34
  "keywords": [
35
35
  "remotion",