Chapter 22: Output scaling
Core Idea
<AvailableFrom v="2. 6.
Key Concepts
- How to scale
- Allowed values
- Scalable elements
Code Examples
import {Config} from '@remotion/cli/config';
Config.setScale(2);
- What it demonstrates: Usage pattern for Output scaling from the official docs.
Key Takeaways
- Understand how to scale when working with Output scaling.
- Understand allowed values when working with Output scaling.
- Understand scalable elements when working with Output scaling.
Connects To
- Absolute Fill: related page in the Fundamentals & Core Concepts section.
- Animating Properties: related page in the Fundamentals & Core Concepts section.
- Animation Math: related page in the Fundamentals & Core Concepts section.