Chapter 686: nodeReader
Core Idea
:::warning We are phasing out Media Parser and are moving to Mediabunny!
Key Concepts
Code Examples
const result = await parseMedia({
src: '/Users/jonnyburger/Downloads/my-video.mp4',
fields: {
durationInSeconds: true,
dimensions: true,
},
reader: nodeReader,
});
- What it demonstrates: Usage pattern for nodeReader from the official docs.
Key Takeaways
- Understand example when working with nodeReader.
- Understand see also when working with nodeReader.
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.