Compositions
Creator Reel
Vertical creator media composition template.
CompositionreelsAdvanced
Install
npx remotion-ui@latest add creator-reelCombine hook, talking-head, comment, b-roll, captions, and end-card scenes into a complete vertical reel.
Live preview
9:16 creator template. Advanced tier.
AI usage
Install first, then import the copied source component locally.
Install
npx remotion-ui@latest add creator-reelImport after install
@/compositions/creator-reel- Use when: complete video templates that can be customized as source.
- Customize: hookHeadline, mediaSrc, mediaFit, audioSrc, 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
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. |
| 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. |
| bRollItems | BRollItem[] | — | Media cards for the proof/b-roll section. |