Drag files or click to select
You can convert 3 files up to 10 MB each
Drag files or click to select
You can convert 3 files up to 10 MB each
What MPG to WAV conversion actually does
MPG (MPEG) is a family of multimedia containers based on the MPEG-1 (1993) and MPEG-2 (1995) standards. Files with the .mpg or .mpeg extension long served as primary distribution formats for video in the 1990s and early 2000s. MPEG-1 was used for VCD discs; MPEG-2 became the standard for DVD, digital satellite and cable television. Inside MPG you find video in MPEG-1 or MPEG-2 codec and audio in one of the MPEG codecs: MP2, MP3, AC3 in DVD rips, less often PCM or LPCM.
WAV (Waveform Audio File Format) is an uncompressed audio container developed jointly by Microsoft and IBM in 1991 alongside the RIFF standard. A file with the .wav extension stores audio data as PCM (Pulse Code Modulation) - a sequence of raw amplitude samples of the sound signal at a given sample rate and bit depth. This is the most accurate way to represent audio digitally: every sample is recorded byte by byte without compression, without losses, without psychoacoustic transformations.
Converting MPG to WAV is the process of separating the audio track from the video and storing it uncompressed. The video is discarded entirely, only the audio remains in the most precise representation. If the source MPG has no audio track, the conversion is not performed and the service reports the absence of sound.
The peculiarity of this transformation is that WAV obtains an absolutely accurate representation of the sound at the moment of extraction. If the MPG contained PCM or LPCM (rare but possible in high quality DVDs), this is lossless copying without any loss. If it contained MP2, MP3, AC3 or another compressed format, the service decodes it to PCM and saves it to WAV. In that case WAV holds a "lossless snapshot of the decoded stream": all the loss that occurred during the original compression remains, but no new loss is added. This is critical for further audio processing: after decoding to PCM, you can work with the waveform without accumulating artefacts from repeated re encoding.
Technical differences between MPG and WAV
File structure
MPG is a container format based on MPEG-PS (Program Stream) for DVD or MPEG-TS (Transport Stream) for broadcasts. A single file holds several streams (video, audio, DVD subtitles), packaged into a common structure with headers and synchronisation tables. The structure was designed for reliable storage on physical media or streaming with resilience to packet loss.
WAV is a RIFF based container, considerably simpler. The file consists of several blocks (chunks): the RIFF header, format description (fmt), the audio data itself (data), and optionally a metadata block (LIST). The fmt block records the sample rate (44.1, 48, 96, 192 kHz), the bit depth (8, 16, 24, 32 bit), the channel count (mono, stereo, multichannel) and the encoding type (usually PCM Linear). The data block contains the samples themselves as sequential bytes.
What usually sits in the MPG audio track
In most real world MPG files the audio is stored in one of the following formats:
- MP2 (MPEG-1 Audio Layer II, "Musicam") - the standard codec for VCD and many TV captures. Bitrate 192 to 224 kbps stereo.
- MP3 (MPEG-1 Audio Layer III) - found in video archives with improved audio. Bitrate 128 to 256 kbps stereo.
- AC3 (Dolby Digital) - the standard for DVD rips with multichannel sound, bitrate 192 to 448 kbps, 5.1 channels.
- PCM or LPCM 16-bit/48 kHz - rare in DVD with lossless audio. The ideal scenario for direct copy into WAV.
If the MPG carries PCM, conversion to WAV is lossless copying. In other cases decoding is performed with lossless preservation of the decoded result.
What happens to the sound during conversion
The algorithm depends on the source audio codec:
- If the MPG already carries PCM or LPCM (rare but possible in DVDs with lossless audio), the service copies the data directly into the WAV container. There is no re encoding, byte level precision is preserved. This is lossless conversion in the full sense of the word.
- If the MPG carries compressed audio (MP2, MP3, AC3), the service decodes it into uncompressed PCM and saves it to WAV. Decoding is performed once. The resulting WAV holds a precisely decoded waveform with all artefacts of the original compression, but no further losses are introduced.
By default PCM 16-bit is used at a sample rate matching the source (44.1 kHz for VCD MP2, 48 kHz for DVD AC3 and LPCM). Stereo stays stereo, mono stays mono. A multichannel AC3 5.1 track can be folded down to stereo or kept multichannel.
What happens to the video stream
The video stream is discarded entirely. This is not compression and not a quality reduction - the video simply does not end up in the output file. To keep both sound and picture, choose conversion between video formats (MPG to MP4) rather than extracting WAV.
Size comparison
| Duration | MPG (DVD rip) | WAV PCM 16-bit stereo 48 kHz | Ratio |
|---|---|---|---|
| 1 minute | around 4-10 MB | around 11 MB | comparable |
| 5 minutes | around 20-50 MB | around 55 MB | comparable |
| 30 minutes | around 130-300 MB | around 330 MB | comparable |
| 1 hour | around 250-600 MB | around 660 MB | comparable |
| 2 hour DVD | around 4.5 GB | around 1.32 GB | 3x smaller |
WAV PCM is the largest of the audio formats: 11 MB per minute of stereo at 16-bit/48 kHz. That is 8 to 10 times more than MP3 and 10 to 12 times more than AAC. But for audio editing, mastering and post production, WAV remains the standard because it provides exact byte by byte data preservation.
When you need to extract WAV from MPG
Professional audio editing
Audio editors (Adobe Audition, Audacity, Pro Tools, Logic Pro, REAPER, Sound Forge) work with PCM directly without decoding, which speeds up loading and processing. WAV is the native format for every professional audio application: it can be opened in any editor without intermediate conversions. If audio from MPG will be processed (volume normalisation, noise reduction, equalisation, splice work), WAV provides the most convenient starting point.
Restoration of archive DVDs and VCDs
Archive MPG files with digital captures of VHS tapes and early DVD rips often need restoration: noise removal from the source media, frequency balance recovery, click elimination. All of these operations are performed in audio editors that prefer WAV PCM as input.
Working with lossless audio from DVD
Some DVDs contain tracks in PCM or LPCM (typically classical music, concert recordings, premium audiobooks). Extracting to WAV produces a byte for byte exact copy of the source PCM stream. This is an ideal transformation without any loss, better than any compressed format.
Sample preparation from historical material
Sound engineers and sound designers often use audio fragments from old films on DVD, music VCDs and documentaries as material for samples: character lines, musical motifs, period sound effects. WAV provides exact byte level representation needed by samplers and effect plugins in modern DAWs.
Master copies for archives
Archive copies of historically important recordings (DVD documentaries, concerts, historical interviews) are traditionally kept in lossless format. WAV PCM is the unambiguous standard for master copies: it does not lose quality when copied, has no compatibility limits, and has been read by every device and editor for thirty years.
Sending to machine learning and analysis services
Automated audio analysis systems (speech recognition, sound classification, event detection) often require input in PCM WAV: they work with the waveform directly and have no decoders for compressed formats. If an MPG archive will be processed through a speech recognition or sound classification service, WAV provides the ready format.
Intermediate format for further conversions
WAV is a universal intermediate format: from it you can convert to any other audio format (MP3, AAC, FLAC, OGG) without losing the source quality. If you plan to create several audio versions at different bitrates and formats, start with WAV: the first decoding is performed once, and subsequent compressions go from the precise waveform without accumulating artefacts.
Preparing for radio studios and podcast productions
Radio stations and professional audio productions work with WAV as the base format. If material from MPG (historical interviews, archive recordings) will be used in radio broadcast or a documentary project, WAV provides the source material for further processing and the final mix.
Technical details of the extraction
Direct PCM copy
If the MPG already carries PCM or LPCM (typically in DVDs with lossless audio), the service copies it directly into WAV without any processing. This is lossless conversion in the full sense of the word: every sample is preserved byte by byte, sample rate and bit depth stay as in the source.
Decoding compressed formats to PCM
If the MPG carries compressed audio (MP2, MP3, AC3), the service decodes it to PCM. Decoding is performed once, in a single pass, and introduces no new losses on top of the original compression. The decoding precision matches the reference: WAV obtains the decoded waveform identical to what is heard during normal playback.
Bit depth and sample rate
By default PCM 16-bit is used at a rate matching the source: 44.1 kHz for VCD MP2, 48 kHz for DVD AC3 and LPCM. If needed you can choose 24-bit or 32-bit float for further professional editing. For source PCM 24-bit or 20-bit (rare but possible in premium DVDs) the bit depth is preserved as in the source.
Channels
Stereo stays stereo, mono stays mono. For AC3 5.1 sources stereo downmix is performed by default with balance preservation between front channels and a phantom centre. To keep the multichannel mix, choose the appropriate mode: WAV supports multichannel PCM (5.1, 7.1) through the WAVEFORMATEXTENSIBLE extended header.
Metadata
WAV supports basic metadata through the RIFF INFO chunk: title, artist, date, comments. This is significantly less than MP3 ID3 or M4A iTunes, but for archive copies it is usually enough.
Size and limits
Standard WAV has a 4 GB file size limit due to the 32-bit length field. For recordings longer than 6.5 hours in stereo PCM 16-bit/48 kHz this becomes a problem. In such cases the RF64 extension or Sony Wave64 are used. Modern players and editors support these extensions.
Which files work best
MPG to WAV conversion handles any MPG file that has an audio track:
- DVD rips of films, series, documentaries (with AC3 - decoding)
- VCD collections in MPEG-1 format (with MP2 - decoding)
- DVDs with lossless PCM or LPCM audio (the ideal scenario for direct copy)
- Recordings of analogue and digital TV through TV tuners
- Archive MPEG-2 captures from over the air and cable TV
- Educational DVDs and teaching films
- Music DVDs and concert recordings (especially with PCM)
Files without an audio track cannot be converted to WAV - the service returns an error explaining there is no audio.
Duration and size. WAV takes up a lot of space: a one hour recording of stereo PCM 16-bit/48 kHz is around 660 MB. For very long archives (films, multi hour lectures) account for disk space. If only listening without processing is planned, MP3 or AAC will be more practical.
Why WAV is a strong format
Full lossless preservation
WAV PCM uses no compression and loses no data either during copying or repeated opening and saving. Every sample is preserved byte by byte just like in the original sound wave. For archive master copies this is critical.
Universal compatibility with editors
WAV is the native format for every professional and amateur audio editor: Adobe Audition, Audacity, Pro Tools, Logic Pro, FL Studio, REAPER, Sound Forge. The file opens with no decoding delay.
High processing speed
Since WAV does not require decoding, waveform processing runs at maximum CPU speed. For large projects with dozens of audio tracks this provides a substantial performance boost.
Standard format for machine analysis
Automated audio analysis systems expect PCM as input. WAV provides the ready format with no need for intermediate decoding.
No compatibility limits
WAV is read by every device that handles sound at all. The RIFF/WAV standard has not changed in its core parameters since 1991.
Multichannel sound support
The WAVEFORMATEXTENSIBLE extension supports multichannel PCM (5.1, 7.1, up to 18 channels). This allows preserving the full multichannel mix from AC3 5.1 in DVD without folding it down to stereo.
WAV vs the alternatives
| Format | Structure | Metadata | Size | When to choose |
|---|---|---|---|---|
| WAV | RIFF container | RIFF INFO | baseline | mastering, editing, machine analysis |
| FLAC | FLAC container | Vorbis comments | minus 50-60% | lossless archive with space saving |
| MP3 | streaming | ID3 tags | minus 90-95% | maximum compatibility |
| AAC | streaming ADTS | minimal | minus 95-97% | streaming, web |
| M4A | MP4 container | full iTunes | minus 95-97% | tagged archives, audiobooks |
| OGG | OGG container | Vorbis comments | minus 92-96% | open ecosystems |
If the priority is precise lossless preservation for audio editing, mastering or machine analysis, choose WAV. If you need lossless with space saving, choose FLAC: smaller size at the same precision. For listening and publishing, MP3, AAC or M4A. Treat WAV as an intermediate format for further work.
Limits and recommendations
WAV does not preserve the video stream. The video physically does not end up in the output file. If there is any chance the visuals will be needed later, keep the original MPG alongside the WAV.
Huge file sizes. WAV takes up 8 to 15 times more space than MP3 or AAC. For long DVDs (films, multi hour courses) prepare enough disk space. If space is limited, FLAC delivers lossless with smaller size.
Quality is limited by the source. WAV does not make audio better than in the source MPG. If the source was MP2 192 kbps, the output WAV holds the precisely decoded waveform from that MP2, with all artefacts of the original compression. WAV preserves what is there but does not restore what is not.
Multichannel AC3. If the MPG had a 5.1 AC3 track and you want to keep it multichannel, choose the appropriate mode. By default stereo downmix is performed.
DVD chapters. WAV does not support chapter structure. If the MPG had chapters, they are lost during conversion. To preserve chapters, choose M4A with lossless ALAC or FLAC.
Protected content. DVDs with CSS protection require pre decoding. Ordinary user MPG files have no restrictions.
4 GB size limit. Standard WAV is limited to 4 GB. For very long DVD rips in high quality the RF64 or Sony Wave64 extensions are used.
What is MPG to WAV conversion used for
Professional audio editing
Prepare an audio track from MPG for editing in Adobe Audition, Pro Tools, Audacity and other audio editors. WAV opens with no decoding delay and is ready for normalisation, equalisation and multilayer editing at maximum processing speed.
Restoration of archive DVDs and VCDs
Restore the quality of recordings from digital VHS captures and early DVD rips. Noise removal, frequency balance recovery and click elimination are performed in audio editors with WAV as input format.
Lossless audio from premium DVDs
Direct copy of PCM or LPCM tracks from DVDs with lossless audio (classical music, concert recordings) into WAV without any quality loss. The ideal transformation that preserves byte level precision of the source audio.
Samples from historical material
Extract audio fragments from old films on DVD, music VCDs and documentaries as material for samples. WAV provides the exact byte level representation needed for use in modern digital audio workstations.
Master copies for long term archives
Create lossless master copies of important DVD material: historical interviews, documentary films, concerts. WAV is the unambiguous archival standard, preserving quality through any number of copies and remaining readable on every device for three decades.
Machine audio analysis
Send audio data from MPG into automated speech recognition and sound classification systems. Many machine learning algorithms work only with PCM as input, and WAV provides the ready format with no intermediate conversions.
Tips for converting MPG to WAV
Use 24-bit for editing
If the audio from MPG will be processed (normalisation, equalisation, noise reduction), choose 24-bit depth. This gives dynamic range headroom and prevents quantisation artefacts during subsequent processing. For final publishing you can later step down to 16-bit.
Account for the huge size
WAV takes up 8 to 15 times more space than MP3. A one hour stereo recording is 660 MB; a two hour DVD 1.32 GB. Before mass conversion estimate disk space. If space is critical, FLAC delivers the same precision at half the size.
Preserve multichannel from DVD
If the MPG carries AC3 5.1 from a DVD rip, choose multichannel WAV instead of stereo downmix. This preserves the full spatial mix for home theatre or further editing in systems with multichannel output.
WAV as intermediate, not final
WAV is excessive in size for distribution and storage. Use it as an intermediate format for processing and mastering, and export final versions as FLAC (for archive), MP3 or AAC (for users).