How Extract audio from MP4 works
Extract the audio track from any MP4, MKV or WebM video and save it as an MP3, entirely in your browser. Drop your video file, and ffmpeg compiled to WebAssembly demuxes the container, decodes the audio stream and re-encodes it as MP3 using libmp3lame, all on your device. No video data is uploaded, and the download is ready as soon as processing finishes.
This is the right tool for archiving the audio from a talk you recorded yourself, pulling a music track from a video file, or converting a lecture clip to a portable MP3 for listening offline. The first run loads the ffmpeg WebAssembly engine, which takes a few seconds; subsequent conversions start immediately.