Convert MP4 to MP3 locally in your browser
The selected file is read into browser memory and processed by FFmpeg.wasm without a media upload endpoint.
Extract a local MP4 audio track as a 192 or 128 kbps MP3 on this device without uploading the video.
The selected file is read into browser memory and processed by FFmpeg.wasm without a media upload endpoint.
Use fast remuxing when streams are compatible, or re-encode for a predictable playback profile.
The finished file is created on this device with no account, watermark, or daily quota from this site.
Choose an MP4 from this device, select MP3 as the output, pick a bitrate, and start. The converter decodes only the audio track and encodes it to MP3 with FFmpeg.wasm in your browser — the video frames are never processed or uploaded.
The same workflow extracts audio from other supported inputs, so you can turn lectures, interviews, podcasts, or voice notes into portable MP3 files without desktop software.
192 kbps keeps more detail and is a safe default for music and spoken content you will keep. 128 kbps produces noticeably smaller files and remains fine for voice recordings, lectures, and casual listening.
Remember that MP3 is lossy: once the audio is converted, information removed by the encoder cannot be restored. Start from the best source file you have, and keep the original MP4 if you may need full quality later.
Straight answers about browser support, privacy, source access, and output behavior.
No. The file is read into browser memory and passed to FFmpeg.wasm locally. There is no upload step or cloud storage.
WebAssembly runs inside the browser sandbox and commonly uses fewer CPU resources than a native FFmpeg build. The first conversion also loads a 31 MB media engine that is reused for the rest of the session.
Common MP4, MOV, MKV, WebM, AVI, MP3, AAC, and WAV inputs are supported when the bundled FFmpeg build contains the required decoder. Outputs include MP4, WebM, MKV, MP3, and GIF.
No. Original-stream remux mode copies compatible encoded tracks without recompressing them. It is much faster, but a copied codec may still be unsupported by the target device.
Use Original quality mode. When the MKV contains H.264 video and AAC audio, remuxing copies those tracks into an MP4 container in seconds without any recompression. Re-encode only when the source codecs are not supported by your target device.