Capítulo 723 de 988

Chapter 723: getDefaultAudioCodec()

Core Idea

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

Key Concepts

  • Default audio codecs
  • See also

Code Examples

getDefaultAudioCodec({container: 'webm'}); // 'opus'
  • What it demonstrates: Usage pattern for getDefaultAudioCodec() from the official docs.

Key Takeaways

  1. Understand default audio codecs when working with getDefaultAudioCodec().
  2. Understand see also when working with getDefaultAudioCodec().

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.