Initializing... drag & drop files here
Supports: DIVX
DivX is a video format and WAV is an audio format, so "DivX to WAV" means one specific thing: decoding the soundtrack out of a DivX video and writing it back out as uncompressed PCM audio. This walk-through is for anyone who needs raw audio for an editor, a sampler, a transcription tool, or an archive, and it spells out the tradeoff that catches people off guard — WAV stores every sample verbatim, so the output is often larger than the movie it came from.
.divx or .avi file onto the page, or click "+ Add Files" to browse. Several files can be queued and processed with the same settings.The audio inside a DivX file is typically MP3 or AC-3, with MP2 and AAC turning up in some profiles. Whichever it is, the converter decodes it back to linear PCM and writes a RIFF/WAVE header around the result — there is no "DivX audio" to preserve, so every choice you make here is about the PCM itself. Since WAV has no compression, its size is pure arithmetic: sample rate × bit depth × channels × seconds.
| Sample rate / depth / channels | Data rate | Per minute | Per hour |
|---|---|---|---|
| 44.1 kHz, 16-bit, stereo (CD standard) | 176,400 B/s | 10.58 MB | 635 MB |
| 48 kHz, 16-bit, stereo (typical AC-3 source) | 192,000 B/s | 11.52 MB | 691 MB |
| 48 kHz, 24-bit, stereo | 288,000 B/s | 17.28 MB | 1,037 MB |
| 48 kHz, 32-bit, stereo | 384,000 B/s | 23.04 MB | 1,382 MB |
| 44.1 kHz, 16-bit, mono | 88,200 B/s | 5.29 MB | 317 MB |
| 16 kHz, 16-bit, mono (speech) | 32,000 B/s | 1.92 MB | 115 MB |
| 8 kHz, 8-bit mu-law, mono (telephony) | 8,000 B/s | 0.48 MB | 29 MB |
Read that table as a menu rather than a spec sheet. A few practical patterns:
| Codec | Bits per sample | Relative size vs 16-bit | Typical use |
|---|---|---|---|
| PCM 16-bit Little Endian | 16 | 1× (default) | CD-standard audio; the safe pick for any editor |
| PCM 24-bit Little Endian | 24 | 1.5× | Post-production and mixing headroom |
| PCM 32-bit Little Endian | 32 | 2× | Mastering chains and tools that demand 32-bit input |
| PCM A-law | 8 (companded) | 0.5× | European telephony (G.711 A-law) |
| PCM mu-law | 8 (companded) | 0.5× | North American and Japanese telephony (G.711 mu-law) |
10. If you switched Trim away from "Unchanged" and left Duration alone, you asked for a ten-second excerpt. Set Duration to cover the full section, or put Trim back to "Unchanged".The converter reads the audio that is genuinely present in the file, so it cannot invent a soundtrack for a video-only DivX and cannot open a DRM-protected DivX Media Format container from a purchased download. A corrupted or truncated rip may decode partially and then stop. If you already know you want a compressed result rather than raw PCM, skip this page and go to DivX to MP3 or DivX to M4A; if you want lossless audio at roughly half the size of WAV, DivX to FLAC is the better target. And if what you actually want is the whole video in a modern format, use DivX to MP4.
Because WAV does not compress. Its size is fixed by sample rate, bit depth, channel count, and duration, and is completely indifferent to how the audio sounds — CD-standard stereo runs 10.58 MB per minute whether it is silence or an orchestra. The DivX file, meanwhile, compressed both picture and sound aggressively. A two-hour rip at 700 MB can easily yield a WAV well past 1 GB.
No. The DivX soundtrack is already lossy — MP3, AC-3, MP2, or AAC — so decoding it to PCM gives you a lossless container wrapped around audio that has already lost data. WAV is the right target when a tool needs uncompressed PCM input. It is the wrong target if you were hoping to undo compression.
PCM 16-bit Little Endian at the source's own sample rate, because Audio Sample Rate starts on "ORIGINAL". In practice that means 48000 Hz for a DivX with an AC-3 track and 44100 Hz for one with an MP3 track. Both are selectable explicitly under Audio Sample Rate if your workflow needs a fixed value, and Audio Codec offers 24-bit and 32-bit little-endian PCM.
Not from the default settings. The Audio Channel control offers ORIGINAL, MONO, and STEREO, so the practical outcomes are a stereo down-mix or a mono down-mix rather than a six-channel WAV. If you need discrete surround stems, extract the AC-3 track with a demuxing tool that preserves the channel layout instead of converting to PCM here.
Yes — open Trim, switch from "Unchanged" to a time range, and set Start time and Duration in either seconds or HH:MM:SS.sss. With an uncompressed format this is the single most effective way to keep the file manageable, so it is usually worth doing before you convert rather than trimming afterward in an editor.
Both are 8-bit companded PCM from the ITU-T G.711 telephony standard, and both halve the file size versus 16-bit at the cost of dynamic range and a raised noise floor. A-law is the European convention and mu-law the North American and Japanese one. Pick them only when a telephony or IVR system explicitly asks for G.711; for anything musical or archival they are a poor trade.
No. Those live in the DivX container and in separate streams, not in the audio track, and RIFF/WAVE has no equivalent structures. The output is a bare PCM file with a standard WAV header. Subtitles in particular are a different stream entirely and are dropped during audio extraction.
Yes. Your DivX file is uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark on the output, and files are never shared or made public. Because DivX rips are often large, the upload is usually the slowest part of the job — trimming first speeds up everything downstream.