Audio Editing

How to Extract Sound from a Video: 4 Easy Ways

Learn how to extract sound from a video online, on Mac or Windows, or with FFmpeg. Choose the right audio format and avoid common quality mistakes.

By Tunii Team18 min read

Summarize with AI

Open your preferred AI assistant with a source-aware Tunii prompt prefilled.

View as Markdown

Sometimes the video is just the box the audio arrived in.

You recorded a 45-minute interview, but what you really need is an audio file you can send for transcription. You saved a screen recording because the explanation was useful, but there is no reason to keep hundreds of megabytes of video on your phone. You filmed a rehearsal and now you want the performance as an audio file. Or you have an old video project and need the voiceover without opening the whole edit again.

In all of those cases, the job is the same:

Keep the sound. Leave the picture behind.

The quickest route is to use an audio extractor for video, choose MP3, WAV, or M4A, and save the result as a separate audio file.

That is not the only route, though.

If you are already on a Mac, QuickTime Player can export audio with no extra software. Windows users can do the same kind of job in Clipchamp. And if you care about preserving the original audio stream, selecting a particular language track, or processing files in batches, FFmpeg gives you much more control.

Here is how to choose.

Which method should you use?

Your situationBest starting pointWhy
You need the audio once and do not want to install anythingTunii Audio ExtractorShort browser workflow
You are on a Mac and M4A is fineQuickTime PlayerAlready on the Mac and supports Audio Only export
You are on Windows and prefer a visual editorClipchampUseful when you also want to trim the recording
You want exact codec or stream controlFFmpegLets you choose streams and decide whether to re-encode
You are on iPhone or AndroidBrowser audio extractorNo need to move the file to a computer
Your video contains several audio tracksFFmpegLets you select the exact track you want

Four practical ways to extract sound from a video: browser tool, QuickTime, Clipchamp, and FFmpeg

What does "extract sound from a video" actually mean?

A video file is usually a container, not one indivisible block of media.

An MP4, MOV, WebM, or MKV can contain:

  • a video stream;
  • an audio stream;
  • subtitles;
  • metadata;
  • sometimes several audio tracks.

That is why you do not need to play the video through your speakers and record it again.

The audio is already inside the file.

An audio extractor reads that sound and saves it separately.

There is one detail worth understanding because it affects both speed and quality:

Extracting audio and converting audio are not always the same thing.

If a tool can copy the existing audio stream into a compatible output container, it may not need to decode and encode the audio again. FFmpeg calls this streamcopy.

If you ask for a different format — for example, turning AAC audio inside an MP4 into MP3 — the audio normally has to be encoded again.

For a lecture, voice memo, or practice track, you may never hear a meaningful difference.

For an editing master that will be processed several more times, avoiding unnecessary lossy conversions is a better habit.

Method 1: Extract sound from a video online

For most one-off jobs, this is the shortest route.

You do not need a timeline, a video project, or a command line. Choose a video, choose what you want the audio to become, then save it.

Step 1: Choose your video

Open the Tunii Extract Sound from Video tool and select the video from your device.

This kind of workflow is useful for files such as:

  • phone videos;
  • recorded interviews;
  • classes and lectures;
  • webinars;
  • screen recordings;
  • video podcasts;
  • rehearsal clips;
  • product demos with narration.

Step 2: Choose MP3, WAV, or M4A

Do not overthink the format unless the file is going into another editing step.

Choose MP3 if you mainly want to listen to the audio, send it to someone, upload it somewhere, or keep the file small.

Choose M4A if you want a compact modern audio file and do not specifically need MP3.

Choose WAV if you plan to edit, clean up, mix, or process the audio again and file size is not a concern.

There is an important catch with WAV:

WAV does not repair a low-quality source.

If a phone recorded compressed AAC audio, exporting that audio to WAV does not bring back information that was already discarded.

You get a larger file, not a time machine.

WAV is still useful for editing because you can keep working without adding another lossy encode at every export.

Step 3: Extract the audio

Start the extraction and keep the tab open while the file is being processed.

Tunii's extractor is designed around local browser processing, so the video can be handled on the device rather than being sent to a media-processing server just to pull out its audio track.

That is convenient for a normal phone clip, interview, or screen recording.

A very large video is a different story.

Browser-based media processing uses the memory and CPU available on the device. A three-minute MP4 on a recent laptop is an easy job. A two-hour 4K recording on an older phone may not be.

If a large file causes the browser to run out of memory or become unstable, use the FFmpeg method later in this article on a desktop computer.

Step 4: Preview before downloading

Listen to the result before you save it.

You do not need to audition the entire recording. Check the beginning and one or two spots in the middle.

That catches surprisingly common problems:

  • the source video was muted;
  • the useful audio only starts several minutes in;
  • the file contains an unexpected language track;
  • the recording is extremely quiet;
  • you selected the wrong video.

If it sounds right, download the audio.

For a normal one-off job, you are done.

Method 2: Extract audio from a video on Mac with QuickTime

If you are already on a Mac and M4A works for your destination, QuickTime Player is hard to beat for convenience.

You do not need to install a full editor just to keep the sound from one video.

Step 1: Open the video in QuickTime Player

Open the movie in QuickTime Player.

If QuickTime is not the default app for that file, right-click the video and choose:

Open With → QuickTime Player

Step 2: Export Audio Only

In QuickTime Player, choose:

File → Export As → Audio Only

Apple's current QuickTime Player documentation says an Audio Only export is saved as an Apple MPEG-4 audio file with an AAC audio track.

Step 3: Name and save the file

Choose a destination and save the result.

That is the entire workflow.

When QuickTime is a good fit

Use QuickTime when:

  • you are already on a Mac;
  • the video opens correctly in QuickTime;
  • M4A/AAC works for what you need;
  • you do not need bitrate controls;
  • you do not need to select from several audio tracks.

When it is not

QuickTime is less convenient when the next step specifically requires MP3 or WAV.

You could convert the M4A afterward, but that is an extra export and potentially an extra encode. If you already know the required format, it is cleaner to create it directly with an audio extractor or FFmpeg.

Official reference: Apple QuickTime Player export guide

Method 3: Extract sound from a video on Windows with Clipchamp

Windows users have another practical option: Clipchamp.

It is more of an editor than an extractor, so there are a few more steps than with a dedicated tool. The benefit is the timeline.

That matters if you only need part of a long recording.

Imagine you have a 55-minute webinar but only want the 12-minute Q&A as an audio file. Trimming the project visually before export is easier than extracting the full hour and cutting it later.

Step 1: Import the video

Open Clipchamp, create a project, and import your video.

Add the clip to the timeline.

Step 2: Trim it if you need to

If you want the complete audio track, leave the clip alone.

If you only need one section, trim the timeline first.

Step 3: Export the audio-only version

Open the export options and choose the audio-only output.

Microsoft's current Clipchamp support documentation describes audio-only exports as MPEG-4 .m4a files.

When Clipchamp makes sense

Use it when you:

  • are already working in Clipchamp;
  • want to trim the recording first;
  • prefer a visual timeline;
  • are happy with M4A output.

If your only goal is to pull the complete sound from a five-minute MP4, a dedicated extractor is faster.

Official reference: Microsoft Clipchamp export guide

Method 4: Extract audio with FFmpeg

FFmpeg is the method to learn when you want control rather than convenience.

There is no drag-and-drop interface, but it handles the jobs simple tools tend to hide:

  • choosing a specific audio stream;
  • controlling bitrate and codec;
  • processing unusual containers;
  • automating many files;
  • copying the original audio without re-encoding.

If the command line does not bother you, it is also a useful way to see what "extracting" actually means.

Extract MP3 from a video

ffmpeg -i input.mp4 -map 0:a:0 -vn -c:a libmp3lame -b:a 192k output.mp3

The important pieces are:

  • -map 0:a:0 selects the first audio stream;
  • -vn leaves the video out of the output;
  • -c:a libmp3lame encodes the audio as MP3;
  • -b:a 192k sets a 192 kbps audio bitrate.

For spoken audio, you may not need a high bitrate. Music is less forgiving, especially if you plan to listen closely or edit it later.

Extract WAV from a video

ffmpeg -i input.mp4 -map 0:a:0 -vn -c:a pcm_s16le output.wav

This creates uncompressed PCM audio in a WAV container.

Expect a much larger file.

Extract M4A/AAC

ffmpeg -i input.mp4 -map 0:a:0 -vn -c:a aac -b:a 192k output.m4a

This is a practical compact output when you do not specifically need MP3.

Copy the original audio without re-encoding

Suppose your MP4 already contains AAC audio.

Instead of decoding it and creating a new AAC file, you may be able to copy the audio packets directly:

ffmpeg -i input.mp4 -map 0:a:0 -vn -c:a copy output.m4a

This is the interesting case.

FFmpeg's own documentation explains that streamcopy avoids decoding and encoding. When the source stream is compatible with the destination container, it is fast and does not introduce quality loss from another encode.

It will not work for every codec/container combination, but when it does, it is the cleanest kind of extraction.

Official reference: FFmpeg streamcopy documentation

What if the video has several audio tracks?

This comes up with:

  • multilingual movies;
  • conference recordings;
  • screen captures that kept system and microphone audio separately;
  • files exported from professional editors.

First inspect the file:

ffmpeg -i input.mkv

FFmpeg will list the available streams.

Then map the audio stream you actually want.

For example:

ffmpeg -i input.mkv -map 0:a:1 -vn -c:a copy output.m4a

Here 0:a:1 means the second audio stream in the first input file.

This is one of the cases where a command-line tool is genuinely better than a one-button extractor. A simple browser tool may reasonably choose the first audio track; FFmpeg lets you make the decision yourself.

How to extract audio from an MP4

MP4 deserves its own section because it is the format people ask about most often.

The main thing to remember is that MP4 is a container.

An MP4 video commonly contains:

  • H.264 or H.265 video;
  • AAC audio.

If you just need a standalone audio file, you have three sensible choices.

You need something easy to share

Use MP3.

This is the least surprising format when you are sending a file to another person and do not know what device or software they use.

You want to keep a compact AAC-style file

Use M4A.

If the original audio is already AAC, FFmpeg may even be able to copy that stream without encoding it again.

You plan to edit the audio

Use WAV if storage is not a problem.

But remember: turning compressed AAC into WAV does not increase the fidelity of the original recording. It only prevents another lossy encoding step while you continue working.

MP3 vs WAV vs M4A: which should you choose?

There is no "best" audio format in isolation.

There is only a format that fits what happens next.

MP3, WAV, and M4A compared for sharing, editing, and file size

FormatBest forFile sizePractical note
MP3Sharing, listening, transcription uploadsSmallBroad compatibility
M4AModern phones, Apple workflows, compact storageSmallOften contains AAC audio
WAVEditing, mixing, further processingLargeAvoids another lossy export, but cannot restore lost detail

For interviews and transcription

MP3 is usually enough unless the transcription service gives you a different requirement.

Speech does not need an enormous WAV file just because WAV sounds "professional."

If the recording is already noisy, a larger container will not make the words clearer.

For podcasts

If you are about to edit the episode, WAV is a sensible working file.

If you are simply extracting the finished audio from a video podcast for distribution, MP3 may be more practical.

For music

If the extracted track is going into a DAW for more editing, WAV gives you a good working format.

If you only want to listen to the rehearsal in the car, MP3 or M4A is easier.

The intended use matters more than the label on the format.

Does extracting audio reduce the quality?

This question has two different answers.

If the audio is copied

When the original audio stream is copied without re-encoding, you are not asking an encoder to approximate the sound again.

This is the closest thing to "extract it exactly as it is."

If the audio is converted

If the source is AAC and you export MP3, the audio has to be encoded into a new lossy format.

That does not automatically mean it will sound bad.

A sensible bitrate from a decent source can sound perfectly fine for everyday listening, voice, and many content workflows.

The problem is repeated conversion.

AAC → MP3 → AAC → MP3 is not a useful quality-improvement strategy. Each lossy generation can throw away more information.

If the file is going through several editing stages, use a lossless working format after the first extraction.

Three quality mistakes worth avoiding

A lot of audio-extraction advice treats the output format like a quality button. It is not.

Mistake 1: Converting to WAV and expecting missing detail to return

It will not.

If the source is a heavily compressed social media clip, a WAV export is still based on that compressed source.

Mistake 2: Choosing an unnecessarily low MP3 bitrate for music

Speech can tolerate aggressive compression better than dense music.

If you are extracting a song, rehearsal, or performance that you actually care about hearing, do not crush it just to save a few megabytes.

Mistake 3: Assuming extraction also cleans the recording

An audio extractor separates the audio track from the video.

It does not automatically fix:

  • air conditioner noise;
  • clipping;
  • echo;
  • wind;
  • microphone hiss;
  • a speaker standing too far from the phone.

Those are audio-restoration or editing problems.

First extract the sound. Then decide whether it needs cleanup.

Four real situations where extracting the audio is useful

This is not only a "convert MP4 to MP3" task.

The useful part is what you can do once the video baggage is gone.

1. Turn an interview into something you can transcribe

A client sends you a 700 MB interview video.

The transcription service only needs the voices.

Keeping the video adds upload time without adding useful information.

Extract the audio first, check that both speakers are audible, then send the smaller file.

2. Reuse a screen-recording narration

You recorded a software walkthrough last month and gave a surprisingly good explanation of one feature.

Now you want that explanation in a podcast, course, or new edit.

You do not need to record the narration again just because it is trapped inside an old screen recording.

Extract it.

3. Save a rehearsal without keeping the whole video

A musician records every rehearsal on a phone because video is convenient.

A week later, nobody cares what the rehearsal room looked like. They just want to hear the arrangement.

Extracting the audio gives the group a smaller file they can review on the way home.

4. Prepare video audio for another Tunii workflow

Sometimes extraction is only step one.

You may pull the full soundtrack out of a video and then realize what you actually need is one part of that soundtrack.

If you want the singing by itself, use the Vocal Isolator.

If you want drums, bass, piano, guitar, vocals, and other parts separated, use the Stem Splitter.

If the goal is an instrumental backing track, use Tunii's Vocal Remover or Karaoke Maker.

That leads to an important distinction.

Extract audio vs remove audio vs isolate vocals

These phrases sound similar, but they describe different jobs.

The difference between extracting a video's full audio, removing audio, isolating vocals, and splitting stems

Extract audio

Video → complete audio track

You keep everything that was in the soundtrack: speech, music, background noise, sound effects, room tone.

Remove audio

Video with sound → silent video

You are keeping the picture and getting rid of the soundtrack.

That is the opposite direction.

Isolate vocals

Mixed audio → vocal-focused track

You are no longer extracting the complete soundtrack. You are asking a source-separation model to estimate which parts belong to the vocal.

Use the Vocal Isolator when that is what you actually need.

Split stems

Mixed audio → vocals + drums + bass + other parts

This goes further than basic extraction.

Use the Stem Splitter when you need individual musical elements rather than one complete audio file.

A useful rule:

If you want everything you can hear in the video, extract the audio.
If you want one thing you can hear in the mix, you probably need separation.

Common problems and what they usually mean

"The video has no audio to extract"

Some videos genuinely have no audio stream.

This can happen with:

  • muted camera exports;
  • animation renders;
  • screen recordings captured without microphone or system audio;
  • files that were intentionally stripped of sound.

An extractor cannot recover an audio track that was never stored in the file.

"I got the wrong language"

The file may have several audio tracks.

A basic extractor often starts with the first available track.

If you know the video contains multiple languages, commentary, or alternate mixes, FFmpeg is the safer tool because you can inspect and map a specific stream.

"The WAV file is huge"

That is normal.

Uncompressed PCM audio uses much more space than MP3 or AAC.

If the file is only for listening or sending to someone, WAV may be unnecessary.

"The extracted audio is quiet or noisy"

Extraction preserves what is in the source.

If the microphone was quiet, the extracted track will be quiet. If the room had a fan running, the fan will still be there.

The next step is audio cleanup, not another extraction.

"A big video crashes on my phone"

Long, high-resolution videos can be heavy even when you only want the audio.

With local browser processing, the device still has to read and process the input file.

Try a desktop computer for large files. For very large or unusual files, FFmpeg is the better fallback.

Can you extract music from a video?

Yes — but there are two different requests hiding inside that sentence.

If you mean:

"I want the entire soundtrack as an audio file."

Use an audio extractor.

If you mean:

"I only want the music and not the person talking over it."

That is no longer simple extraction.

The speech and music are already mixed into the same audio stream. You need source separation or a more specialized editing workflow, and the result will depend on how the original audio was mixed.

The same applies to vocals.

Extracting the audio from a music video gives you the full song.

It does not automatically give you an acapella, instrumental, drum stem, or bass stem.

For those jobs, use Vocal Isolator, Vocal Remover, or Stem Splitter.

Can you extract sound from a video on iPhone or Android?

Yes.

For a one-off file, the browser route is usually the least annoying.

Open the audio extractor, choose the video from your device, pick the audio format, then save the result.

The main limitation is not the idea of extraction. It is the hardware.

A recent phone can handle normal clips comfortably. Very large recordings can put much more pressure on mobile memory than they would on a laptop or desktop.

If you are trying to extract audio from a huge conference recording on a phone and it keeps failing, moving the job to a computer is not giving up. It is using the right machine for the file.

One more thing: extraction does not change usage rights

Technically extracting an audio track is easy.

Permission is a separate question.

If the video is your recording, your interview, your class, your licensed footage, or media you otherwise have permission to use, there is no mystery.

With somebody else's film, song, stream, or social video, creating an audio file does not grant new rights to reuse, publish, remix, or sell the material.

The format changed.

The ownership did not.

The short version

If you only need the sound once, do not turn it into an editing project.

Use the Tunii Extract Sound from Video tool, choose the format that matches what you will do next, listen to the result, and save it.

Use QuickTime when you are already on a Mac and M4A is fine.

Use Clipchamp when you are on Windows and want to trim visually before exporting.

Use FFmpeg when you care about stream selection, automation, unusual files, or avoiding an unnecessary re-encode.

And once you have the audio, stop calling every next step "extraction."

Want just the singer? Isolate the vocals.

Want the instrumental? Use the Vocal Remover.

Want the song split into individual parts? Open the Stem Splitter.

Different job. Different tool.

Frequently Asked Questions

How do I extract sound from a video?

The quickest method is to open an audio extractor, choose your video, select an output format such as MP3, WAV, or M4A, extract the audio, preview it, and download the result. You can also use QuickTime on Mac, Clipchamp on Windows, or FFmpeg if you want more control.

How do I extract audio from an MP4?

An MP4 can contain separate video and audio streams. You can save the audio as a standalone file with an online audio extractor, QuickTime, Clipchamp, or FFmpeg. If the original audio is AAC and the output container is compatible, FFmpeg can often copy it without re-encoding.

Can I extract audio from a video without losing quality?

Sometimes. The most direct method is to copy the original audio stream without re-encoding when the source codec and output container are compatible. Converting the audio to another lossy codec such as MP3 requires encoding and is not a bit-for-bit copy of the source.

Should I choose MP3, WAV, or M4A?

Choose MP3 for easy sharing and everyday listening, M4A for a compact file that works well across modern devices, and WAV when you plan to edit the audio and do not mind a much larger file.

Why is my extracted WAV file so large?

WAV commonly stores uncompressed PCM audio, so it can be many times larger than MP3 or M4A. The larger file does not restore detail that was already lost in a compressed source.

Can I extract music from a video?

Yes. Audio extraction saves the complete audio track from the video. If you want to separate vocals, drums, bass, or other parts of the music, you need source separation rather than a basic audio extractor.

Can I extract sound from a video on iPhone?

Yes. A browser-based audio extractor is usually the simplest option because you can choose a video from your device and save the extracted audio without setting up desktop editing software.

Is extracting audio the same as removing sound from a video?

No. Extracting audio creates a separate audio file from the video's sound. Removing sound mutes or deletes the audio track from the video.

How to Extract Sound from a Video (4 Easy Ways)