Initializing... drag & drop files here
Supports: XVID
Xvid is a free open-source MPEG-4 Part 2 Advanced Simple Profile (ASP) video codec, forked from OpenDivX in 2001 and typically wrapped in an AVI container. AIFF (Audio Interchange File Format) is Apple's uncompressed PCM audio format, released in January 1988 and based on Electronic Arts' 1985 IFF specification — it's the macOS-native counterpart to WAV. Pulling AIFF audio out of an Xvid AVI gives you a lossless, editor-ready file for the Apple audio ecosystem. Common reasons to do this:
| Property | Xvid (in AVI) | AIFF |
|---|---|---|
| Type | Video codec (MPEG-4 Part 2 ASP), AVI container | Audio container, typically uncompressed PCM |
| Compression | Lossy video + variable audio (often MP3 or AC3) | Lossless (PCM); AIFC variant supports compression |
| Origin | OpenDivX fork, 2001 (open-source) | Apple, January 1988 (based on EA IFF 1985) |
| Typical audio inside | MP3, AC3, or PCM at 128-320 kbps | 1411 kbps for 16-bit/44.1 kHz stereo |
| File size (per minute) | ~5-15 MB total (video + audio) | ~10 MB audio-only at CD quality |
| Native playback | VLC, MPC-HC, MPlayer, Windows Media Player with codec | macOS Music/QuickTime, iTunes, VLC, Audacity, Logic Pro |
| Editing on Mac | Re-wrap or transcode required | Native in Logic Pro, GarageBand, Final Cut |
| Best for | Legacy video archive | Mac audio production master |
| Setting | Pick this when |
|---|---|
| Quality Preset: Highest | Mastering, archival, Logic Pro import — keep source audio bit-perfect |
| Quality Preset: High / Very High | Good-enough lossless audio with smaller AIFF |
| Constant Bitrate: 320 kbps | Need a predictable AIFF size for batch jobs |
| Audio Sample Rate: Original | Default — avoid resampling artifacts |
| Audio Sample Rate: 44100 Hz | CD burning, iTunes import, music distribution |
| Audio Sample Rate: 48000 Hz | Video post-production (Final Cut, Logic for video) |
| Audio Channel: Original | Default — preserve source channel layout |
| Audio Channel: Mono | Voice-only extraction (interviews, voiceover) |
| Audio Channel: Stereo | Force stereo on a mono source for DAW import |
Almost never. Xvid AVI files typically embed MP3, AC3, or sometimes uncompressed PCM as the audio track. Most consumer Xvid rips use MP3 at 128-192 kbps, so the source audio is already lossy. Converting to AIFF cannot recover detail the original encoder discarded — but it preserves what's there at bit-perfect quality with no further loss, which matters for editing on Mac. If your source AVI happens to carry PCM audio, the AIFF output is a true lossless extraction.
Functionally identical, both lossless PCM. AIFF for Mac-centric workflows — Logic Pro, GarageBand, Final Cut Pro, iTunes/Music, and macOS Spotlight all treat AIFF as a first-class citizen. WAV for cross-platform — pick Xvid to WAV if the file will land on Windows, in Pro Tools (which prefers BWF/WAV), or on a hardware sampler. The audio bytes inside are essentially the same PCM data; only the container header differs.
The Xvid AVI compresses video and (usually) audio together into a small file — a 4-minute Xvid rip might be 30 MB total. The audio track alone, when re-stored as uncompressed AIFF, is roughly 10 MB per minute of CD-quality stereo (~40 MB for the same 4 minutes). That's not a bug — uncompressed PCM is genuinely that big. If you don't need lossless, Xvid to MP3 gives a much smaller file at near-transparent quality.
Yes. Use the Trim controls to enter a start time and duration. Both accept seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). Useful for pulling a single dialogue line out of a 90-minute Xvid film, or a single scene's music cue, without first chopping the video.
For music projects: 44100 Hz / 16-bit or 24-bit stereo matches CD-master conventions and is what Logic Pro defaults to for new music projects. For video projects in Logic or Final Cut: 48000 Hz / 24-bit stereo matches video post-production standard. Leave Audio Sample Rate at Original if you don't know the source — most Xvid rips of DVDs are 48 kHz, while audio-CD rips are 44.1 kHz, and resampling adds no quality.
Yes. Xvid AVIs from the early 2000s through today all decode the same way as long as the file isn't physically damaged. The ASP profile hasn't materially changed, and we run a current FFmpeg pipeline that handles legacy quirks (like the early "fourcc" tag mismatches between DivX 4 and Xvid). If a particular rip refuses to open in modern players because of a broken header, it will usually still convert here — try it.
Yes. Drop the entire folder into the upload area and apply one set of settings to all files. Each AVI is decoded independently in your browser session. Outputs download as individual AIFFs or as a single ZIP — handy for archiving an old camcorder DVD or a personal video library to a Mac audio drive.
AIFF supports metadata via ID3 chunks (the same tag system used by MP3) and via native AIFF NAME/AUTH/ANNO chunks. Whether tags survive the conversion depends on what the source AVI carried — most Xvid rips have only filename-level metadata, not embedded ID3, so the AIFF will arrive untagged. Add tags in Music/iTunes, Kid3, or Logic Pro after conversion. For audio with rich tags already, consider AIFF to WAV or AIFF to MP3 round-trips that preserve them.
AIFF (Audio IFF) is the original 1988 spec, almost always used for uncompressed PCM. AIFC (Audio IFF Compressed) is the 1991 extension that adds compression types like A-law, μ-law, and ADPCM inside the same container family. Most modern macOS software treats them interchangeably. This converter outputs standard uncompressed AIFF, which Logic Pro, Final Cut, and Music all accept without prompting.