Capítulo 156 de 988

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

  1. Understand defining a still when working with Still images.
  2. Understand previewing a still in the browser when working with Still images.
  3. Understand rendering via cli when working with Still images.
  4. Understand rendering using node.js when working with Still images.
  5. 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.