@vosjs/cli 0.17.1 → 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.
@@ -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 animationCode = compileVosConfig2(lowered.config, {
2671
- tweenEngine: "vos"
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-WXZN2XUA.js.map
10598
+ //# sourceMappingURL=chunk-WJSNY6FL.js.map