Capítulo 722 de 988

Chapter 722: getAvailableVideoCodecs()

Core Idea

:::warning We are phasing out Remotion WebCodecs and are moving to Mediabunny!

Key Concepts

  • See also

Code Examples

getAvailableVideoCodecs({container: 'webm'}); // ['vp8', 'vp9']
  • What it demonstrates: Usage pattern for getAvailableVideoCodecs() from the official docs.

Key Takeaways

  1. Understand see also when working with getAvailableVideoCodecs().

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.