EZ
EZ2Conv

Video to Audio Converter

Extract audio tracks from MP4, WebM, MOV, AVI, and MKV videos and save as MP3 or WAV. Adjust bitrate and mono/stereo channels, with files up to 500MB supported. Everything processes in your browser -- your video never leaves your device.

Drop video here or click to upload

Supported formats: .mp4, .webm, .ogg, .mov, .avi, .mkv

All processing happens in your browser. Your video never leaves your device.

How to Use

  1. Upload or drag and drop a video file (MP4, WebM, MOV, AVI, MKV up to 500MB) -- the tool displays file info including duration, resolution, and size
  2. Choose MP3 for compressed output with adjustable bitrate (64-320 kbps) or WAV for lossless quality, and select mono or stereo channels
  3. Click 'Extract Audio' to begin -- the tool decodes the video and encodes the audio track entirely in your browser with no server upload
  4. Preview the extracted audio with the built-in player to verify quality and completeness, then download when you are satisfied with the result

Tips

  • MP3 format produces smaller files, WAV maintains full quality
  • Higher bitrate means better audio quality but larger file size
  • Mono audio is half the size of stereo
  • All processing is local - your files never leave your device

Pulling the Audio Track Out of a Video File

What this tool does

A video file is really two streams wrapped in one container: the moving picture and a separate audio track. This tool ignores the picture entirely and lifts out just the sound, handing it back as a standalone MP3 or WAV. It opens the container — MP4, WebM, MOV, AVI, MKV, or OGG — decodes the embedded audio with the browser's Web Audio API, then re-encodes it two ways: through the lamejs MP3 encoder for a compressed file, or through a direct 16-bit PCM writer for lossless WAV.

Source files up to 500MB are accepted, and you decide the output shape with the format, bitrate, and channel controls before extraction begins.

When to reach for it

The classic case is turning an MP4 lecture, interview, or music video into an MP3 you can drop onto a phone, a podcast feed, or a playlist. It is equally useful for salvaging the audio from a screen recording, pulling a backing track out of a WebM clip, or preparing a clean audio file to send off for transcription.

Because only the audio matters here, you skip video editors entirely — there is no timeline to scrub and no need to render a whole movie just to keep its soundtrack.

A concrete example

Suppose you have a 90-second MP4 talk. Load it, choose MP3 at 192 kbps in stereo, and press Extract Audio; the track is decoded and run through lamejs, returning a file of roughly 2MB. Switch the channel setting to mono and the result nearly halves — plenty for spoken word. Pick WAV instead and you get an uncompressed 16-bit file that is larger but stays bit-for-bit faithful to the source.

Notes and edge cases

Decoding relies on the codecs your browser already understands, so an unusual codec inside an AVI or MKV may refuse to decode even though the container is on the supported list — re-wrapping the file as MP4 first almost always clears it up. Bitrate ranges from 64 to 320 kbps, where a higher number preserves more detail at the cost of size, and a mono track is about half the size of stereo.

One thing to keep in mind: the entire audio track is decoded into memory before encoding, so a long or high-resolution source is memory-heavy and can run slowly, or run out of memory, on devices with little RAM. Trimming to a shorter clip is the simplest workaround.

Frequently Asked Questions

Yes. Extract the audio from as many videos as you like — MP4, WebM, MOV, AVI, MKV, or OGG up to 500MB — with MP3 and WAV output, the full 64-320 kbps bitrate range, and mono/stereo selection all available. Nothing is locked behind a paywall, and there are no watermarks or export caps.
Yes. The browser's Web Audio API decodes the video's audio track and the lamejs encoder writes the MP3 (or a PCM writer builds the WAV) directly on your device. The video is never uploaded, so both it and the audio you pull from it stay local from start to finish.
No. There is no account, email, or registration step. Drop in a video, pick your output format, bitrate, and channels, press Extract Audio, then preview and download — the extractor works the moment the page loads.
MP4, WebM, MOV, AVI, MKV, and OGG are supported, at sizes up to 500MB. Extraction depends on your browser being able to decode the audio inside the container, so a common codec is your best bet; the result can be saved as either MP3 or WAV.
Pick MP3 when you want a small, share-friendly file for music, podcasts, or phones — adjust the bitrate from 64 to 320 kbps to trade size against quality. Pick WAV when you need lossless, uncompressed 16-bit audio for editing or archiving; the file is larger but preserves the original quality exactly.
Two reasons. If the audio uses a codec your browser cannot decode, the file will not open — converting it to MP4 or WAV first usually helps. And because the whole track is loaded into memory before encoding, a very long or large video can exhaust the available RAM; a shorter clip or a smaller file gets around it.