ready local
Video to Audio
Extract audio from a video file and save it as an MP3 entirely in this tab. Your file never leaves your device.
Drop video files here, or click to choose
How this works
This tool uses ffmpeg.wasm, a WebAssembly port of FFmpeg, to run the command -i input -vn -ab 128k -ar 44100 -f mp3 output.mp3 directly in your browser. The video is loaded into memory, processed, and the resulting audio is offered as a download. Nothing is uploaded to a server.
Common uses
Extracting soundtracks from video clips, saving audio from recorded presentations, or converting video lectures to audio for listening on the go.