AVI file format
AVI is Microsoft's video container from 1992. It still opens almost everywhere, but it predates modern compression, streaming and subtitles by a decade or more.
or drag & drop them here · images, video, audio and documents · up to 2 GB
What is AVI?
AVI (Audio Video Interleave) arrived with Windows 3.1 in 1992, built on the same RIFF structure as WAV. For most of the 1990s and 2000s it was simply what video looked like on a PC. The DivX and XviD era filled hard drives and burned CDs with AVI files, and camcorders of that period wrote it straight to tape-replacement media.
Its age shows in what it cannot do. AVI has no proper support for modern subtitle tracks, no chapters, no reliable variable bitrate audio, and no streaming index, so it cannot start playing before it downloads. Because the container is codec-agnostic in a loose, unpoliced way, players hit the "missing codec" error far more often than with MP4.
The practical consequence is size. The same video that fits in 200 MB of H.264 inside an MP4 might occupy 700 MB as an AVI with an older codec, at visibly worse quality. Unless a specific piece of legacy software demands AVI, converting an archive to MP4 saves space and removes the codec lottery.
| Extension | .avi |
|---|---|
| Category | Video |
| MIME type | video/x-msvideo |
| Released | 1992 |
| Developed by | Microsoft |
| Compression | Container (depends on codec) |
AVI: frequently asked questions
- Should I still be using AVI?
- Only if a specific old program or device requires it. For everything else MP4 is smaller at the same quality, streams properly, handles subtitles and plays on modern hardware. AVI survives as a legacy format rather than a practical choice.
- What does "cannot play — missing codec" mean?
- The player understands the AVI container but not the compression inside it, often DivX, XviD or an obscure camcorder codec. Rather than hunting down a codec pack, convert the file to MP4 with H.264, which every modern player decodes without extras.
- Why are AVI files so much larger than MP4?
- Because the codecs typically found in AVI files are one or two generations behind H.264. The container also adds noticeable per-chunk overhead. Converting the same footage to H.264 in MP4 commonly cuts the size by half or more with no visible loss.
- Can an AVI file contain subtitles?
- Not in any standard, switchable way. Subtitles for AVI files are normally kept in separate .srt or .sub files next to the video, which is why old downloads often came as a pair. Converting to MP4 or MKV gives you a container that can actually hold them.
- Where do AVI files come from?
- Almost always the past: CDs and DVDs ripped in the DivX era, camcorders from the 2000s, old screen-capture tools and archived TV recordings. Finding AVI files today usually means finding a collection that has not been touched in fifteen years.
- Does converting AVI to MP4 lose quality?
- A small amount, since the video is re-encoded. In practice the result usually looks the same or better, because a modern H.264 encoder at a sensible bitrate outperforms the ageing codec the AVI was made with, while producing a much smaller file.