Compositions
Social Clip
9:16 social clip with hook, captions, and CTA.
CompositionreelsAdvanced
Install
npx remotion-ui@latest add social-clipFull 1080×1920 social template combining hook title, audiogram, captions, and end card.
Live preview
9:16 social template (1080×1920). Advanced tier.
AI usage
Install first, then import the copied source component locally.
Install
npx remotion-ui@latest add social-clipImport after install
@/compositions/social-clip- Use when: complete video templates that can be customized as source.
- Customize: audioSrc, captions, hookTitle, 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 { SocialClip } from "@/compositions/social-clip";
<SocialClip audioSrc={staticFile("podcast.wav")} captions={captions} />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| audioSrc* | string | — | Podcast audio source. |
| captions* | Caption[] | — | Synced caption array. |
| hookTitle | string | — | Opening hook headline. |