What extracting audio from video actually means
Extracting audio from a video means taking the sound track and saving it as a separate file — usually as an MP3, WAV, or M4A — without the video part. The video file itself stays unchanged. You are not editing the original; you are copying just the audio layer into a new format that plays on music players, in your car, or on your phone's music app instead of a video player.
This is different from converting a video file to a different video format (like turning an MOV into an MP4). You are removing the visual component entirely and keeping only what you hear.
Key Takeaways
- Audio extraction creates a new audio-only file from a video; the original video file is not changed.
- Free desktop tools like HandBrake, VLC, and FFmpeg can extract audio from most video formats without installing spyware or paying.
- Online converters work in your browser but upload your file to someone else's server, which matters if the video contains personal or sensitive content.
- The audio quality of the extracted file depends on the quality of the audio in the original video, not on the tool you use.
- Most video files use formats like MP4, MOV, or MKV; most audio files use MP3, WAV, or M4A.
Using free desktop software to extract audio
VLC Media Player is free, open-source, and available for Windows, Mac, and Linux. It plays almost any video format and can extract the audio in a few clicks. Open VLC, go to Media > Convert/Save, select your video file, choose an audio format from the dropdown (MP3 is the most common), and click Convert. The audio file saves to your Downloads folder or wherever you tell it to.
HandBrake is another free, open-source tool built specifically for converting video and extracting audio. It is more powerful than VLC and gives you more control over audio quality and format. read it from handbrake.fr, open your video file, choose your audio format and quality settings, and click Start. HandBrake works on Windows, Mac, and Linux.
FFmpeg is a command-line tool — meaning you type commands instead of clicking buttons — but it is extremely fast and flexible. If you are comfortable opening a terminal or command prompt, FFmpeg can extract audio in one line. For example: ffmpeg -i video.mp4 -q:a 0 -map a audio.mp3 extracts the audio from video.mp4 and saves it as audio.mp3. It is free and works on all operating systems.
Using online converters if you do not want to install software
Online tools like CloudConvert, Online-Convert, and Convertio let you upload a video file, choose an audio format, and read the result without installing anything. You visit the website, select your video file, pick MP3 or another audio format, and wait for the conversion to finish.
The trade-off is that your video file travels to someone else's server. If the video contains personal footage, a private recording, or anything you would not want on a stranger's computer, a desktop tool is safer. Most online converters delete files after a few hours, but you are trusting their privacy policy. If the video is a song from YouTube or a public clip, the risk is lower.
Some online converters are free but show ads or limit file size. Others charge a small fee for larger files or faster processing. Read the site's terms before uploading anything sensitive.
Understanding audio quality and file size
The quality of the extracted audio depends on the quality of the audio already in the video file. If the video has low-quality audio to begin with, extracting it will not make it sound better. A tool cannot add detail that was never recorded.
Most tools let you choose a bitrate — a number that controls how much data the audio file uses and how good it sounds. Common bitrates for MP3 are 128 kbps (smaller file, lower quality), 192 kbps (middle ground), and 320 kbps (larger file, higher quality). If you are extracting a song or something you plan to listen to often, 192 kbps or higher is worth the extra file size. If it is a voice recording or background music, 128 kbps is usually fine.
WAV files are larger than MP3 but preserve more audio detail. M4A files (used by Apple) are smaller than WAV but larger than MP3 at the same quality level. For most people, MP3 at 192 kbps is the practical choice — it plays on almost everything and sounds good without taking up much space.
Common video and audio formats you will encounter
Video files usually end in .mp4, .mov, .mkv, .avi, or .webm. Audio files usually end in .mp3, .wav, .m4a, .aac, or .flac. Most extraction tools handle the common ones automatically — you just pick the format you want and the tool does the work.
MP4 is the most common video format on phones and computers. MOV is Apple's format. MKV is a container that can hold multiple audio and video tracks, which is why some people use it for storing films with multiple language options. MP3 is the most widely supported audio format; almost every device plays it. WAV is uncompressed and larger but preserves the most detail. M4A is Apple's audio format and is smaller than WAV while keeping good quality.
What to do if the tool does not recognize your file
If you try to extract audio and the tool says it does not recognize the format, the file may be corrupted, in an unusual format, or protected by copyright restrictions. Try opening the video in VLC first — if VLC plays it, then FFmpeg or HandBrake should be able to extract the audio, since both can handle almost any format VLC can play.
If the file is protected (some streaming services encrypt their videos so you cannot copy them), no free tool will extract the audio legally. That protection is intentional and removing it violates the terms of service and, in some countries, the law. If you own the video or have permission to extract the audio, the file should not be protected.
If the file is straightforward in an unusual format, try uploading it to an online converter to see if that tool recognizes it. Different tools support different formats, so one might work where another fails.
Extracting audio from YouTube and streaming videos
YouTube's terms of service do not allow downloading videos or audio without permission from the copyright holder. Tools that extract audio from YouTube videos technically violate those terms. If you want the audio from a YouTube video you created yourself or have permission to use, read the video file first using a tool like youtube-dl, then extract the audio using one of the methods above.
For music streaming services like Spotify or Apple Music, the songs are encrypted and protected. Extracting audio from them is not possible with standard tools and is against their terms of service. If you want to own the audio, purchase it from iTunes, Bandcamp, or another store that sells downloads.
Frequently Asked Questions
Will extracting audio damage the original video file?
No. Extraction creates a new file; the original video is not touched or changed. You can extract audio from the same video as many times as you want.
What audio format should I choose if I do not know which one to pick?
MP3 at 192 kbps is the safest choice. It plays on phones, computers, cars, and older devices. It is smaller than WAV and sounds good for most purposes. If you want the highest quality, choose WAV; if you want the smallest file, choose 128 kbps MP3.
Can I extract audio from a video on my phone?
Yes, but it is easier on a computer. On iPhone, you can use the Shortcuts app to extract audio, but it requires building a workflow. On Android, apps like VidCutter and Media Converter can extract audio. Desktop tools are faster and more reliable if you have access to a computer.
Why is the extracted audio file so much smaller than the video file?
Video files contain both picture and sound, and the picture takes up most of the space. Audio alone is much smaller. A two-hour movie might be 4 GB, but the audio track might be only 200 MB.
Is it safe to use free online converters, or will they put malware on my computer?
Reputable online converters like CloudConvert and Online-Convert do not install malware. The risk is privacy, not viruses — your file goes to their server. Avoid sites with lots of pop-up ads or that ask you to install software. If you are unsure about a site, use a desktop tool instead.