Capítulo 117 de 988

Chapter 117: Render videos programmatically from a dataset

Core Idea

You can use Remotion to do a batch render to create many videos based on a dataset. In the following example, we are going to turn a JSON dataset into a series of videos.

Key Concepts

  • Sample dataset
  • Sample component
  • Writing the script
  • Rendering videos
  • Full script
  • Running the script
  • Rendering videos from a CSV dataset
  • See also

Code Examples

npm init video --blank
  • What it demonstrates: Usage pattern for Render videos programmatically from a dataset from the official docs.

Key Takeaways

  1. Understand sample dataset when working with Render videos programmatically from a dataset.
  2. Understand sample component when working with Render videos programmatically from a dataset.
  3. Understand writing the script when working with Render videos programmatically from a dataset.
  4. Understand rendering videos when working with Render videos programmatically from a dataset.
  5. Understand full script when working with Render videos programmatically from a dataset.

Connects To

  • Chromium Flags: related page in the Rendering & SSR section.
  • Compare ssr: related page in the Rendering & SSR section.
  • Distributed Rendering: related page in the Rendering & SSR section.