Initializing... drag & drop files here
Supports: VOB
VIDEO_TS folder. Batch upload is supported — queue multiple VTS_01_1.VOB, VTS_01_2.VOB segments and process them in one pass..wav. No sign-up, no watermark, no quality degradation beyond the lossless PCM re-encode.VOB (Video Object) is the MPEG program stream container that DVD-Video discs use to hold MPEG-2 video, audio (most commonly AC-3, sometimes LPCM, MP2, or DTS), and subtitle streams. WAV (Waveform Audio File Format) is the uncompressed PCM container Microsoft and IBM defined in 1991 — it's still the de-facto interchange format for editors, samplers, and broadcast tools because every DAW, NLE, and forensic tool reads it without question.
Extracting the audio track from a VOB and saving it as WAV is the right move when you need:
You can also go the lossy-compressed route with VOB to MP3 or VOB to AAC if file size matters more than fidelity, or keep things lossless-compressed with VOB to FLAC (about half the size of WAV, bit-identical on decode). If you only need to clip a chapter first, Trim VOB lets you cut before converting.
| Property | VOB | WAV |
|---|---|---|
| Container | MPEG program stream (DVD-Video) | RIFF |
| Typical contents | MPEG-2 video + AC-3/LPCM/MP2/DTS audio + subtitles | PCM audio only (uncompressed) |
| Codec compression | Video lossy (MPEG-2), audio usually lossy AC-3 | Lossless, uncompressed |
| Max file size | 1 GB per VOB segment (DVD spec splits titles across multiple VOBs) | 4 GB (32-bit RIFF size header); RF64 extends beyond |
| Defined | 1995 (DVD-Video spec) | 1991 (Microsoft/IBM) |
| DRM | Often CSS-encrypted on commercial discs | None |
| Best for | Playing DVD discs in PowerDVD/VLC | Editing, archival, CD authoring |
| Browser support | Limited (no native HTML5 playback) | Native in Chrome, Firefox, Edge, Safari |
| If the VOB's audio is... | Output WAV will be... | Notes |
|---|---|---|
| AC-3 (Dolby Digital) 5.1 at 48 kHz | 48 kHz PCM, stereo downmix unless you keep channels | Most commercial DVDs ship AC-3 at 192–448 kbps |
| LPCM 48 kHz / 16-bit | 48 kHz PCM, lossless 1:1 | Decode is bit-identical — no quality lost |
| MP2 at 192–384 kbps | Decoded to PCM at the source rate | Common on PAL DVDs from EU releases |
| DTS at 48 kHz | Decoded to PCM, downmixed to stereo by default | Higher source bitrate than AC-3 (754 kbps+) |
No. VOB files on commercially pressed DVDs are typically encrypted with CSS (Content Scramble System), introduced in 1996 to deter unauthorized copying. Browsers and online converters cannot decrypt CSS — you need a desktop DVD-ripping tool (HandBrake with libdvdcss, MakeMKV) to produce a decrypted VOB or MKV first, then upload that file here. Personal DVDs, camcorder DVDs, and home-burned discs are not CSS-protected and convert directly.
Because WAV is uncompressed PCM. A stereo 48 kHz / 16-bit WAV runs at about 1.41 Mbps — roughly 10 MB per minute. The original AC-3 track inside the VOB was likely 192–448 kbps (about 1.5–3.5 MB per minute). The conversion isn't adding bits, it's just storing every sample explicitly instead of using AC-3's perceptual compression. If size matters, convert to VOB to FLAC instead — same lossless quality, roughly half the bytes.
No. The WAV decoded from an AC-3 track is bound by the AC-3 source: lossy compression artifacts that exist in the AC-3 stream will exist in the WAV. WAV is lossless going forward — anything you do to it after won't add compression loss — but it can't recover detail that AC-3's encoder discarded. WAV is about preserving what's there, not improving it.
A standard WAV file is capped at 4 GB by its 32-bit RIFF size header. At 48 kHz / 16-bit stereo PCM (~10 MB/min), you hit that ceiling around 6 hours and 40 minutes of audio. Trim long extracts with the Trim control (Step 3) and split into chapters, or use a lossless-compressed alternative like FLAC if you really need a single multi-hour file.
In the current default flow, the first audio stream in the VOB is decoded. If your DVD has multiple language tracks (English, Spanish, director's commentary), the order they appear in the VOB depends on how the disc was authored — usually the primary language is first. For precise multi-track extraction (pick stream 2, 3, etc.), a desktop demuxer like PgcDemux gives you per-stream control before you upload.
Use 48 kHz if the destination is video editing or you want to preserve the DVD's native rate (DVD-Video audio is almost always 48 kHz). Use 44.1 kHz if you're authoring an audio CD or matching iTunes/Spotify reference rates. Resampling 48 → 44.1 is well-defined and high-quality with modern algorithms, but skip it if you don't need it — every resample is a small computation, not a quality boost.
"Original" passes through whatever channel layout the VOB's audio carries — that might be mono (rare), stereo (most common), or 5.1 surround on premium DVD releases. "Stereo" forces a downmix to two channels, useful when you're sending the WAV into a tool that expects stereo input and would mishandle 5.1. "Mono" sums both channels and halves the file size; great for spoken-word content, wasteful for music.
We process files up to a generous server-side cap (multi-gigabyte uploads work for most users). For very large multi-VOB rips (a full DVD title can be 8 GB across segments), upload one VOB segment at a time or use the Trim VOB tool to slice out just the section you need before converting. Files process server-side then download as plain .wav — no account required, no watermark.