Initializing FFmpeg, please wait.
Vidxt pulls the audio track out of a video file and saves it as a standalone MP3 or WAV. The original video is left untouched, so you can keep the visuals and use the audio separately for editing, archiving or transcription.
Extraction is fast because the audio stream is read directly from the container, then re-encoded only if the chosen output format requires it. That means no quality loss when you copy an existing AAC stream into an M4A, and predictable bitrates when you go to MP3.
Inputs cover the everyday containers: MP4, MOV, AVI, MKV, WebM and FLV. Outputs are MP3 for compact universal playback, WAV for lossless editing, and M4A when you want to keep the original AAC audio without re-encoding it.
All decoding, demuxing and encoding happen inside the browser through FFmpeg compiled to WebAssembly. The video never leaves your device, and the resulting audio file is created locally too, which makes the tool safe for confidential or unreleased material.
Not if you pick a format that matches the source. Choosing M4A on a video with an AAC track copies the stream without re-encoding. WAV is lossless. MP3 re-encodes, but at 192 kbps or higher the difference is hard to hear.
You can process files one after another in the same browser tab without reloading. There is no batch upload yet, but the queue model means you can drop a new file as soon as the previous one finishes exporting.
Most of a video file is image data. Audio typically accounts for a small fraction of the size, so a 1 GB video might produce a 60-120 MB MP3 at a comfortable bitrate, which is normal and not a sign of quality loss.
Yes. The browser tool works on iOS Safari and Android Chrome, with a 500 MB upload cap on mobile so the device does not run out of memory. For longer videos a laptop or desktop is the safer option.