FourCC: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(Update broken link)
mNo edit summary
Line 3: Line 3:
'''Note!''' The audio counterpart to FourCC is called [[TwoCC]].
'''Note!''' The audio counterpart to FourCC is called [[TwoCC]].


* [http://www.microsoft.com/whdc/archive/fourcc.mspx Historic list of registered FourCC's at microsoft.com]
* [http://msdn.microsoft.com/en-us/library/aa367377.aspx Microsoft list of registered FOURCC codes and WAVE formats, December 2010]
* [http://msdn.microsoft.com/en-us/library/aa367377.aspx Microsoft list of registered FOURCC codes and WAVE formats, December 2010]
* [http://fourcc.org FOURCC.org, a site dedicated to video codec and pixel format information]
* [http://fourcc.org FOURCC.org, a site dedicated to video codec and pixel format information]


[[Category:Multimedia Terminology]]
[[Category:Multimedia Terminology]]

Revision as of 12:37, 12 December 2010

Four Character Codes, abbreviated as FourCC are 4 byte (32 bit) character sequences used as format identifiers in Microsoft's AVI (a.k.a. RIFF) container format. But it is also employed for the Video identifiers of other formats (because they also use 4 bytes) like Apple's QuickTime MOV container format. For MultimediaWiki's list of known video FourCCs see here.

Note! The audio counterpart to FourCC is called TwoCC.