Systema Munditotius

Video Creation Flows

Current capture flows with their associated local output artifacts. The previews are served from the repo's artifacts/ directory through a read-only local API route.

01

Map-pattern solo sequence

missing output

Polished map-pattern tour with still sequencing, fades, explanation cards, and optional narration.

Command
yarn capture:map-pattern-solo-sequence
Script
scripts/capture-map-pattern-solo-sequence-video.mjs
Output
artifacts/map-pattern-solo-sequence-video-audio/
  • Current narrated reference starts at Visionary Drive.
No direct video preview

No current artifact found at the configured path.

02

Map-pattern solo sequence, map only with audio

missing output

Narrated map-pattern tour with the explanation cards hidden so the map carries the full visual frame.

Command
yarn capture:map-pattern-solo-sequence:map-only-audio
Script
scripts/capture-map-pattern-solo-sequence-video.mjs
Output
artifacts/map-pattern-solo-sequence-video-audio/
  • Uses visual-label-ring ordering.
  • Starts at Visionary Drive.
No direct video preview

No current artifact found at the configured path.

03

Map-pattern solo sequence, cards only with audio

missing output

Narrated sequence that hides the map layers and presents each explanation card centered on the stage.

Command
yarn capture:map-pattern-solo-sequence:cards-only-audio
Script
scripts/capture-map-pattern-solo-sequence-video.mjs
Output
artifacts/map-pattern-solo-sequence-video-audio/
  • Uses visual-label-ring ordering.
  • Starts at Visionary Drive.
No direct video preview

No current artifact found at the configured path.

04

Map-pattern rotation frames

missing output

Approved frame-only pattern rotation. No voice-over and no explanation cards.

Command
yarn capture:map-pattern-rotation-frames
Script
scripts/capture-map-pattern-rotation-frames.mjs
Output
artifacts/map-pattern-rotation-frames/
  • Visual-label-ring ordering.
  • First item is Visionary Drive.
No direct video preview

No current artifact found at the configured path.

05

Map-pattern rotation, labels hidden

missing output

Same approved rotation, with map-pattern label pills and leader lines hidden.

Command
yarn capture:map-pattern-rotation-frames:labels-hidden
Script
scripts/capture-map-pattern-rotation-frames.mjs
Output
artifacts/map-pattern-rotation-frames/
No direct video preview

No current artifact found at the configured path.

06

Map-pattern rotation, cumulative

missing output

Each newly highlighted map pattern remains selected through the rest of the sequence.

Command
yarn capture:map-pattern-rotation-frames:labels-hidden-cumulative
Script
scripts/capture-map-pattern-rotation-frames.mjs
Output
artifacts/map-pattern-rotation-frames/
No direct video preview

No current artifact found at the configured path.

07

Map-pattern rotation, desaturated reveal

missing output

Starts empty; current pattern highlights while previously revealed patterns remain visible in the desaturated state.

Command
yarn capture:map-pattern-rotation-frames:reveal-desaturated
Script
scripts/capture-map-pattern-rotation-frames.mjs
Output
artifacts/map-pattern-rotation-frames/
No direct video preview

No current artifact found at the configured path.

08

Map-pattern rotation, colorized reveal

missing output

Starts empty; current pattern highlights while previously revealed patterns remain visible in the selected colorized state.

Command
yarn capture:map-pattern-rotation-frames:reveal-colorized
Script
scripts/capture-map-pattern-rotation-frames.mjs
Output
artifacts/map-pattern-rotation-frames/
No direct video preview

No current artifact found at the configured path.

09

Map-pattern rotation, all desaturated to colorized

missing output

Starts with every map pattern visible in the desaturated state; toured patterns become colorized and remain colorized.

Command
yarn capture:map-pattern-rotation-frames:all-desaturated-reveal-colorized
Script
scripts/capture-map-pattern-rotation-frames.mjs
Output
artifacts/map-pattern-rotation-frames/
No direct video preview

No current artifact found at the configured path.

10

Map-pattern rotation, transient

missing output

Starts empty; current pattern appears highlighted and disappears when the next pattern activates.

Command
yarn capture:map-pattern-rotation-frames:transient
Script
scripts/capture-map-pattern-rotation-frames.mjs
Output
artifacts/map-pattern-rotation-frames/
No direct video preview

No current artifact found at the configured path.

11

Generic Systema animation

missing output

Queue-driven animation capture for broader Systema tour and explanation videos.

Command
yarn capture:animation
Script
packages/explorer/scripts/capture-systema-animation-video.mjs
Output
artifacts/systema-animations/
No direct video preview

No current artifact found at the configured path.

12

Blob weather capture

missing output

Deterministic frame capture for weather and gas-canvas scenarios.

Command
yarn workspace explorer capture:blob-weather
Script
packages/explorer/scripts/capture-blob-weather-frames.mjs
Output
artifacts/blob-weather-capture-scenarios/
No direct video preview

No current artifact found at the configured path.

13

Function gas rotation

missing output

Axis-map gas rotation capture for expression and topology views.

Command
yarn workspace explorer capture:function-gas-rotation
Script
packages/explorer/scripts/capture-function-gas-rotation-video.mjs
Output
artifacts/concepts/
No direct video preview

No current artifact found at the configured path.

14

Map-pattern leader-layout diagnostic

missing output

Diagnostic capture for map-pattern label ordering, leader alignment, and intersections.

Command
yarn capture:map-pattern-leader-layout
Script
scripts/capture-map-pattern-leader-layout-video.mjs
Output
artifacts/map-pattern-leader-layout-video/
No direct video preview

No current artifact found at the configured path.

15

Map-pattern card perimeter harness

missing output

QA harness for explanation-card perimeter placement, overflow, and viewport fit.

Command
yarn capture:map-pattern-card-perimeters
Script
packages/explorer/scripts/capture-map-pattern-card-perimeters.mjs
Output
artifacts/systema-animations/map-pattern-card-perimeters-canvas-geometry/
No direct video preview

No current artifact found at the configured path.

16

Map-pattern visual lock baseline

missing output

Visual-regression baseline capture for map-pattern rendering and geometry lock checks.

Command
yarn capture:map-pattern-visual-baseline
Script
scripts/map-pattern-visual-lock.mjs
Output
artifacts/map-pattern-visual-lock/
No direct video preview

No current artifact found at the configured path.

17

Map-pattern narration generation

missing output

Generates Fish Audio narration clips and the audio manifest used by narrated map-pattern videos.

Command
yarn generate:map-pattern-audio
Script
scripts/generate-map-pattern-audio.mjs
Output
artifacts/map-pattern-audio/
No direct video preview

No current artifact found at the configured path.

18

Map-pattern audio/video mux

missing output

Muxes generated narration onto the solo-sequence video using the capture manifest timeline.

Command
yarn mux:map-pattern-audio-video
Script
scripts/mux-map-pattern-audio-video.mjs
Output
artifacts/map-pattern-solo-sequence-video-audio/
No direct video preview

No current artifact found at the configured path.