@remotion/web-renderer 4.0.366 → 4.0.367
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/esm/index.mjs
CHANGED
|
@@ -84,7 +84,8 @@ var renderStillOnWeb = async ({
|
|
|
84
84
|
defaultCodec: null,
|
|
85
85
|
defaultOutName: null,
|
|
86
86
|
defaultVideoImageFormat: null,
|
|
87
|
-
defaultPixelFormat: null
|
|
87
|
+
defaultPixelFormat: null,
|
|
88
|
+
defaultProResProfile: null
|
|
88
89
|
},
|
|
89
90
|
folders: [],
|
|
90
91
|
compositions: [
|
|
@@ -132,7 +133,8 @@ var renderStillOnWeb = async ({
|
|
|
132
133
|
defaultCodec: null,
|
|
133
134
|
defaultOutName: null,
|
|
134
135
|
defaultVideoImageFormat: null,
|
|
135
|
-
defaultPixelFormat: null
|
|
136
|
+
defaultPixelFormat: null,
|
|
137
|
+
defaultProResProfile: null
|
|
136
138
|
},
|
|
137
139
|
audioLatencyHint: "interactive",
|
|
138
140
|
children: /* @__PURE__ */ jsx(Internals.CanUseRemotionHooks, {
|
|
@@ -44,6 +44,7 @@ const renderStillOnWeb = async ({ Component, width, height, fps, durationInFrame
|
|
|
44
44
|
defaultOutName: null,
|
|
45
45
|
defaultVideoImageFormat: null,
|
|
46
46
|
defaultPixelFormat: null,
|
|
47
|
+
defaultProResProfile: null,
|
|
47
48
|
},
|
|
48
49
|
folders: [],
|
|
49
50
|
compositions: [
|
|
@@ -108,6 +109,8 @@ const renderStillOnWeb = async ({ Component, width, height, fps, durationInFrame
|
|
|
108
109
|
defaultVideoImageFormat: null,
|
|
109
110
|
// TODO: Hardcoded
|
|
110
111
|
defaultPixelFormat: null,
|
|
112
|
+
// TODO: Hardcoded
|
|
113
|
+
defaultProResProfile: null,
|
|
111
114
|
},
|
|
112
115
|
// TODO: Hardcoded
|
|
113
116
|
audioLatencyHint: "interactive", children: (0, jsx_runtime_1.jsx)(remotion_1.Internals.CanUseRemotionHooks, { value: true, children: (0, jsx_runtime_1.jsx)(remotion_1.Internals.CompositionManager.Provider
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/web-renderer"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/web-renderer",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.367",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"scripts": {
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"author": "Remotion <jonny@remotion.dev>",
|
|
15
15
|
"license": "UNLICENSED",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"remotion": "4.0.
|
|
17
|
+
"remotion": "4.0.367"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
20
|
+
"@remotion/eslint-config-internal": "4.0.367",
|
|
21
21
|
"eslint": "9.19.0",
|
|
22
22
|
"react": "19.0.0",
|
|
23
23
|
"react-dom": "19.0.0"
|