Convert MKV to WAV

Converting MKV to WAV gives you the recording’s sound as uncompressed PCM, which is what a DAW wants before you start cutting, levelling or repairing it. The conversion adds no compression of its own — but a WAV holds exactly one soundtrack, and a Matroska file made by OBS usually holds several deliberately separate ones, so read the second section before you convert anything multi-track.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The WAV holds exactly what the MKV held.
  • File size limit Up to 100 MB per file, free, without an account.
  • Worth knowing Only the first soundtrack is kept. A film with a second language or a commentary track loses it.

Up to 100 files at once. Mixed formats are fine.

Why the audio you need to edit is trapped in a Matroska file

OBS Studio writes Matroska by default, and it is a deliberate choice: an MKV survives a crash because its structure is written continuously, where an interrupted MP4 is often unreadable. Anyone recording a podcast, an interview or a stream with OBS therefore ends up with an MKV whether or not they ever intended to make a video.

The sound is usually the deliverable and the picture is a byproduct. That is the shape of this conversion — not extracting audio from a film, but retrieving the recording from the safety container it was written into so that an editor can open it.

One WAV, one soundtrack, and what that does to a multi-track session

This is the part that costs people an afternoon. OBS routes a microphone, desktop audio, a browser source and a voice chat to separate tracks in the same recording precisely so that they can be balanced independently later. A WAV file has room for exactly one audio stream, and when the MKV holds several the first one declared is used and the rest are discarded silently.

The workaround is short and it is worth taking. Convert the MKV to a MOV or an MP4 instead: both carry every audio track the browser can decode, in the original order, and every DAW and NLE will import that file and present the tracks separately. Do the splitting there, export the one you want as a WAV from inside the session, and nothing is lost on the way.

What "no further loss" honestly means for an MKV soundtrack

PCM stores every sample it is handed, so this conversion adds nothing of its own. That is a real property and it is the reason to use WAV before destructive editing: noise reduction, compression and equalisation all work on the samples, and each pass through a lossy codec between edits compounds what the previous one approximated.

It is not the same as recovering the original recording. The audio inside the MKV was compressed by AAC or Opus when it was written, and the WAV preserves exactly what those codecs decode to — including the detail they removed at the time. Nobody can put that back. What the WAV guarantees is that nothing further is lost between here and the edit.

Sixteen-bit, and why there is no control for it

The output is 16-bit PCM at the source’s own sample rate, which for anything recorded alongside video is almost always 48 kHz. Sixteen bits rather than twenty-four is worth knowing if you are used to field recordings: it is CD depth, roughly 96 dB of dynamic range, and it is what the compressed source decodes to in the first place.

That is why there is no depth control and no quality band on this page. Widening a 16-bit source to 24 adds zeros rather than resolution, and there is no fidelity-against-size trade to offer because PCM does not compress. Set your session to 24-bit if the project calls for it, and import the WAV into it — the conversion and the session depth are separate questions.

The arithmetic of a WAV, and when to use FLAC instead

Uncompressed stereo at 48 kHz and 16 bits is 192 kilobytes every second: about 11.5 MB a minute, or roughly 690 MB for an hour of talking. There is no variation and no surprise — the size is a multiplication, which is one of the few pleasant things about the format.

For working files that is fine and for storage it is not. FLAC holds exactly the same samples in roughly half the space, verifies them with a checksum, and is read by Audacity, Reaper, Audition and every archive tool worth using. The sensible split is WAV while the file is being worked on and FLAC once it is finished, and both are available from the same MKV here.

The MKV that gives no audio at all

Some files stop with a message saying nothing in them could be converted. That is the browser declining to decode the soundtrack: with the picture already discarded, there was no track left to write, so the conversion refuses rather than producing an empty file.

It is always the same small set of codecs — AC-3, E-AC-3, DTS and Dolby TrueHD, which is disc audio and which no browser decodes. It never affects a recording from OBS, a capture card, a phone or a download tool, because those write AAC or Opus. If you are working with disc material, convert its audio to AAC once with a desktop tool and everything afterwards behaves normally.

Why an editor cannot open the MKV directly

Audacity, Audition and most DAWs read audio files rather than video containers, and the ones that read video are looking for MP4 or MOV. Matroska sits outside that set for the same reason it sits outside Final Cut’s import list: it is permissive enough that supporting it means supporting everything it can legally hold.

Some tools will open an MKV through an ffmpeg plugin and it is worth trying before converting, because a direct import saves a step and a generation. Where it works, use it. Where it does not, this conversion is the same operation done in the browser rather than by a library the editor may or may not have shipped.

Where the recording is decoded, and the size ceiling

Everything happens in the browser tab on your own processor. Nothing carrying the recording is sent anywhere, which for an unpublished interview or a client session is often not a preference but a requirement — the ordinary alternative is uploading the whole thing to a site you found a minute ago.

The free tier takes files up to 100 MB, measured on the MKV going in. That is an awkward ceiling here, because a long recording is mostly picture: an hour of talking over a static shot can be a gigabyte of video wrapping forty megabytes of sound. Where the file is too large, trimming it first or using a local tool that copies the audio stream out without decoding is the shorter path.

How to pull a WAV out of an MKV recording

  1. If the recording has separate OBS tracks, convert it to an MP4 or a MOV instead and split them in your editor.
  2. Otherwise drop the MKV onto this page and convert — there is nothing to configure, because PCM has no settings.
  3. Download the WAV and import it into Audacity, Reaper or Audition.

MKV and WAV: a container of tracks against a stream of samples

MKV compared with WAV
MKVWAV
Full nameMatroska VideoWaveform Audio
File extension.mkv.wav, .wave
Media typevideo/x-matroskaaudio/wav
CompressionLossy — file size is bought with qualityUncompressed
First published20021991
Published byMicrosoft
SpecificationMatroskaRIFF WAVE
LicensingOpen standardPublished, not standardised
Standing todayCurrentCurrent
Bit depth32
Audio channelsup to 65,535
Opens in a browserSome browsersEvery browser
Considered insteadMP4, WebMFLAC, AIFF

What the target format adds

WAV is a working format and MKV is a finished one. What comes back is editable text and objects rather than a picture of a page, which is usually the reason for the conversion and also where its limits are.

Opening the result

WAV opens in every current browser. MKV has narrower browser support than that. If the file is going onto a web page or into a form, that is usually the whole reason for the conversion.

WAV is a container rather than a single format. What actually plays is the codec inside it — usually PCM — which is why two files with the same extension can behave differently on the same device.

The usual programs do not overlap: MKV opens in VLC, MKVToolNix and HandBrake, WAV in Audacity, Adobe Audition and Reaper — so whoever receives the result needs something from the second list.

What each format is for

MKV was published in 2002. The specification is Matroska, and it is worth reading if the file has to outlive the tool that wrote it.

WAV comes from Microsoft and dates from 1991, specified as RIFF WAVE. Audacity, Adobe Audition and Reaper all read it.

MKV to WAV: bit depth, track count and file size

Are my MKV files uploaded anywhere?

No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is mediabunny, a wrapper around WebCodecs, which borrows your device's own hardware decoders; your browser fetches it once and caches it.

What bit depth and sample rate does the WAV have?

Sixteen-bit PCM, at whatever sample rate the source track used — usually 48 kHz for anything recorded alongside video. Not 24-bit, and there is no control to make it 24-bit. If your session needs a higher depth, set it when you import: nothing is gained by widening a 16-bit source, but a project running at 24-bit wants everything in it to match.

My OBS recording has four separate tracks. Which one do I get?

The first one declared in the file, and only that one. A WAV holds exactly one audio stream, so the microphone, desktop, game and chat tracks OBS carefully kept apart are collapsed to whichever comes first. If you need them all, convert the MKV to a MOV or an MP4 instead — those carry every track — and let your editor split them out.

Is the WAV lossless?

The conversion adds no further loss, which is not the same thing. PCM stores every sample it is given, so nothing is discarded on the way out. What went in was already compressed by whatever codec the MKV used, and the WAV preserves those decoded samples exactly rather than restoring anything the original compression removed.

Why is there no quality setting?

Because there is nothing to trade. Every other audio target here compresses, so it offers a band between size and fidelity. PCM does not compress at all — the file size follows arithmetic from the sample rate, the depth and the channel count, and a quality control would be a dial connected to nothing.

How big is the WAV going to be?

Sixteen-bit stereo at 48 kHz is 192 kilobytes per second, which is about 11.5 MB a minute and roughly 690 MB an hour. That is the cost of the format and the reason FLAC exists — it stores the same samples in around half the space and every editor reads it.

The conversion refuses my file entirely. Why?

Because the browser cannot decode the soundtrack and, with the picture discarded, there was nothing left to write. That happens with AC-3, E-AC-3, DTS and Dolby TrueHD — disc audio. Recordings from OBS, phones and capture cards use AAC or Opus and are never affected.

More about these formats