How to Extract MP3 Audio from Any Video File Online — Free, No Install
Just want the audio — here’s what works
If you have a video file and need the audio as an MP3 for a portable player, you don’t need to install anything. A handful of browser-based tools handle this for free. The one caveat: most have a file size cap, so a long movie rip can sometimes need a desktop tool instead.
Best online options
EZGif MP4-to-MP3
EZGif’s audio extractor is probably the least-fuss option out there. Drop your video in, pick the format (MP3 by default), hit convert. No login, no watermarks. It handles MP4, MOV, AVI, WebM, and MKV. Output lands at 192 kbps — fine for speech and decent for music.
FreeConvert
FreeConvert supports a wider range of input formats and lets you dial in quality settings before converting. That’s useful if you want a specific bitrate. You can also pull files directly from Google Drive or Dropbox instead of uploading from your hard drive, which saves time when the video is already in the cloud.
OnlineConverter
No-frills and reliable. Paste a URL or upload a local file, pick MP3 as output, done. It has been around for years without major issues and handles the common formats without fuss.
Restream Audio Extractor
Browser-based, no account required, supports the most common video containers. Good when you want something fast with no settings to think about.
When online tools hit their limits
File size caps are the main blocker. If you are converting a long recording or a large video file, an online tool might refuse the upload. Two free desktop solutions handle this without restriction.
VLC Media Player
VLC is free, open-source, and probably already installed on your machine. To extract audio on Windows:
- Open VLC and go to Media → Convert/Save (Ctrl+R)
- Click Add and select your video file
- Click the Convert/Save button at the bottom
- Under Profile, choose Audio – MP3
- Set a destination filename ending in
.mp3 - Hit Start
On Mac, go to File → Convert/Stream and pick your audio profile from there. The steps are nearly identical.
FFmpeg (command line)
FFmpeg is free, handles virtually any format, and runs on Windows, Mac, and Linux. It is a command-line tool, so there is a small learning curve — but the basic extraction command is short:
ffmpeg -i yourvideo.mp4 -vn output.mp3
The -vn flag drops the video stream entirely. To target a specific bitrate, add -b:a 192k before the output filename. If the source audio is already MP3-encoded inside the container, use -acodec copy instead and FFmpeg skips re-encoding — it finishes in seconds and the quality is identical to the source.
Getting files onto your MP3 player
Most portable players mount as USB mass storage when you plug them in. Drag the MP3 into the music folder and that is usually it. If tracks sort badly or show the wrong title, a free tag editor — Mp3tag on Windows, Kid3 on Mac or Linux — will fix the metadata quickly.
A note on bitrate
128 kbps is the practical floor for music — workable, but thin on complex tracks. 192 kbps is a reasonable middle ground and is what EZGif outputs by default. For speech, podcasts, or recorded interviews, 128 kbps is genuinely fine and saves space on smaller devices with limited storage.
Frequently asked questions
Is it legal to extract audio from video files?
Extracting audio from video you own or have permission to convert is generally fine. Ripping from YouTube or other streaming services is a separate question — those platforms’ terms of service typically prohibit it, and copyright rules vary by country. Converting your own local video files is straightforward in most jurisdictions.
Will the audio quality match the original?
It depends on what was in the video. If the video’s audio track was encoded at high quality, you will get that quality in the MP3. Converting cannot improve quality — if the source was a low-bitrate stream, re-encoding to MP3 will not recover what was not there. Always keep the original video file if quality matters long-term.
My MP3 player will not recognize the converted file — what is wrong?
First, check that the file extension is actually .mp3 and not .m4a or another format the converter quietly defaulted to. Some older players also struggle with very high bitrates or variable bitrate (VBR) encoding. Re-encode at a fixed 128 or 192 kbps using VLC or FFmpeg and the file should play without issue.
Sources
- ezgif.com
- freeconvert.com
- onlineconverter.com
- restream.io
- cloudinary.com
- mux.com
- linuxconfig.org
- flexclip.com
