@remotion/renderer 4.0.467 → 4.0.468
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.
|
@@ -59,7 +59,7 @@ const calculateAssetPositions = (frames) => {
|
|
|
59
59
|
// 59 - 0 + 1 ==> 60 frames duration
|
|
60
60
|
found.duration = frame - found.startInVideo + 1;
|
|
61
61
|
}
|
|
62
|
-
found.volume
|
|
62
|
+
found.volume.push(asset.volume);
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
for (const asset of assets) {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1,17 +1,13 @@
|
|
|
1
1
|
import { createRequire } from "node:module";
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
3
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
4
|
-
var __returnValue = (v) => v;
|
|
5
|
-
function __exportSetter(name, newValue) {
|
|
6
|
-
this[name] = __returnValue.bind(null, newValue);
|
|
7
|
-
}
|
|
8
4
|
var __export = (target, all) => {
|
|
9
5
|
for (var name in all)
|
|
10
6
|
__defProp(target, name, {
|
|
11
7
|
get: all[name],
|
|
12
8
|
enumerable: true,
|
|
13
9
|
configurable: true,
|
|
14
|
-
set:
|
|
10
|
+
set: (newValue) => all[name] = () => newValue
|
|
15
11
|
});
|
|
16
12
|
};
|
|
17
13
|
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
@@ -22007,7 +22003,7 @@ var calculateAssetPositions = (frames) => {
|
|
|
22007
22003
|
if (!findFrom(next, asset)) {
|
|
22008
22004
|
found.duration = frame - found.startInVideo + 1;
|
|
22009
22005
|
}
|
|
22010
|
-
found.volume
|
|
22006
|
+
found.volume.push(asset.volume);
|
|
22011
22007
|
}
|
|
22012
22008
|
}
|
|
22013
22009
|
for (const asset of assets) {
|
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.
|
|
6
|
+
"version": "4.0.468",
|
|
7
7
|
"description": "Render Remotion videos using Node.js or Bun",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"execa": "5.1.1",
|
|
25
|
-
"remotion": "4.0.
|
|
26
|
-
"@remotion/streaming": "4.0.
|
|
25
|
+
"remotion": "4.0.468",
|
|
26
|
+
"@remotion/streaming": "4.0.468",
|
|
27
27
|
"source-map": "0.8.0-beta.0",
|
|
28
28
|
"ws": "8.20.1",
|
|
29
|
-
"@remotion/licensing": "4.0.
|
|
29
|
+
"@remotion/licensing": "4.0.468"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">=16.8.0",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"react-dom": "19.2.3",
|
|
41
41
|
"@typescript/native-preview": "7.0.0-dev.20260217.1",
|
|
42
42
|
"@types/ws": "8.5.10",
|
|
43
|
-
"@remotion/example-videos": "4.0.
|
|
44
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
43
|
+
"@remotion/example-videos": "4.0.468",
|
|
44
|
+
"@remotion/eslint-config-internal": "4.0.468",
|
|
45
45
|
"eslint": "9.19.0",
|
|
46
46
|
"@types/node": "20.12.14"
|
|
47
47
|
},
|
|
48
48
|
"optionalDependencies": {
|
|
49
|
-
"@remotion/compositor-darwin-arm64": "4.0.
|
|
50
|
-
"@remotion/compositor-darwin-x64": "4.0.
|
|
51
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
52
|
-
"@remotion/compositor-linux-arm64-musl": "4.0.
|
|
53
|
-
"@remotion/compositor-linux-x64-gnu": "4.0.
|
|
54
|
-
"@remotion/compositor-linux-x64-musl": "4.0.
|
|
55
|
-
"@remotion/compositor-win32-x64-msvc": "4.0.
|
|
49
|
+
"@remotion/compositor-darwin-arm64": "4.0.468",
|
|
50
|
+
"@remotion/compositor-darwin-x64": "4.0.468",
|
|
51
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.468",
|
|
52
|
+
"@remotion/compositor-linux-arm64-musl": "4.0.468",
|
|
53
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.468",
|
|
54
|
+
"@remotion/compositor-linux-x64-musl": "4.0.468",
|
|
55
|
+
"@remotion/compositor-win32-x64-msvc": "4.0.468"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
58
|
"remotion",
|