MP4 to MP3 Converter (Free, Online, No Upload)
Pull the audio out of any MP4 video and save it as an MP3. The conversion runs right in your browser, so your files never get uploaded anywhere. Completely free, no account required.
Try it in your browser
Loading FFmpeg engine... (~31 MB)
How to mp4 to mp3 converter online
- 1Drop your MP4 file into the tool above, or click to browse your files.
- 2Pick a bitrate preset or adjust quality settings to your preference.
- 3Click convert and download your MP3 file when it's ready.
About MP3 format
MP4 is the most common video format. It stores video, audio, and sometimes subtitles in a single file. MP3 is the standard for compressed audio, and practically every device and app can play it.
Extracting audio from video is useful in a lot of situations. Podcasters record on video and then pull the audio for publishing. Students grab lectures. Musicians isolate a track they want to practice with. Sometimes you just want the audio from a music video without the visuals taking up space.
During conversion, the video stream gets discarded entirely. The audio stream is re-encoded as MP3 at the bitrate you choose. Higher bitrates (like 320kbps) sound better but produce bigger files. Lower bitrates (128kbps) save space and still sound fine for speech or casual listening.
Use the API
curl -X POST https://renderio.dev/api/v1/run-ffmpeg-command \
-H "X-API-KEY: ffsk_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"ffmpeg_command": "-i {{in_video}} -vn -c:a libmp3lame -q:a 2 {{out_audio}}",
"input_files": {
"in_video": "https://example.com/input.mp4"
},
"output_files": {
"out_audio": "output.mp3"
}
}'Need an API key? Get your free API key to start processing files programmatically.
Common Variations
-i input.mp4 -vn -c:a libmp3lame -b:a 320k output.mp3-i input.mp4 -vn -c:a libmp3lame -b:a 128k output.mp3-i input.mp4 -ss 00:01:00 -t 00:02:00 -vn -c:a libmp3lame -q:a 2 output.mp3-i input.mp4 -vn -ac 1 -c:a libmp3lame -q:a 4 output.mp3Frequently Asked Questions
Is this MP4 to MP3 converter really free?+
Are my files safe? Do you upload anything?+
What's the maximum file size?+
Does this work on iPhone or Android?+
Can I choose the audio bitrate?+
Can I extract just part of the audio?+
What if my MP4 has no audio track?+
How is this different from other converters?+
Privacy
Your files never leave your device. The entire conversion runs locally in your browser. No data gets uploaded to any server, and nothing is stored or tracked.
Related Operations
Need to process at scale?
Automate this with the RenderIO FFmpeg API. Process thousands of files programmatically or through no-code video automation.