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
- Understand audio only when working with Exporting Audio.
- Understand command line when working with Exporting Audio.
- Understand rendermedia() when working with Exporting Audio.
- Understand rendermediaonlambda() when working with Exporting Audio.
- 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.