Skip to content

chore(demo): refresh recorded casts, update slides format, and add video pipeline#1108

Open
GarthDB wants to merge 1 commit into
mainfrom
chore/demo-content-refresh
Open

chore(demo): refresh recorded casts, update slides format, and add video pipeline#1108
GarthDB wants to merge 1 commit into
mainfrom
chore/demo-content-refresh

Conversation

@GarthDB

@GarthDB GarthDB commented Jun 2, 2026

Copy link
Copy Markdown
Member

Description

Updates the demo presentation content and video rendering infrastructure:

Cast files (asciinema v2):

Slides (tools/demo/presentation/slides.md):

  • Reformatted YAML frontmatter for Slidev 4.x compatibility
  • Updated poster timestamps (0:00 → 0:02 for cleaner first-frame thumbnails)
  • Refined beat narration comments to match new cast content

Video pipeline (tools/demo/videos/):

  • render.mjs — conditionally skips VHS when all beats are prerendered; checks for missing prerendered clips
  • tape.mjs — adds prerendered boolean typedef for clips generated by the split-cast.py prebuild step
  • A-find.demo.mjs, B-name.demo.mjs, C-suggest.demo.mjs, D-agent.demo.mjs — new per-demo beat manifests replacing the previous inline definitions
  • lib/split-cast.py — new script that converts an asciinema cast to per-beat MP4 clips via agg (GIF) → ffmpeg (split on marker times)

Related Issue

Accompanies #1107 (rmux automation framework that produced these recordings). Independent of #1106.

Motivation and Context

The cast files were re-recorded using the new automated pipeline from #1107, which produces deterministic recordings with precisely placed beat markers. The video pipeline is updated to consume prerendered beat clips from split-cast.py rather than re-rendering from VHS on every build.

How Has This Been Tested?

  • Presentation loads correctly in Slidev dev server
  • moon run demo:videos-render completes without errors with the new manifests
  • Cast files play back correctly in asciinema player

Screenshots (if appropriate):

N/A

Types of changes

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

…deo pipeline

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jun 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: d2023b4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Run report for d2023b48

Total time: 2m 15s | Comparison time: 1m 55s | Estimated loss: 20.4s (15.0% slower)

Action Time Status Info
🟩 SyncWorkspace 7.2ms Passed
🟩 SyncProject(demo) 0.3ms Passed
🟩 RunTask(demo:verify) 2m 15s Passed SLOW
🟩 RunTask(demo:ci) 8.8ms Passed
Touched files
tools/demo/presentation/public/casts/A-find.cast
tools/demo/presentation/public/casts/B-name.cast
tools/demo/presentation/public/casts/C-suggest.cast
tools/demo/presentation/public/casts/D-agent.cast
tools/demo/presentation/slides.md
tools/demo/videos/A-find.demo.mjs
tools/demo/videos/B-name.demo.mjs
tools/demo/videos/C-suggest.demo.mjs
tools/demo/videos/D-agent.demo.mjs
tools/demo/videos/lib/split-cast.py
tools/demo/videos/lib/tape.mjs
tools/demo/videos/render.mjs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant