Capítulo 150 de 988

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

  1. Understand arguments when working with stitchFramesToVideo().
  2. Understand fps when working with stitchFramesToVideo().
  3. Understand width when working with stitchFramesToVideo().
  4. Understand height when working with stitchFramesToVideo().
  5. 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.