Capítulo 687 de 988

Chapter 687: nodeWriter

Core Idea

:::warning We are phasing out Media Parser and are moving to Mediabunny!

Key Concepts

  • Example
  • See also

Code Examples

await downloadAndParseMedia({
  src: 'https://www.w3schools.com/html/mov_bbb.mp4',
  writer: nodeWriter('output.mp4'),
});
  • What it demonstrates: Usage pattern for nodeWriter from the official docs.

Key Takeaways

  1. Understand example when working with nodeWriter.
  2. Understand see also when working with nodeWriter.

Connects To

  • Download and Parse: related page in the Media Parser (@remotion/media-parser) section.
  • Download and Parse Media: related page in the Media Parser (@remotion/media-parser) section.
  • Fast and Slow: related page in the Media Parser (@remotion/media-parser) section.