Chapter 150: stitchFramesToVideo()
Core Idea
_Part of the @remotion/renderer package.
Key Concepts
- Arguments
- fps
- width
- height
- metadata<AvailableFrom v="4.0.216" />
- assetsInfo
- outputLocation?
- force?
Code Examples
const onProgress = (frameNumber: number) => {
console.log(`Encoding progress: on ${frameNumber} frame`);
};
- What it demonstrates: Usage pattern for stitchFramesToVideo() from the official docs.
Key Takeaways
- Understand arguments when working with stitchFramesToVideo().
- Understand fps when working with stitchFramesToVideo().
- Understand width when working with stitchFramesToVideo().
- Understand height when working with stitchFramesToVideo().
- Understand metadata<availablefrom v="4.0.216" /> when working with stitchFramesToVideo().
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.