@remotion/renderer 4.0.263 → 4.0.264

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.
@@ -17,4 +17,4 @@ export declare const offthreadVideoThreadsOption: {
17
17
  };
18
18
  setConfig: (size: number | null) => void;
19
19
  };
20
- export declare const DEFAULT_RENDER_FRAMES_OFFTHREAD_VIDEO_THREADS = 2;
20
+ export declare const DEFAULT_RENDER_FRAMES_OFFTHREAD_VIDEO_THREADS = 3;
@@ -11,7 +11,7 @@ const cliFlag = 'offthreadvideo-video-threads';
11
11
  exports.offthreadVideoThreadsOption = {
12
12
  name: 'OffthreadVideo threads',
13
13
  cliFlag,
14
- description: () => ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: ["The number of threads that", (0, jsx_runtime_1.jsx)("a", { href: "https://remotion.dev/docs/offthreadvideo", children: (0, jsx_runtime_1.jsx)("code", { children: "<OffthreadVideo>" }) }), ' ', "can start to extract frames. frames. The default is 2. Increase carefully, as too much threads may cause instability."] })),
14
+ description: () => ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: ["The number of threads that", (0, jsx_runtime_1.jsx)("a", { href: "https://remotion.dev/docs/offthreadvideo", children: (0, jsx_runtime_1.jsx)("code", { children: "<OffthreadVideo>" }) }), ' ', "can start to extract frames. frames. The default is", ' ', exports.DEFAULT_RENDER_FRAMES_OFFTHREAD_VIDEO_THREADS, ". Increase carefully, as too much threads may cause instability."] })),
15
15
  ssrName: 'offthreadVideoThreads',
16
16
  docLink: 'https://www.remotion.dev/docs/offthreadvideo',
17
17
  type: 0,
@@ -37,4 +37,4 @@ exports.offthreadVideoThreadsOption = {
37
37
  value = size !== null && size !== void 0 ? size : null;
38
38
  },
39
39
  };
40
- exports.DEFAULT_RENDER_FRAMES_OFFTHREAD_VIDEO_THREADS = 2;
40
+ exports.DEFAULT_RENDER_FRAMES_OFFTHREAD_VIDEO_THREADS = 3;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/renderer"
4
4
  },
5
5
  "name": "@remotion/renderer",
6
- "version": "4.0.263",
6
+ "version": "4.0.264",
7
7
  "description": "Render Remotion videos using Node.js or Bun",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "extract-zip": "2.0.1",
19
19
  "source-map": "^0.8.0-beta.0",
20
20
  "ws": "8.17.1",
21
- "remotion": "4.0.263",
22
- "@remotion/streaming": "4.0.263"
21
+ "remotion": "4.0.264",
22
+ "@remotion/streaming": "4.0.264"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": ">=16.8.0",
@@ -33,17 +33,17 @@
33
33
  "react-dom": "19.0.0",
34
34
  "@types/ws": "8.5.10",
35
35
  "eslint": "9.19.0",
36
- "@remotion/example-videos": "4.0.263",
37
- "@remotion/eslint-config-internal": "4.0.263"
36
+ "@remotion/example-videos": "4.0.264",
37
+ "@remotion/eslint-config-internal": "4.0.264"
38
38
  },
39
39
  "optionalDependencies": {
40
- "@remotion/compositor-darwin-arm64": "4.0.263",
41
- "@remotion/compositor-linux-arm64-musl": "4.0.263",
42
- "@remotion/compositor-linux-x64-gnu": "4.0.263",
43
- "@remotion/compositor-darwin-x64": "4.0.263",
44
- "@remotion/compositor-linux-x64-musl": "4.0.263",
45
- "@remotion/compositor-win32-x64-msvc": "4.0.263",
46
- "@remotion/compositor-linux-arm64-gnu": "4.0.263"
40
+ "@remotion/compositor-darwin-arm64": "4.0.264",
41
+ "@remotion/compositor-darwin-x64": "4.0.264",
42
+ "@remotion/compositor-linux-arm64-gnu": "4.0.264",
43
+ "@remotion/compositor-linux-x64-gnu": "4.0.264",
44
+ "@remotion/compositor-linux-x64-musl": "4.0.264",
45
+ "@remotion/compositor-win32-x64-msvc": "4.0.264",
46
+ "@remotion/compositor-linux-arm64-musl": "4.0.264"
47
47
  },
48
48
  "keywords": [
49
49
  "remotion",