@vosjs/cli 0.17.2 → 0.17.3
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/{chunk-WXZN2XUA.js → chunk-WJSNY6FL.js} +10 -4
- package/dist/chunk-WJSNY6FL.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{run-IEHLPGNF.js → run-3RLBXNHV.js} +2 -2
- package/package.json +4 -4
- package/dist/chunk-WXZN2XUA.js.map +0 -1
- /package/dist/{run-IEHLPGNF.js.map → run-3RLBXNHV.js.map} +0 -0
|
@@ -2667,9 +2667,15 @@ async function renderTake(browser, dir, outFile, opts) {
|
|
|
2667
2667
|
opts.onPhase?.("compile");
|
|
2668
2668
|
doc.source.videoKey = VIDEO_TOKEN2;
|
|
2669
2669
|
const lowered = lowerToComposition2(doc);
|
|
2670
|
-
const
|
|
2671
|
-
|
|
2672
|
-
|
|
2670
|
+
const captureData = {
|
|
2671
|
+
...lowered.data,
|
|
2672
|
+
videoDecodeMode: "webcodecs",
|
|
2673
|
+
videoFetchMode: "blob"
|
|
2674
|
+
};
|
|
2675
|
+
const animationCode = compileVosConfig2(
|
|
2676
|
+
{ ...lowered.config, data: captureData },
|
|
2677
|
+
{ tweenEngine: "vos" }
|
|
2678
|
+
);
|
|
2673
2679
|
const duration = lowered.duration;
|
|
2674
2680
|
const clicks = Array.isArray(lowered.data.clicks) ? lowered.data.clicks.length : 0;
|
|
2675
2681
|
let frameOffset = 0;
|
|
@@ -10589,4 +10595,4 @@ export {
|
|
|
10589
10595
|
convertAgentBrowser,
|
|
10590
10596
|
run
|
|
10591
10597
|
};
|
|
10592
|
-
//# sourceMappingURL=chunk-
|
|
10598
|
+
//# sourceMappingURL=chunk-WJSNY6FL.js.map
|