How to convert MP4 to MP3 in your browser
Extract audio from video privately. Learn how to turn MP4 to MP3 for podcasts, ringtones, or music without sending your file to a server.
You have a video - a lecture, podcast, concert, or your own footage - and you only need the audio. Converting MP4 to MP3 is the most common audio extraction task.
MP4 vs MP3 - what's happening?
MP4 usually contains H.264 video + AAC audio. MP3 is audio-only. Conversion means decoding the AAC (or other) audio stream and re-encoding to MP3 at a bitrate you choose, while discarding video.
Best bitrate to choose
- Speech / podcast: 96-128 kbps is enough, small files
- Music / general: 192 kbps - good balance
- High quality archive: 256-320 kbps
Our tool uses 192k by default, which is transparent for most listeners.
Step by step in FreeOnlineConverters.cc
- Go to Video & Audio Converter, drop MP4.
- Wait for Engine ready.
- In Convert to dropdown, choose MP3 - Audio (or AAC, WAV if you need lossless).
- Click Convert. The tool runs
ffmpeg -i input.mp4 -c:a libmp3lame -b:a 192k output.mp3entirely locally. - Download MP3. Original MP4 never left your device.
Other audio formats
Choose AAC for iPhone ringtones, WAV for editing in Audacity/Premiere (instant via Web Audio API, no FFmpeg needed), FLAC for lossless archive, OGG for Discord. All conversions stay private.
Why browser-only matters for audio
Video often contains private conversations. Extracting audio on a server means that server hears your conversation. Browser-only extraction keeps voice data on device, important for GDPR and client confidentiality.
Troubleshooting
- Large MP4 (500MB+): extraction still needs to decode video, so it takes time. Be patient, keep tab active.
- No audio? Some MP4s have no audio track. Check Remove audio is not checked.
- Need exact timing? Trim first in a video editor, then extract.