RemotionUI

Caption Scene

Lower-third captions synced to audio.

SceneData & mediaAdvanced

caption-scene30fps · 960×540
Install
$ npx remotion-ui@latest add caption-scene

Full caption scene with safe-area positioning and page sequencing.

Advanced. Installs @remotion/captions.

Agent notes

Install first, then import the copied source component locally. AI guide →

Import
@/remotion/scenes/caption-scene
  • Use when: captioned videos, social clips, and synced text scenes.
  • Customize: captions, combineTokensWithinMilliseconds, placement, mode, plus copied source for timing, layout, colors, and typography.
  • Rule: do not import this component from the remotion-ui npm package; it is copied into your project.

Usage

Example
import { CaptionScene } from "@/remotion/scenes/caption-scene"; <CaptionScene captions={captions} />

API Reference

PropTypeDescription
captions*Caption[]Remotion caption array.
combineTokensWithinMillisecondsnumberWords per caption page.
placement"lower-third" | "center"Caption vertical placement.
mode"highlight" | "karaoke-scale" | "karaoke-underline"Caption emphasis style.

Related