Chapter 724: getDefaultVideoCodec()
Core Idea
:::warning We are phasing out Remotion WebCodecs and are moving to Mediabunny!
Key Concepts
- Default video codecs
- See also
Code Examples
getDefaultVideoCodec({container: 'webm'}); // 'vp8'
- What it demonstrates: Usage pattern for getDefaultVideoCodec() from the official docs.
Key Takeaways
- Understand default video codecs when working with getDefaultVideoCodec().
- Understand see also when working with getDefaultVideoCodec().
Connects To
- Buffer Writer: related page in the WebCodecs (@remotion/webcodecs) section.
- can Copy Audio Track: related page in the WebCodecs (@remotion/webcodecs) section.
- can Copy Video Track: related page in the WebCodecs (@remotion/webcodecs) section.