Chapter 156: Still images
Core Idea
<AvailableFrom v="2.
Key Concepts
- Defining a still
- Previewing a still in the browser
- Rendering via CLI
- Rendering using Node.JS
- Rendering in the browser
- Rendering using Remotion Lambda
- Rendering using Cloud Run
Code Examples
npx remotion still --props='{"custom": "data"}' my-comp out.png
- What it demonstrates: Usage pattern for Still images from the official docs.
Key Takeaways
- Understand defining a still when working with Still images.
- Understand previewing a still in the browser when working with Still images.
- Understand rendering via cli when working with Still images.
- Understand rendering using node.js when working with Still images.
- Understand rendering in the browser when working with Still images.
Connects To
- Chromium Flags: related page in the Rendering & SSR section.
- Compare ssr: related page in the Rendering & SSR section.
- Dataset Render: related page in the Rendering & SSR section.