Initializing... drag & drop files here
Supports: MPG, MPEG
This tool pulls the audio track out of an MPG (MPEG Program Stream) video and saves it as AIFF, discarding the picture. The honest catch worth knowing up front: an MPG's audio is already lossy (usually MP2), so the AIFF you get is a lossless container wrapped around already-lossy audio — bigger on disk, but it cannot restore anything the original compression threw away. Extract to AIFF when your destination is a Mac DAW that wants uncompressed PCM input; if you just want a small shareable file, MPG to MP3 is the better fit.
| Property | MPG (audio inside) | AIFF (output) |
|---|---|---|
| Standard | ISO/IEC 11172 (MPEG-1) / 13818 (MPEG-2) | Apple AIFF, 1988, based on EA's IFF |
| Container | MPEG Program Stream | IFF-based chunk container, big-endian |
| Audio codec | MP2 (typical), sometimes MP3 or AC-3 | Uncompressed PCM |
| Byte order | n/a (bitstream) | Big-endian (the defining trait vs WAV) |
| Compression | Lossy | Lossless container (of whatever it decodes) |
| Audio bitrate | ~128-384 kbps (lossy) | ~1411 kbps (16-bit/44.1 kHz stereo PCM) |
| Size, 1 min stereo | ~1.5-3 MB of audio (inside the video) | ~10 MB |
| Native platform | DVD, broadcast, legacy PC | macOS, pro audio |
| Best for | Distribution, playback, archiving the video | Editing/mastering in Logic, Pro Tools, FCP |
Because AIFF is uncompressed. The MPG stores audio as lossy MP2 at a few hundred kilobits per second; decoding that to PCM expands it to ~1411 kbps (about 10 MB per minute of CD-quality stereo). You're not gaining quality — you're spending disk space to stop further compression. A short MPG clip can easily produce an AIFF that rivals the whole video file in size, which is normal and expected.
Only the container is lossless. The audio inside an MPG is already lossy (MP2, sometimes MP3 or AC-3), so the AIFF is a bit-perfect decode of that already-compressed signal — it carries the same artifacts the original encoder baked in. AIFF prevents any further loss during editing, but it cannot recover detail the MP2 step discarded. For the best result, start from the highest-bitrate MPG you have.
Both are uncompressed PCM and identical in audio quality and size; the difference is byte order and ecosystem. AIFF is big-endian (Apple convention) and is the default for Logic Pro, GarageBand, and Final Cut Pro, so it round-trips inside the Apple world without conversion. WAV is little-endian (Microsoft convention) and is the Windows DAW default — for that target, use MPG to WAV.
Match the source to avoid a resampling step. MPEG-2 sources (DVDs, broadcast, ATSC) are usually 48000 Hz; MPEG-1 sources and music-CD-rate material are 44100 Hz. Leaving Audio Sample Rate on "Original" preserves the native rate. Resampling is mathematically clean but pointless here, since it can't add detail that the lossy source never had.
16-bit PCM matches CD and broadcast delivery and is plenty for a finished file. A higher bit depth gives extra headroom if you'll do further EQ, compression, or gain staging — but it does not recover quality lost in the original MP2 encode. In our testing, a one-minute stereo MPG clip extracted at 16-bit/44.1 kHz produces an AIFF of roughly 10 MB; moving to 24-bit raises that to about 16 MB without making the already-lossy source sound better.
Files are uploaded over an encrypted connection and processed on our servers — no sign-up, no watermark, never shared or made public. They are deleted automatically a few hours after conversion. The realistic limit on a big MPG is upload size and time, not anything on your device.
The extraction takes the primary audio track. AIFF can hold multi-channel audio (5.1, 7.1) at the right channel count, but a single-file extract typically outputs stereo or mono — pick the channel layout you need. For discrete surround channels from a DVD rip, a multi-track DAW import is usually the better workflow than one flattened file.