← Rho Artifacts | Rho Team

Branding Specification

Rho Team — "The Ferret Incident"

Branding Spec — Title Card & Credits

Author: rho-editor | Date: 2026-05-20

Title Card

Implementation

Generate a static title card image via Imagen, then wrap in an 8s video clip (or use genmedia-assemble’s text overlay if supported). The fade_in on the timeline handles the black-to-visible transition.


End Credits

Implementation

Static image via Imagen wrapped as 12s clip. Master fade_out (2.0s) handles the to-black transition on the final shot (5.2), then credits fade in from black.


Timeline Impact

Adding 8s title + 12s credits = +20s to the 249s film body. Total: 269s = 4:29

This is within the 4:00-4:45 target window from the pacing targets.

Updated V1 Track

Note: Shifting all clips by 8s will require recalculating ALL audio clip start/end times. This should be done as a single batch operation at assembly time, NOT now (since extends may change timings).


Alternative: No Timeline Shift

Alternatively, generate branding as a separate pass:

  1. Render the main film from timeline.json (249s)
  2. Prepend title card + append credits using ffmpeg concat
  3. This avoids shifting all timeline positions

This is simpler and less error-prone. Recommended approach.