Initializing... drag & drop files here
Supports: XVID
.avi. Older .divx and Xvid-tagged AVIs from camcorders, DVD rips, and 2000s-era downloads all work. Batch is supported — drop in a whole folder.Xvid is the open-source MPEG-4 ASP video codec that powered most 2000s-era AVI rips and early consumer camcorders; the audio inside the AVI is usually MP3 or AC3. AIFC (also written AIFF-C) is Apple's compressed variant of AIFF, defined in Apple Computer's "Audio Interchange File Format AIFF-C" specification (Version 1, August 26, 1991). Where AIFF stores raw uncompressed PCM, AIFC adds a compression-type field in the COMM chunk so the same container can carry μ-law, A-law, IMA 4:1 ADPCM, MACE 3:1, MACE 6:1, and other codecs at a fraction of the size. Pulling AIFC out of an Xvid AVI is most useful when:
| Property | Xvid in AVI | AIFC (AIFF-C) |
|---|---|---|
| Type | Video container with audio + video tracks | Audio-only file |
| Year introduced | Xvid project 2001 (forked from OpenDivX); AVI 1992 | AIFF-C spec August 1991 (Apple) |
| Codec(s) | Video: Xvid (MPEG-4 ASP). Audio: usually MP3, AC3, or PCM | μ-law, A-law, IMA 4:1 ADPCM, MACE 3:1/6:1, sometimes uncompressed PCM |
| Native platform | Cross-platform (open source) | Classic Mac OS / macOS, QuickTime |
| Typical extension | .avi (sometimes .divx) |
.aifc, .aiff, .aif |
| Compression | Lossy video + lossy/lossless audio | Lossy or lossless depending on codec chosen |
| Modern relevance | Legacy rips and camcorder footage | Legacy Mac audio, telephony, archival |
| Setting | What it does | Best for |
|---|---|---|
| Quality Preset: Highest | Top VBR-style auto bitrate (~256–320 kbps) | Music extraction where you want maximum fidelity |
| Quality Preset: High | ~192–256 kbps target | General music and high-quality dialog |
| Quality Preset: Medium | ~128–192 kbps target | Mixed content, balanced size/quality |
| Quality Preset: Low / Very Low | ~64–96 kbps target | Voice notes, lectures, archive-only |
| Constant Bitrate: 320 kbps | Locked top-tier rate | Predictable file size for music distribution |
| Constant Bitrate: 192 kbps | Locked mid rate | Standard music quality with predictable size |
| Constant Bitrate: 128 kbps | Locked common podcast rate | Speech, podcasts, audiobooks |
| Constant Bitrate: 64 kbps mono | Telephony-grade | μ-law / A-law style voice extraction |
AIFC (also written AIFF-C) is Apple's compressed variant of AIFF, introduced in the August 1991 AIFF-C specification. AIFF stores only uncompressed linear PCM. AIFC adds a compression-type code in the COMM chunk so the same FORM/COMM/SSND container can hold μ-law, A-law, IMA 4:1 ADPCM, MACE 3:1, MACE 6:1, and other codecs. The chunk structure and metadata layout are otherwise identical, which is why both formats sometimes share the .aif and .aiff extensions. If you need bit-perfect uncompressed audio, use Xvid to AIFF instead.
It depends on the compression codec. Audacity and VLC handle the common AIFC codecs (μ-law, A-law, IMA ADPCM) well. Apple's older Logic Pro 7.0–7.0.1 had a documented issue importing AIFC and would prompt "What kind of file is this?"; modern Logic Pro and Pro Tools generally handle AIFC with common codecs but some reject obscure codecs like MACE. If a target tool refuses the AIFC, fall back to plain AIFF, WAV, or FLAC.
.avi, not .xvid — does this still work?Yes. Xvid is a video codec, not a container. It's almost always wrapped in AVI (sometimes labeled .divx), so you'll be uploading .avi files. The converter detects Xvid-encoded streams inside AVI and extracts the audio track regardless of the file extension.
No. Even if the source audio is MP3, AC3, or PCM, this conversion re-encodes to one of the AIFC compression codecs (μ-law, A-law, IMA ADPCM) so the output is a true AIFC file. That means a single re-encoding step from the source codec to the AIFC codec — a small, generally inaudible quality cost at Quality Preset: High and above. To avoid any re-encoding loss, use Xvid to AIFF which produces uncompressed PCM.
Sample rates: 8, 12, 16, 22.05, 24, 32, 44.1, and 48 kHz, plus an "Original" option that preserves the source rate. Channels: mono or stereo. For voice and telephony applications, 8 kHz mono μ-law-style output matches PSTN audio. For music, keep the source rate (usually 44.1 or 48 kHz) and stay stereo.
The AIFC contains audio only, so it's much smaller than the AVI. As a rough guide: a 90-minute Xvid AVI movie at ~700 MB has perhaps 80–100 MB of audio inside; the same audio at 128 kbps AIFC is ~85 MB, at 64 kbps ~43 MB, and at telephony-grade μ-law mono around 22 MB. Picking a lower Quality Preset or Constant Bitrate shrinks output proportionally.
Yes. The Trim section accepts a start time and duration in HH:MM:SS.sss (e.g. 00:12:30.500 for 12 minutes 30.5 seconds in). Use it to pull a single line of dialog from a recorded lecture or a song from a concert AVI without exporting the whole audio track first.
Files are processed in your browser session and removed shortly after the conversion finishes. There's no sign-up, no watermark, and no public link — just download the AIFC and the source files clear from the session. For batch jobs you can also download all outputs as a single ZIP.
For pre-OS X Macs and very old QuickTime versions, AIFC is the most native choice — it's the format Apple designed for that era. For OS X / macOS workflows, plain AIFF (uncompressed) or WAV is more universally accepted by modern DAWs. AIFC is best when a specific legacy tool or archive expects the AIFF-C chunk format with compressed payload.