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
Glowing blob character
A soft-shaded character with glowing eyes that follow a self-drawing arc, while three glowing gold badges pop in one by one. Eye tracking, draw-on line, glow - a real character with personality.
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.
EXAMPLE 08
Transition pack (8 types)
Eight different scene-to-scene transitions back to back, each labeled: crossfade, flash, wipe, slide, iris, dissolve, pixelate, radial. Pick any of these to cut between scenes.

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.