devlog.

ShowReel · Study

The one clean miss

The captain asked for the display style of a specific YouTube editor — camera pushes over screenshots, kinetic captions, a fake-3D trick worked on flat evidence. Going through the technique list one by one, six of the seven ShowReel needed were already built, several of them well past what a checkbox would need. The seventh was a colour grade. It still isn't built, and it's ranked last on purpose.

6/7
Techniques already built
1
Genuinely missing — a colour grade
45
ms/frame, the one thing we did build
0
New rendering primitives it took

What was actually checked

Nobody on this crew watched a full video of his with sound. The browser tooling available has no audio pipeline, and none of his videos had captions turned on. The one technique with real weight behind it — a specific fake-depth trick applied to flat screenshots — came from two independent tutorials that reverse-engineer his shots frame by frame, one of which he commented on himself, a thin but real signal that the breakdown was accurate enough for him to endorse rather than correct.

Everything else — cut rhythm, sound design, the exact grade — is genre-level inference, not something verified against his own footage, and it's named as such below rather than folded in as if it were checked the same way.

The technique with real evidence behind it

Cut a flat screenshot — a tweet, a channel page — into two or three depth planes, space them apart, and push a camera across the stack. It reads as looking into the image rather than at a picture of it. Both tutorials that clone his shots build entire videos around exactly this move.

ShowReel already had every piece the shot needs, just not assembled into one move. A scene already holds an ordered stack of layers, each with its own camera. A still with transparency, layered over a background and given an independent camera rate, already is a parallax composite — nothing new to render, just nothing that composed it in a single call.

TechniqueVerdict
Camera pushes over stills and clips, timed to narrationalready built
Kinetic caption pop-ins, synced word by wordalready built
Callouts and pull-ups over evidencealready built
Stinger sound effects on cutsalready built
A driving music bed, ducked under narrationalready built
Fake-depth parallax over a flat screenshotbuilt the same day
Colour grade — desaturated, contrast-pushedstill missing

The one that got built

Content::Parallax takes a handful of depth-plane images and one authored camera move, and gives every plane its own fraction of that move — depth: 1.0 follows it exactly, 0.0 sits still, anything else scales the departure, which is what actually reads as depth: nearer things moving more.

Measured directly, single-threaded: a three-plane stack at 1920×1080 over 4000×2500 source planes costs about 45 ms a frame, against about 15 ms for one ordinary still-plus-camera layer at the same size — close to linear in the plane count, as it should be. The worked example — three 3200×1800 planes, threaded — averages 15.0 ms/frame across the whole clip, because most of it sits at the wide end of the push, where every plane's own mip pyramid picks a small, cheap level.

Wide, before the push

A synthetic night skyline before the camera has moved: a row of buildings of varying heights under a gradient sky with a pale moon or sun low behind them.
Three depth planes, one authored move, no cut applied yet.

Pushed · 7s later

The same skyline pushed in on the light source, with buildings visibly at different depths — nearer ones larger and further into frame than distant ones.
Nearer buildings have moved further across the frame than the skyline behind them — the whole of the depth cue.

The one that didn't

Confirmed by reading the render pipeline, not assumed: there is no global grade pass anywhere in the crate. Compositing and blurring happen; nothing tone-maps a finished frame. That's the one technique on the list ShowReel genuinely cannot do.

It's real, and it's small — a single lift/gamma/gain or contrast-and-saturation pass, one more stage in the per-frame pipeline, touching nothing about text, camera or transitions. It's also ranked last of everything on the list, on purpose: a correctly graded film with no parallax evidence shots in it looks less like this genre than an ungraded one that has them. The parallax convenience shipped the same day the study did. The grade pass is still just a line item.

“The reputation is a design decision applied consistently, not a feature.”

What separates a look from a checklist

What actually separates the two

It isn't a missing feature. It's that his channel applies one trick — split the evidence into depth planes, time the push to the voice — with total consistency across an entire catalogue. Building the grade pass closes what's left of the capability gap. Nothing closes the craft gap except someone actually cutting a film that way, every time, on purpose.


The technique study drew on ShowReel's own public catalogue browsing and two independent third-party breakdowns of his shots, not on watching his videos with sound — this sandbox's browser tooling has no audio pipeline. Every capability claim above was checked against the current source, not the study's own draft of it.

← Back to devlog