PrivateMP3

Video to WAV

Decode a video's audio to PCM for editing, analysis or further processing.

WAV gives software straightforward samples to work with. It does not restore detail that was lost when the video was recorded.

Drop a video or audio file here, or open a file
Local files only. There is no address box, and nothing is ever fetched from any service — the file is read straight off your own disk and is never uploaded.

The extra bytes do not add detail

Video sound is often stored as lossy AAC, Opus or Vorbis. Converting it to WAV decodes what remains after that earlier compression; it cannot reconstruct missing detail or clean up the microphone. PrivateMP3 writes uncompressed 16-bit PCM. That gives an editor direct samples to work with, but the larger file is not a better recording.

The 16-bit detail matters with unusual source material. If a video contains PCM with more than 16 bits of precision, this WAV output reduces it to 16 bits. Most ordinary video soundtracks are already lossy, so their earlier codec is usually the larger quality constraint.

The size calculation used here

The page preserves the source sample rate and channel count and writes two bytes per sample. Its estimate is based on:

sample rate × channels × 2 bytes × kept duration

Stereo therefore needs twice the audio data of mono at the same sample rate. A higher sample rate also increases size in direct proportion. Cuts reduce the estimate because removed time is not written. PrivateMP3 does not offer resampling, bit-depth or mono controls, so choosing WAV does not silently change those source settings apart from writing 16-bit samples.

Use WAV as a working file

WAV is useful before editing in a digital audio workstation, signal analysis, speech cleanup or mixing. Those jobs commonly work with PCM internally, so WAV avoids adding an MP3 or AAC encode before the work starts. Make the smaller delivery file after the edits. For ordinary listening, choose MP3 when compatibility matters. If the source is AAC and you need the complete, unchanged track, M4A may copy it without re-encoding.

Before a long WAV export

Advertisement

WAV output controls

Can I convert stereo to mono here?
No. PrivateMP3 keeps the source channel count. The estimate reflects those channels.
Can I choose a sample rate or bit depth?
No. The source sample rate is preserved and this page writes 16-bit PCM.