Capítulo 843 de 988

Chapter 843: Render on Lambda

Core Idea

If you want to render long videos faster or you want to render different versions of your videos at the same time, you can take advantage of @remotion/lambda.

Key Concepts

  • Setup Lambda
  • Deploy and render
  • Rendering for a specific platform
  • Our script

Code Examples

bunx remotion lambda functions deploy --memory=3009
bunx remotion lambda sites create --site-name=remotion-recorder --enable-folder-expiry
bunx remotion lambda render remotion-recorder <composition-id> --delete-after="7-days"
  • What it demonstrates: Usage pattern for Render on Lambda from the official docs.

Key Takeaways

  1. Understand setup lambda when working with Render on Lambda.
  2. Understand deploy and render when working with Render on Lambda.
  3. Understand rendering for a specific platform when working with Render on Lambda.
  4. Understand our script when working with Render on Lambda.

Connects To

  • Captions: related page in the Recorder (@remotion/recorder) section.
  • Create: related page in the Recorder (@remotion/recorder) section.
  • Demo: related page in the Recorder (@remotion/recorder) section.