Initializing... drag & drop files here
Supports: MPEG2
A .mpeg2 file is an MPEG-2 program stream — the systems layer behind DVD-Video and first-generation digital broadcast, with video standardised as ITU-T H.262 (first approved July 1995, produced jointly with ISO/IEC). Its soundtrack sits alongside the video as a separate elementary stream, normally Dolby Digital (AC-3) or MPEG-1 Audio Layer II (MP2), and on some discs uncompressed LPCM. WAV is the opposite kind of thing: a RIFF container holding raw, uncompressed PCM samples with no codec to install and nothing to decode. Converting MPEG-2 to WAV decodes that compressed soundtrack once and writes the resulting waveform out in full, which is what editors, samplers, transcription tools and archival workflows generally want as an input.
| Property | Value |
|---|---|
| Container | MPEG-2 program stream (ISO/IEC 13818 systems layer) |
| Video standard | ITU-T H.262, first edition July 1995 |
| Typical audio payload | AC-3 (Dolby Digital), MP2, occasionally LPCM |
| Typical sample rate | 48 kHz (the DVD-Video mastering rate) |
| Typical channel layouts | 2.0 stereo and 5.1 surround, often both on the same disc |
| Lossy or lossless | Lossy for AC-3 and MP2 |
| Multiple audio tracks | Common — main mix, commentary, alternate languages |
| Typical scan | Interlaced 480i / 576i on the video side |
| Property | Value |
|---|---|
| Container | RIFF (Resource Interchange File Format) |
| Payload written here | Linear PCM, or 8-bit companded A-law / μ-law |
| Default codec on this page | PCM 16-bit Little Endian |
| Other codecs offered | PCM 24-bit LE, PCM 32-bit LE, PCM A-law, PCM μ-law |
| Sample rates offered | Original, 8000, 12000, 16000, 24000, 44100, 48000 Hz |
| Channel options | Original, Mono, Stereo (PCM output carries up to 8 channels) |
| Compression controls | None — the whole File Compression group is hidden for WAV |
| Practical size ceiling | ~4 GiB, because a RIFF chunk header stores its size in a 4-byte field |
.mpeg2 file onto the page or click "+ Add Files" to browse. The video stream is discarded; only the audio is decoded, and queued files all use the same settings..wav. Files upload over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours — no sign-up, no watermark.Every other audio target on this site shows a File Compression group with a Quality Preset and bitrate modes. On the WAV page that entire group is hidden, and that is deliberate rather than an omission: linear PCM has no rate control to expose. The size of the output is fixed by arithmetic — sample rate × bit depth × channel count × duration — so the only three levers that change it are the three controls that are on the page.
That arithmetic also produces a hard ceiling. A RIFF chunk header stores the size of its data section in a four-byte field, which caps a conformant WAV at roughly 4 GiB regardless of how long the recording is. That is not an abstract concern for a DVD rip, where a two-hour feature is entirely normal:
| Output settings | Data rate | Per hour | Hits ~4 GiB at about |
|---|---|---|---|
| 48 kHz, 16-bit, mono | 96 kB/s | 346 MB | 12 h 25 min |
| 44.1 kHz, 16-bit, stereo | 176 kB/s | 635 MB | 6 h 45 min |
| 48 kHz, 16-bit, stereo (default) | 192 kB/s | 691 MB | 6 h 13 min |
| 48 kHz, 24-bit, stereo | 288 kB/s | 1.04 GB | 4 h 08 min |
| 48 kHz, 32-bit, stereo | 384 kB/s | 1.38 GB | 3 h 06 min |
| 48 kHz, 16-bit, 5.1 surround | 576 kB/s | 2.07 GB | 2 h 04 min |
If your source is longer than the figure in the last column, split it with Trim and convert in passes, or pick a compressed target instead — MPEG-2 to FLAC keeps the decoded waveform bit-for-bit while roughly halving the size, and MPEG-2 to MP3 shrinks it far more if fidelity is not the point.
Almost always the 5.1 one. There is no track picker on this page, so the pipeline falls back to FFmpeg's documented default: "for audio, it is the stream with the most channels", with ties broken by "the stream with the lowest index". A six-channel AC-3 main mix therefore outranks a two-channel mix on the same disc. If you wanted the stereo mix, set Audio Channel to Stereo so the surround stream is folded down deliberately — or demux the specific stream with a desktop tool before uploading if you need that exact mix rather than a downmix.
It keeps it. PCM in a WAV container carries up to eight channels here, and with Audio Channel left on Original the source layout is preserved, so a 5.1 AC-3 track decodes to a six-channel WAV. Be aware of the size consequence — six channels at 48 kHz/16-bit runs about 2.07 GB per hour, which reaches the RIFF ceiling in a little over two hours. The two companded codecs are the exception: A-law and μ-law are capped at two channels, so selecting either of those will fold a surround source down.
PCM 16-bit Little Endian at whatever rate the source used, which for DVD-derived material means 48 kHz. Leaving Audio Sample Rate on Original is the right default precisely because DVD-Video audio is mastered at 48 kHz — forcing 44100 Hz only makes sense when the destination specifically wants CD rate, and it costs you a resample for no fidelity gain.
No, and it is worth being precise about why. WAV stores the decoded waveform without further loss, so it preserves exactly what came out of the AC-3 or MP2 decoder — but that decoder is reconstructing audio from a stream that already threw information away when the disc was mastered. Decoding a 192 kbps MP2 track to 24-bit PCM produces a much larger file containing the same audio; the extra bits describe the reconstruction more precisely, not the original recording. Choose 24-bit because a later processing chain wants headroom, not because you expect it to sound better than 16-bit here.
Because linear PCM has nothing to set. Compressed formats expose a bitrate because the encoder is deciding what to discard; PCM discards nothing, so its size is pure arithmetic — sample rate times bit depth times channels times duration. The File Compression group is therefore hidden entirely on WAV output, and the only ways to make the file smaller are a lower sample rate, a lower bit depth, fewer channels, or a shorter Trim range.
They are 8-bit companded formats from telephony, and they exist here for workflows that specifically ask for them — legacy IVR and voicemail systems, some telecom test rigs, and old Unix audio tooling. At the same sample rate they produce exactly half the bytes of 16-bit PCM because each sample is one byte instead of two, but the companding is lossy and they are capped at two channels. For a DVD soundtrack they are the wrong choice; use them only when something downstream demands a G.711-style stream.
No. A retail disc protected with CSS cannot be read here — the .vob files have to be decrypted and ripped by desktop software first, and only the resulting plain file can be uploaded. If your disc is unencrypted and you already have the .vob files, convert those directly with VOB to WAV. Damaged or truncated captures are the other case this cannot rescue: a stream that stops mid-packet will simply produce a shorter WAV.
Decide first whether you actually need uncompressed audio for the whole runtime. If you only want one scene, set a Start time and Duration under Trim and convert just that span. If you need the entire soundtrack for editing, either accept several passes with different Trim ranges to stay under the ~4 GiB RIFF ceiling, or use MPEG-2 to FLAC, which stores the identical decoded samples in roughly half the space and has no comparable size wall. To cut the source down before extracting, use the Video Cutter rather than the audio tools, which do not accept video input.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public. On a long DVD rip the real constraint is upload size and time over your own connection rather than any per-file quota.