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
- Understand sample dataset when working with Render videos programmatically from a dataset.
- Understand sample component when working with Render videos programmatically from a dataset.
- Understand writing the script when working with Render videos programmatically from a dataset.
- Understand rendering videos when working with Render videos programmatically from a dataset.
- 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.