Capítulo 176 de 988

Chapter 176: Exporting Audio

Core Idea

If you export your video from Remotion, the audio is automatically included. Additionally, this page shows you can export the audio only, or omit the audio, and how the export process works.

Key Concepts

  • Audio Only
  • Command Line
  • renderMedia()
  • renderMediaOnLambda()
  • renderMediaOnVercel()
  • Lambda CLI
  • Excluding audio

Code Examples

npx remotion render src/index.ts my-comp out/audio.mp3
  • What it demonstrates: Usage pattern for Exporting Audio from the official docs.

Key Takeaways

  1. Understand audio only when working with Exporting Audio.
  2. Understand command line when working with Exporting Audio.
  3. Understand rendermedia() when working with Exporting Audio.
  4. Understand rendermediaonlambda() when working with Exporting Audio.
  5. Understand rendermediaonvercel() when working with Exporting Audio.

Connects To

  • Animatedimage: related page in the Assets & Media section.
  • Delaying: related page in the Assets & Media section.
  • From Video: related page in the Assets & Media section.