MP4 MP3
File conversion

Convert MP4 to MP3

Convert now
QUICK ANSWER
Is it possible to convert MP4 to MP3?
Yes - MP4 converts to MP3.

You can do it right here with our free converter - no sign-up, and your file is deleted right after.

The fastest path is the free converter on this page - drop in your MP4 and get an MP3 in seconds. The main caveat is quality: most MP4 audio is AAC, and re-encoding it to MP3 is a lossy step, though at 192 kbps or above the difference is rarely noticeable.

Also to MP3: CAF · STS · OGA

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox
MP4 → MP3 converterFREE

Why convert MP4 to MP3?

Most MP4 files hold recordings, interviews, podcasts, or music videos where only the audio matters. An .MP3 is far smaller than the original video and plays on virtually every phone, speaker, or media player without extra software. Converting is also useful when a platform or device accepts only audio uploads.

How to convert MP4 to MP3

VLC media player FREE

Go to Media > Convert / Save, add your .MP4, select the Audio - MP3 profile, and click Start.

Freemake Video Converter FREE

Add your .MP4, click To MP3, choose a bitrate, and convert.

FormatFactory FREE

Drag your .MP4 to the Audio › .MP3 task, then click Start.

Command line - ffmpeg CLI

Run ffmpeg -i input.mp4 -vn -acodec libmp3lame output.mp3; add -b:a 192k to control bitrate.

Programs that convert MP4

About these formats

Quality & what to watch

  • Most MP4 audio is AAC; converting it to MP3 is a lossy-to-lossy step that adds minor degradation - use 192 kbps or higher to keep the loss inaudible.
  • The video track is permanently gone; MP3 stores audio only, so keep the original .MP4 if you may need the video later.
  • To skip re-encoding entirely, extract the audio as .m4a with ffmpeg -i input.mp4 -vn -acodec copy output.m4a - no quality loss.

Frequently asked questions

Will the MP3 audio quality match the original MP4?
Close, but not identical - re-encoding AAC to MP3 introduces a small quality drop. At 192 kbps or above the difference is hard to hear in practice.
Can I extract the audio without any quality loss?
Yes - copy the AAC track directly into an .m4a file using ffmpeg -i input.mp4 -vn -acodec copy output.m4a; no re-encoding means no extra loss.
Why can't I use HandBrake?
HandBrake is a video transcoder that always writes a video container; it cannot produce an audio-only .mp3 file.
How long does conversion take?
A 1-hour .MP4 typically converts in under a minute with VLC or ffmpeg, since only the audio track is processed - not the video.