RemotionUI
Scenes

Split Screen

Two-up media comparison layout.

SceneblocksAdvanced

Install
npx remotion-ui@latest add split-screen

Before/after, interview, product comparison, and two-up demo layout.

Live preview

AI usage

Install first, then import the copied source component locally.

AI guide

Install

npx remotion-ui@latest add split-screen

Import after install

@/remotion/scenes/split-screen
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: left, right, title, 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

import { SplitScreen } from "@/remotion/scenes/split-screen";

<SplitScreen left={{ src: before }} right={{ src: after }} />

API Reference

PropTypeDescription
left*SplitScreenPanelLeft media panel.
right*SplitScreenPanelRight media panel.
titlestringOptional comparison title.

Related