.avi File Extension
.avi file is, which apps open AVI videos, how Poly supports them, and when to convert one to MP4 or WebM. File extension details for .avi
Full Support| File type | Audio Video Interleave container |
|---|---|
| MIME type | |
| Encoding | Binary RIFF container with interleaved audio, video, and metadata chunks |
| Operating systems | Windows, macOS, Linux, iOS, Android |
| Opens with | VLC media player, Windows Media Player, IINA, MPV |
| Poly support | Yes. Poly provides rich support for AVI videos when their streams can be decoded. |
| Indexed by Poly | Yes. Poly indexes filenames, supported metadata, spoken transcripts, and visual content. |
| Preview in Poly | Yes. AVI files get thumbnails, timeline previews, and in-app playback when decodable. |
| Poly agent | Yes. The Poly agent can use supported visual content, transcripts, and metadata. |
What kind of file is an .avi?
An .avi file is an Audio Video Interleave container created by Microsoft. It usually holds video and audio streams, but it can also contain video without audio. AVI uses the video/x-msvideo MIME type.1
AVI is a container, not a codec. One file might contain uncompressed video and PCM audio, while another uses an older codec such as Cinepak or Indeo. Your player must understand both the AVI container and every codec inside it.
A conventional AVI begins with RIFF, a four-byte size field, and the form type AVI . In hexadecimal, the identifying pattern is 52 49 46 46 ?? ?? ?? ?? 41 56 49 20.2 Checking only RIFF is not enough because WAV and WebP files use RIFF too.
.avi does not convert its container or codecs. Inspect the content when a filename and file signature disagree.How do I open an .avi on my computer?
VLC is a practical first choice on Windows, macOS, and Linux because its supported input formats include AVI and many legacy codecs.3 Windows Media Player can also play AVI when the necessary codecs are available.4 On macOS, IINA or VLC is generally more dependable than QuickTime Player for older AVI files. Mobile playback varies by app and by the codecs in the file.
If an AVI opens without sound, shows a blank picture, or refuses to seek, the filename may still be correct. The missing piece is often support for one contained stream. Avoid installing an unknown codec pack for a single untrusted file; try a maintained player or convert the file instead.
Poly support for .avi
Poly gives decodable AVI videos thumbnails, timeline previews, in-app playback, technical metadata, visual search, searchable speech transcripts, and agent understanding. Metadata can include duration, dimensions, frame rate, codecs, color information, and audio-track details.
Transcript search requires an audio track with audible speech. Silent videos can still benefit from visual search. A damaged AVI or one containing an unsupported legacy codec may have limited playback, indexing, or agent access.
History of .avi
Microsoft introduced AVI in 1992 as part of its Video for Windows technology. The format organizes media in RIFF chunks. Its required hdrl list describes the streams, while the movi list carries interleaved media data. A traditional idx1 chunk can provide seek locations.2
Later OpenDML extensions addressed limitations in the original structure and are often called AVI 2.0. Both original and OpenDML files normally retain the .avi suffix, so the filename alone does not reveal the version.5
Working with .avi and alternatives
AVI remains common in older collections, capture systems, and specialized workflows. For new web delivery, MP4 and WebM have clearer browser support.6
| Need | Better choice | Why |
|---|---|---|
| Broad device playback | MP4 with H.264 video and AAC audio | Widely supported by browsers and devices |
| Open web delivery | WebM with VP9 or AV1 video and Opus audio | Designed for modern web use |
| Preserve compatible streams | Remux into a suitable container | Avoids a lossy re-encode |
Transcoding decodes and re-encodes media, which may reduce quality. Remuxing only changes the container and preserves compatible streams exactly. Keep the original until you confirm duration, audio synchronization, frame rate, and every needed audio or subtitle stream in the new file.
Footnotes
- MDN Web Docs. Common Media Types. ↩
- Microsoft. AVI RIFF File Reference. ↩ ↩2
- VideoLAN. VLC Features. ↩
- Microsoft Support. File Types Supported by Windows Media Player. ↩
- Library of Congress. AVI (Audio Video Interleaved) File Format. ↩
- MDN Web Docs. Media Container Formats. ↩