diff --git a/docs/examples.mdx b/docs/examples.mdx
index db92b2858..b5371b4b5 100644
--- a/docs/examples.mdx
+++ b/docs/examples.mdx
@@ -32,7 +32,7 @@ Each preview links to the complete source project.
>
diff --git a/docs/guides/faceless-explainer.mdx b/docs/guides/faceless-explainer.mdx
index 70665d2fc..f372384af 100644
--- a/docs/guides/faceless-explainer.mdx
+++ b/docs/guides/faceless-explainer.mdx
@@ -9,7 +9,7 @@ Start from a topic, article, or notes. HyperFrames invents the typography, diagr
diff --git a/docs/guides/hdr.mdx b/docs/guides/hdr.mdx
index ec082fc1a..bc9cfda01 100644
--- a/docs/guides/hdr.mdx
+++ b/docs/guides/hdr.mdx
@@ -10,7 +10,7 @@ HyperFrames detects HDR media during render. When an MP4 project contains a BT.2
diff --git a/docs/guides/media-effects.mdx b/docs/guides/media-effects.mdx
index 49a0512e5..e6fd918ce 100644
--- a/docs/guides/media-effects.mdx
+++ b/docs/guides/media-effects.mdx
@@ -14,7 +14,7 @@ Here is the whole range on real footage:
diff --git a/docs/guides/remove-background.mdx b/docs/guides/remove-background.mdx
index ad9c50065..326ba65ca 100644
--- a/docs/guides/remove-background.mdx
+++ b/docs/guides/remove-background.mdx
@@ -19,7 +19,7 @@ model locally; it does not upload the source or require an API key.
diff --git a/docs/guides/slideshow.mdx b/docs/guides/slideshow.mdx
index e6617ff9a..a4e8af5e9 100644
--- a/docs/guides/slideshow.mdx
+++ b/docs/guides/slideshow.mdx
@@ -9,7 +9,7 @@ A HyperFrames slideshow stays interactive. The result is a live, navigable deck
diff --git a/docs/snippets/advanced-path-grid.jsx b/docs/snippets/advanced-path-grid.jsx
index a4677bb08..57bdb0a7f 100644
--- a/docs/snippets/advanced-path-grid.jsx
+++ b/docs/snippets/advanced-path-grid.jsx
@@ -36,7 +36,7 @@ export const AdvancedPathGrid = () => {
"Validate the project, render through Studio, an agent, or the CLI, and review the file.",
action: "Finish the project",
href: "/guides/export-and-share",
- video: `${CDN}/studio-check-render-loop-v2.mp4`,
+ video: `${CDN}/studio-check-render-loop-v5.mp4`,
poster: `${CDN}/studio-check-render-loop-v2.jpg`,
},
];
diff --git a/docs/snippets/workflow-chooser.jsx b/docs/snippets/workflow-chooser.jsx
index 66c3869ef..cb8dc3e3a 100644
--- a/docs/snippets/workflow-chooser.jsx
+++ b/docs/snippets/workflow-chooser.jsx
@@ -21,14 +21,14 @@ export const WorkflowChooser = () => {
title: "Explain an idea",
bring: "Bring notes, an article, a script, or one rough thought.",
href: "/guides/faceless-explainer",
- video: `${CDN}/wfv2-explainer.mp4`,
+ video: `${CDN}/wfv2-explainer-v4.mp4`,
poster: `${CDN}/wfv2-explainer.jpg`,
},
{
title: "Work with existing footage",
bring: "Bring a talking-head, interview, or podcast clip.",
href: "/guides/captions-and-recuts",
- video: `${CDN}/wfv2-captions.mp4`,
+ video: `${CDN}/wfv2-captions-v4.mp4`,
poster: `${CDN}/wfv2-captions.jpg`,
},
{
@@ -56,7 +56,7 @@ export const WorkflowChooser = () => {
title: "Build a presentation",
bring: "Bring an outline, pitch, report, or existing deck.",
href: "/guides/slideshow",
- video: "https://static.heygen.ai/hyperframes-oss/docs/images/showcase/wfv2-slideshow.mp4",
+ video: "https://static.heygen.ai/hyperframes-oss/docs/images/showcase/wfv2-slideshow-v4.mp4",
poster: "https://static.heygen.ai/hyperframes-oss/docs/images/showcase/wfv2-slideshow.jpg",
},
{