How reframing actually works
Cropping a storyboard frame is not a cosmetic trim. Ozu doesn’t just clip pixels — it re-generates the underlying image with a new framing instruction, so the result is a real, full-resolution frame with the tighter composition you asked for. Here’s what happens end-to-end when you reframe:- Drag the crop marquee on a generated frame in the Storyboard Node. Draw the rectangle around the area you want the frame to become.
- Ozu records the crop rect. The coordinates are saved as a framing intent — “re-shoot this beat tighter, on this region.”
- A Camera View node spawns automatically. It appears on the canvas wired to the beat. You rarely need to open it; it handles the handoff.
- The beat regenerates. The Camera View passes the new framing intent, the original scene context, and the same approved Actors/Props/Sets to the image model. The result replaces the old frame.
- The updated frame flows downstream. Every place the beat appears — the Storyboard grid, the Timeline track, the Asset Library — picks up the new version.
Creating a Camera View manually
You don’t need to create Camera View nodes by hand in most projects — the crop workflow handles it. But when you want deliberate control over how a specific beat is composed, you can:- Add a Camera View node from the Flow canvas toolbar.
- Wire it to the beat. Connect the Camera View between the beat’s Shot and the Storyboard Node. It becomes the framing interpreter for that beat.
- Describe the framing intent. “Medium two-shot, eye level.” “Low-angle close-up, Dutch tilt.” Treat it like a camera direction in a shot list.
- Regenerate the beat. The Storyboard Node re-renders that beat through the Camera View.
Reframe vs. reshot vs. regenerate
Reframing is one of three ways to change a storyboard frame. They do different things:Reframe
Crop marquee or Camera View. Changes the composition of a single beat. Same actors, same set, new framing.
Regenerate
Re-roll a single frame with the same inputs. Useful when a frame’s composition is right but the execution is weak.
Reshot
Regenerate an asset (Actor, Prop, or Set). Every frame that used that asset rebuilds on the next storyboard run.
Related
Reframing Beats
The crop marquee workflow in the Storyboard Node, step by step.
Generating Frames
How the Storyboard Node turns beats into frames in the first place.
Regenerating Frames
Single-frame retry and batch regeneration when a frame needs another pass.
Scene, Shot, Beat
The hierarchy every Camera View plugs into.