Multi-scene architecture
TransitionSeries (recommended)
UseTransitionSeries from @remotion/transitions for videos with multiple scenes:
When to use Sequence vs TransitionSeries
| Pattern | Use case |
|---|---|
TransitionSeries | Multiple scenes with transitions between them |
<Sequence> | Sequencing elements within a single scene |
| Delay parameter | Staggering elements that appear together |
Persistent background layer
For a background that stays consistent across transitions, wrap it outside the TransitionSeries:Scene structure pattern
Each scene should follow this layering:Duration guidelines
| Video type | Total duration | Scenes | Per scene |
|---|---|---|---|
| Social clip | 5-10s | 2-3 | 2-4s |
| Product launch | 15-30s | 4-6 | 3-5s |
| Explainer | 30-60s | 6-10 | 4-6s |
| Demo | 30-90s | 5-12 | 5-8s |
Transition timing
- Fast transitions (15-20 frames): energetic, snappy feel
- Medium transitions (25-35 frames): professional, smooth
- Slow transitions (40-60 frames): cinematic, dramatic
springTiming with high damping (200) for smooth transitions. Use linearTiming for constant-speed transitions.
Media layers
When using AI-generated media (images, video, audio), layer them into the scene structure. See the full Working with Media guide for generation commands and detailed examples.Video or image background
Global audio track
Place<Audio> at the composition level (outside TransitionSeries) so it plays across all scenes: