AVI

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Fix Wikidata)
(5 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
|pronom={{PRONOM|fmt/5}}
 
|pronom={{PRONOM|fmt/5}}
 
|kaitai struct=avi
 
|kaitai struct=avi
 +
|wikidata={{wikidata|Q209054}}
 
|released=~1992
 
|released=~1992
 
}}
 
}}
 
'''Audio Video Interleave''' ('''AVI''') is a multimedia container format originally developed by Microsoft and IBM and based on the [[RIFF]] wrapper format. AVI is itself a wrapper that can enclose video and audio bitstreams in many encodings, including [[Indeo]], [[Sorenson]], and [[Cinepak]].
 
'''Audio Video Interleave''' ('''AVI''') is a multimedia container format originally developed by Microsoft and IBM and based on the [[RIFF]] wrapper format. AVI is itself a wrapper that can enclose video and audio bitstreams in many encodings, including [[Indeo]], [[Sorenson]], and [[Cinepak]].
 +
 +
== Identification ==
 +
Files begin with bytes <code>'R' 'I' 'F' 'F' ?? ?? ?? ?? 'A' 'V' 'I' 0x20</code>.
  
 
== Specifications ==
 
== Specifications ==
 +
* [https://msdn.microsoft.com/en-us/library/windows/desktop/dd318189(v=vs.85).aspx Windows Dev Center → DirectShow → AVI RIFF File Reference]
 
* [http://www.opennet.ru/docs/formats/avi.txt AVI description] Probably extracted from Video for Windows Programmer's Guide
 
* [http://www.opennet.ru/docs/formats/avi.txt AVI description] Probably extracted from Video for Windows Programmer's Guide
 
* [http://mediaxw.sourceforge.net/files/doc/Video%20for%20Windows%20Reference%20-%20Chapter%204%20-%20AVI%20Files.pdf Copy of Chapter 4: AVI Files from Video for Windows Programmer's Guide] 1993
 
* [http://mediaxw.sourceforge.net/files/doc/Video%20for%20Windows%20Reference%20-%20Chapter%204%20-%20AVI%20Files.pdf Copy of Chapter 4: AVI Files from Video for Windows Programmer's Guide] 1993
Line 17: Line 22:
 
* [http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/DVAVSPEC.RTF DV Data in the AVI File Format Specification, Version 1.01] Microsoft, 1997
 
* [http://download.microsoft.com/download/1/6/1/161ba512-40e2-4cc9-843a-923143f3456c/DVAVSPEC.RTF DV Data in the AVI File Format Specification, Version 1.01] Microsoft, 1997
 
* [http://www.iana.org/assignments/wave-avi-codec-registry/wave-avi-codec-registry.xml WAVE and AVI Codec Registries (Historic Registry)] Hosted by IANA.  Implies use of video/vnd.avi as mimetype.
 
* [http://www.iana.org/assignments/wave-avi-codec-registry/wave-avi-codec-registry.xml WAVE and AVI Codec Registries (Historic Registry)] Hosted by IANA.  Implies use of video/vnd.avi as mimetype.
 +
 +
== Sample files ==
 +
* https://telparia.com/fileFormatSamples/video/avi/
 +
* http://samples.mplayerhq.hu/avi/
  
 
== Links ==
 
== Links ==

Revision as of 15:09, 16 September 2023

File Format
Name AVI
Ontology
Extension(s) .avi
MIME Type(s) video/avi, video/x-msvideo, video/vnd.avi, video/msvideo
LoCFDD fdd000059
PRONOM fmt/5
Wikidata ID Q209054
Kaitai Struct Spec avi.ksy
Released ~1992

Audio Video Interleave (AVI) is a multimedia container format originally developed by Microsoft and IBM and based on the RIFF wrapper format. AVI is itself a wrapper that can enclose video and audio bitstreams in many encodings, including Indeo, Sorenson, and Cinepak.

Contents

Identification

Files begin with bytes 'R' 'I' 'F' 'F' ?? ?? ?? ?? 'A' 'V' 'I' 0x20.

Specifications

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox