Skip to content
GrabVid

Extract Audio From YouTube Videos

Save the audio track on its own, ideal for talks, lectures, interviews and podcasts.

A two hour conference talk in 1080p is well over a gigabyte. The same talk as audio is around 110 MB and plays in the background while your screen is off. For anything where the picture is a person standing at a lectern, video is mostly wasted bytes.

This page gives you the audio stream YouTube already stores, with no re-encoding step. That matters more than it sounds: every conversion between formats throws away a little more information, and starting from the original stream avoids one round of that.

How to extract Audio From YouTube Videos

  1. 1

    Copy the video link

    Hit Share under the player and copy the youtu.be link, or take the full watch?v= address from the browser. Shorts links work too.

  2. 2

    Paste it above and wait a moment

    YouTube stores more streams than any other platform here, so collecting the list takes a second or two longer than elsewhere.

  3. 3

    Pick the audio-only option

    It sits at the bottom of the list, labelled with its bitrate. Typically 128 kbps AAC in an M4A container, sometimes Opus in WebM.

AAC, Opus and the MP3 question

YouTube does not store MP3. It stores AAC, usually at 128 kbps, and Opus, often at around 160 kbps. Both are substantially more efficient than MP3, meaning better sound at the same file size. Any site handing you a .mp3 from YouTube has re-encoded the audio, which costs quality for the sake of a file extension.

We give you the stream as stored. If some specific device genuinely requires MP3, convert once, locally: ffmpeg -i input.m4a -codec:a libmp3lame -q:a 2 output.mp3 takes seconds and produces a good variable bitrate file. Converting from AAC to MP3 is lossy on top of lossy, so do it last and only when you must.

What bitrate actually gets you

For speech, 128 kbps AAC is transparent. A lecture, a podcast, an interview: you will not hear a difference from the source no matter what equipment you use. For music it is adequate rather than excellent, and on good headphones you may notice cymbals smearing and reverb tails shortening.

That ceiling was set by YouTube, not by the downloader. A 320 kbps MP3 made from a 128 kbps source contains exactly the same audio information in a file two and a half times larger. This is the most common misunderstanding in the whole category and it is worth stating plainly.

Where this crosses a line

Saving a lecture, a conference talk, a public domain recording or a podcast episode to listen to offline is ordinary personal use. Building a music library out of YouTube is not, and it is the reason this category has the reputation it does.

Musicians are paid, badly, through streaming royalties that only accrue when the track is played on a platform. Extracting the audio removes them from that chain entirely. If the music matters enough to keep, it is usually available to buy, and our disclaimer sets out where personal copying ends in more detail.

YouTube to MP3 questions

Because YouTube stores AAC audio, and M4A is its natural container. Handing you an actual MP3 would mean re-encoding, which throws away quality to satisfy a file extension. M4A plays on every phone, computer, car stereo and podcast app made in the last fifteen years.

Usually 128 kbps AAC, sometimes around 160 kbps Opus depending on the video. That is transparent for speech and reasonable for music. The bitrate was fixed when the video was uploaded, so nothing downstream can improve it.

You can, but it gains you nothing. Converting a 128 kbps source to 320 kbps produces a much larger file containing the same audio information, plus a small amount of additional loss from the conversion itself. Bitrate is a ceiling, never a floor.

YouTube's terms restrict downloading outside their own offline feature, while copyright law in many countries separately allows personal copies of freely available material. Lectures and talks sit comfortably in personal use. Commercial music is where the real problems start.

Yes, and this is where audio-only makes the most sense. An hour of 128 kbps AAC is around 55 MB against several gigabytes for the same content in 1080p. Very long videos take a little longer to read because there is more metadata to process.

Only after the stream has ended and YouTube has finished processing the recording. While a broadcast is running there is no complete file to extract audio from, just a rolling stream of fragments.

No. Age restricted content requires an authenticated session that proves your age, which this tool does not have and should not have. The request fails rather than returning a partial file.

YouTube applies loudness normalisation during playback rather than to the stored file. What you download is the uploader's original level. Any audio editor can normalise a batch of files in seconds if you are collecting clips that need to match each other.