Initializing... drag & drop files here
Supports: XVID
Xvid is an MPEG-4 Part 2 Advanced Simple Profile codec released in 2001 and distributed under the GNU GPL. Its videos almost always ship inside an AVI container — the format that dominated late-1990s and 2000s PC video. Apple's editing tools were never built for that combination. Final Cut Pro's supported-formats list accepts AVI as a container but does not list MPEG-4 Part 2 / Xvid as a supported codec — only H.264, HEVC, ProRes, and a handful of acquisition codecs. iMovie behaves the same way. The result is files that grey out on import, fail with "media type not supported," or import as audio-only. Re-wrapping isn't enough; the codec itself has to change. Converting to MOV with H.264 puts the footage into Apple's native QuickTime container with a codec Final Cut, iMovie, Motion, and QuickTime Player all decode without plugins.
| Property | Xvid in AVI | MOV (QuickTime) |
|---|---|---|
| Container origin | Microsoft AVI, 1992 | Apple QuickTime, 1991 |
| Typical video codec | MPEG-4 Part 2 ASP (Xvid) | H.264, HEVC, or ProRes |
| Codec license | GNU GPL (open source) | H.264 / HEVC patent-licensed; ProRes is Apple proprietary |
| Native macOS playback | No — needs VLC or Perian | Yes — QuickTime Player |
| Final Cut Pro / iMovie | Codec not supported | Native, including timeline editing |
| Windows playback | Native (Movies & TV with codec; VLC always) | Native on Windows 10/11 |
| Streaming-friendly | No — AVI lacks moov-atom seeking | MOV with faststart works for progressive download |
| Best for | Legacy PC video, peer-to-peer downloads of the 2000s | Apple editing pipelines, ProRes masters, iOS sharing |
| MOV codec | Best for | File size | Compatibility |
|---|---|---|---|
| H.264 (default) | General editing, sharing, web upload | Small to medium | Universal — every Apple app, Windows, browsers |
| HEVC / H.265 | 4K masters, smaller files at same quality | ~40-50% smaller than H.264 | macOS High Sierra+, iOS 11+, Windows 10 with extension |
| MPEG-4 Part 2 (legacy) | Round-tripping with old AVI sources | Similar to source | Wide but non-Apple-native |
| MJPEG | Frame-accurate scrubbing in legacy editors | Large (intra-frame) | Niche — older NLEs |
If you need a different output container instead, see Xvid to MP4 for cross-platform sharing or Xvid to MKV for archival with multiple audio and subtitle tracks.
Final Cut Pro and iMovie accept the AVI container but not the Xvid codec inside it. Apple's supported-formats reference lists H.264, HEVC, ProRes, and a handful of acquisition codecs — MPEG-4 Part 2 (Xvid, DivX, 3ivx) is not on the list. The file may grey out, refuse to import, or appear with audio only. Converting to MOV with an H.264 video stream switches both the container and the codec to formats Final Cut and iMovie decode natively.
H.264 for general editing — every Apple app from iMovie 10.4 onwards decodes it without re-encoding, and it lines up with what most clients expect. HEVC (H.265) gives roughly 40-50% smaller files at the same visual quality, which matters for 4K masters or limited storage, but it requires macOS High Sierra (10.13) or later and a fairly recent Mac CPU for smooth scrubbing. ProRes is the right pick if you want a true editing master — it's intraframe and very fast on a timeline, but the files are several times larger than H.264.
Yes — Xvid is already lossy, and re-encoding to H.264 is a second lossy pass, so some detail is lost. Choosing the "Very High (Recommended)" Quality Preset or a Constant Quality (CRF) value around 18-20 keeps the output visually close to the source. If you plan heavy color grading or compositing, route the file through an intermediate codec like ProRes 422 instead — but expect file sizes 5-8x larger than H.264 for the same footage.
The audio inside an Xvid AVI is usually MP3, AC-3, or PCM. Audio is re-encoded to AAC by default for MOV compatibility, which is what QuickTime Player, iOS, and Final Cut Pro prefer. AAC is the safest target for Apple workflows — preserving the source codec inside MOV is non-standard and breaks Apple-app compatibility, so audio re-encoding is on by design.
MOV and MP4 share the same underlying ISO base media file format — both descend from QuickTime. Inside Apple's ecosystem MOV is the native choice and supports all of QuickTime's metadata atoms (timecode tracks, alpha channels in some codecs, chapter markers). MP4 is the universally portable choice for web playback, social uploads, and Android. For Final Cut Pro and iMovie, MOV is the slight default; for almost everything else, MP4 is. See Xvid to MP4 for the universal path.
Yes. Windows 10 and Windows 11 play MOV with H.264 video and AAC audio in the Movies & TV app and Media Player without extra codecs — Microsoft added native QuickTime container support years ago. VLC plays MOV on every platform. The one rough edge is older Windows tools (some legacy editors, Windows Media Player Classic builds) that prefer MP4; if your recipient is on Windows-only, MP4 is a safer default.
Xvid's MPEG-4 Part 2 codec from 2001 is more aggressive at low bitrates than vanilla H.264 at default settings. If you re-encode with the "Very High" preset, the encoder is preserving headroom for editing, which produces a larger file. Pick a lower preset, set Constant Bitrate to roughly 1.2-1.5x your source bitrate, or use Constant Quality with CRF 22-24 to bring the size down. For sharing-only outputs, picking Xvid to MP4 at CRF 23 typically lands within 10-20% of the source size.
Files are uploaded over an encrypted connection and processed on xconvert's servers, so the practical limit is upload size and connection speed. Long DVD-rip-sized AVIs (1–4 GB) convert without issue. For very large archive jobs, batching shorter clips is faster than one giant file.
Probably not. AVI's support for multiple tracks is shaky and most Xvid AVIs ship as one video plus one audio stream. Embedded SRT subtitles in AVI are uncommon and won't carry into MOV. If your source has multiple audio tracks or subtitles you care about, route through MKV instead — see Xvid to MKV — which preserves multi-track content losslessly and is supported by VLC and IINA on macOS.