Skip to content
ByteNeat

Extract the audio from a video

Pull the soundtrack out of any video and save it as MP3, M4A or WAV. Trim to just the part you need. Runs entirely in your browser — nothing is uploaded.

Drop a video here, or

MP4, MOV, MKV, WebM or AVI · never uploaded

Getting the sound out of a video

A video file is a container holding separate video and audio tracks. Extracting the audio means pulling that second track out and saving it on its own. That is useful more often than you would expect: turning a recorded lecture into something you can listen to while walking, keeping the audio from an interview for transcription, lifting a backing track out of a performance recording, or simply stripping a 200 MB video down to a 4 MB file when only the words matter.

Which format should you pick?

FormatSizeBest for
MP3SmallMaximum compatibility — car stereos, old phones, anything
M4A (AAC)SmallBetter quality than MP3 at the same size; ideal for modern devices
WAVVery largeImporting into editing or transcription software with no quality loss

If you are unsure, MP3 at 192 kbps is the safe answer. It plays on literally everything, and at that bitrate the difference from the original is inaudible to almost everyone. Choose M4A if you know the file is staying on modern hardware — it sounds better for the same number of bytes. Reach for WAV only when something downstream demands uncompressed audio, because an hour of it runs to roughly 600 MB.

What the bitrate actually changes

Bitrate is how many bits per second are spent describing the sound. More bits means more detail preserved and a bigger file, in a near-linear relationship: one minute of 192 kbps audio is about 1.4 MB, so an hour is roughly 86 MB. Doubling to 320 kbps doubles that. For speech — lectures, podcasts, interviews — 128 kbps is genuinely enough, and halves your file size against the default. For music, 192 kbps or higher is worth it.

Trimming while you extract

If you only need ninety seconds out of a forty-minute recording, extracting the whole soundtrack and cutting it afterwards wastes both time and disk space. Turn on Trim, set a start and end, and only that section is processed. Times are entered as minutes and seconds, so 2:30 means two minutes thirty. The estimated output size updates as you change the range.

Nothing is uploaded

Extraction runs on your own machine, using FFmpeg compiled to WebAssembly inside the browser tab. Your video is never transmitted anywhere, which matters if the recording is a private meeting, a medical consultation, a legal deposition, or anything else you would not hand to a stranger's server.

Audio extraction is also much faster than video compression, because the video track is discarded rather than re-encoded. Most files finish in a few seconds once the encoder has loaded. The first run downloads that encoder — about 30 MB — and your browser caches it for every visit afterwards.

Frequently asked questions

How do I extract audio from an MP4?

Drop the MP4 in, choose MP3, M4A or WAV as the output, and press Extract. The tool copies the audio track out of the video container and encodes it to the format you picked. The original video file is left untouched on your device.

Should I choose MP3, M4A or WAV?

MP3 for maximum compatibility — it plays on essentially any device ever made. M4A (AAC) gives noticeably better quality at the same file size and is the better choice for modern phones and computers. WAV is uncompressed, so it is perfect quality but roughly ten times larger; use it only if you are importing into editing software.

Is the audio quality reduced?

Slightly, because the audio is re-encoded rather than copied bit for bit. At 192 kbps or above the difference is inaudible for almost everyone on almost any playback equipment. If you need a perfect copy of the original track, choose WAV, which does not throw anything away.

Can I extract only part of the video?

Yes. Turn on Trim and set a start and end time, and only that section is extracted. This is much faster than exporting the whole soundtrack and cutting it afterwards, and it keeps the output file small when you only need a short clip.

Is my video uploaded anywhere?

No. Extraction runs inside your browser using FFmpeg compiled to WebAssembly. Your file never leaves your device, so this is safe for confidential recordings such as interviews, lectures and private meetings.

Can I extract audio from a YouTube video?

Not directly — this tool works on files you already have on your device, not on links. You would need to have downloaded the video first, and downloading from YouTube generally breaks their terms of service unless the video offers a download option or you own it.

What video formats can I use?

MP4, MOV, MKV, WebM and AVI all work, as do audio files if you simply want to convert between audio formats. If a file has no audio track at all, the tool will tell you rather than producing an empty result.

Why does the first extraction take longer?

The first run downloads the encoder itself — about 30 MB — which your browser then caches. Later extractions on the same device skip that download entirely. Extraction is also much faster than video compression, because only the audio has to be processed.

Last updated .