Creator Reel
Vertical creator media composition template.
CompositionAdvanced
Install
$ npx remotion-ui@latest add creator-reelCombine hook, talking-head, comment, b-roll, captions, and end-card scenes into a complete vertical reel.
9:16 creator template. Advanced tier.
Agent notes
Install first, then import the copied source component locally. AI guide →
Import
@/compositions/creator-reel- Use when: complete video templates that can be customized as source.
- Customize: hookHeadline, hookSubtitle, mediaSrc, mediaFit, plus copied source for timing, layout, colors, and typography.
- Rule: do not import this component from the
remotion-uinpm package; it is copied into your project.
Usage
Example
import { CreatorReel } from "@/compositions/creator-reel";
<CreatorReel
mediaSrc={staticFile("speaker.mp4")}
audioSrc={staticFile("voice.wav")}
captions={captions}
/>API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| hookHeadline | string | - | Opening hook headline (auto-fit in portrait). |
| hookSubtitle | string | - | Supporting line under the hook. |
| mediaSrc | string | - | Speaker image or video source. |
| mediaFit | "cover" | "contain" | "cover" | Speaker media object-fit behavior. |
| audioSrc | string | - | Optional audio source for waveform visuals. |
| captions | Caption[] | - | Synced captions layered over the talking-head scene. |
| talkingHeadEyebrow | string | - | Eyebrow label above the talking-head title. |
| talkingHeadTitle | string | - | Short title in the talking-head layout. |
| comment | string | - | Comment callout body text. |
| author | string | - | Comment author display name. |
| handle | string | - | Comment author handle. |
| bRollItems | BRollItem[] | - | Media cards for the proof/b-roll section. |
| bRollTitle | string | - | Headline beside the b-roll stack. |
| bRollKicker | string | "Proof beats" | Eyebrow above the b-roll headline. |
| accentColor | string | - | Accent used across hook, captions, and end card. |
| ctaTitle | string | - | End card headline (separate from hook). |
| ctaLabel | string | - | End card CTA pill label. |