Precision Video Engine - Examples

Every clip below was authored as a JSON scene, checked for pixel collisions by the validator, then rendered to MP4. They autoplay and loop. Click a clip to replay or scrub.

All built free, on this machine, no editor.

EXAMPLE 01
Kinetic title card
"EPISODE 01" drops in, the title rises, a gold rule sweeps in from the left, subtitle follows. Perfectly centered.
EXAMPLE 02
Revenue stat card
Card pops in, label drops, "$12,480" rises, the trending-up icon pops, the +312% line follows. Every element stays inside the card by math.
EXAMPLE 03
3-step explainer
Headline rises, then lightbulb to book to trophy pop in one by one, arrows slide between them, labels rise under each.
EXAMPLE 04
Thumbnail annotate
A real image pops in, the title rises with a per-line highlight, an arrow slides in pointing at it, emoji + icon pop, caption rises. This is the "drop your screenshot here" style.
EXAMPLE 05
Count-up + camera push-in
A number races 0 → 1,000,000 with pro easing (easeOutExpo), the title slams in, a rocket pops and keeps floating, and the whole scene slowly pushes in - a real camera move. The new motion-design layer.
EXAMPLE 06
Whiteboard character
A line character walks in from the left, bobbing, lands on the ground line, a speech bubble pops, and an arrow draws to a floating trend icon. Characters + movement.
EXAMPLE 07
Multi-scene reel + transitions
Three scenes cut together into one video - title → character → million-view payoff - with a white-flash cut and a circle-open transition between them. This is real editing.

HOW EACH ONE IS MADE

1. A scene is described as JSON (every element has an exact pixel box). 2. The validator guarantees nothing collides and arrows point true - it blocks a broken layout. 3. Python computes every animation frame and ffmpeg stitches them into MP4. Deterministic: same input, same video.

To make a clip from your own content: send one screenshot + a hook line, and I build a validated scene from it.

If a video doesn't autoplay, click it. Files live in the out/ folder next to this page.