You can add background music to your Tella video from Tella’s built-in music library, or upload your own track. You can also preview tracks, adjust the volume, and remove or replace music at any time.
Audio you add here is background music — it’s mixed in underneath the audio that’s already in your video (your voiceover, screen audio, and so on) and plays quietly behind it. It is not a voiceover or main audio track, and it does not replace your existing audio.Tella doesn’t support importing a standalone voiceover or narration track, or recording a voiceover over an existing clip. To narrate a recording, record your mic at the same time as your screen, or re-record the clip. See Can I combine two separate recordings into one video?.
Open the audio tab
- Open your video in the Tella editor.
- Select the audio tab in the sidebar.
Browse and add a track from the music library
The audio tab shows a few suggested tracks — click the play button on a track to preview it, and click Add to apply it. To see the full library:- In the audio tab, click Browse all. This opens the Music library panel.
- Browse Tella music presets organized by category — Calm, Energetic, Focused, and Playful — or use the search box to find a specific track.
- Click the play button on a track to preview it.
- When you find one you like, click the track to add it to your video.
Upload your own background music
- In the Music library panel, click Upload in the Personal section, or drag an audio file into it.
- Choose an audio file from your computer.
- The upload is saved to your Personal library, but it isn’t applied to your video yet.
- Click the track in the Personal library to add it to your video.
Adjust the music volume
- Use the volume control in the audio tab to make the music louder or quieter.
Remove or replace the track
- To remove the current track, select the remove option in the audio tab.
- To swap it for a different track, click Change music — this opens the Music library panel where you can pick another track or upload your own.
Why does my uploaded audio fade in/out?
Background music is meant to sit gently behind your voice, so Tella shapes it automatically:- It fades in at the start and fades out at the end of your video, so the music eases in and out instead of cutting abruptly. This is expected behavior for background music — it’s not a glitch with your file.
- It’s mixed under your existing audio at the music volume you set, so your voiceover and screen audio stay in front.
How Tella handles track length
- If your background track is longer than your video, Tella fades it out at the end of the video.
- If your background track is shorter than your video, Tella loops it so you have music for the full duration.
Preview your video with music
- Click Play to preview the video with your background music.
- If needed, adjust the volume until it sounds right.
Set background music via the API or MCP
Background music can also be set and removed programmatically. UsePUT /v1/videos/{id}/background-music and DELETE /v1/videos/{id}/background-music in the Public API, or the set_background_music and remove_background_music tools in the MCP server.