Difference between revisions of "FourCC"

From VideoLAN Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
{{stub}}
+
FourCC, - sometimes called FOURCC or fourcc - is a 4-bytes identificant which specify the format of datas contained in a media file.
Four bytes which specify the format of datas contained in a media file.
+
 
 +
Every codec has its own unique FourCC.
 +
 
 +
This is very useful to tell if {{VLC}} can or cannot read a video codec.
 +
 
 +
Good lists of FourCC (or FOURCC) can be found here:
 +
 
 +
* [http://abcavi.kibi.ru/fourcc.php]
 +
* [http://www.fourcc.org/codecs.php]
 +
* [http://wiki.multimedia.cx/index.php?title=FourCC]
 +
 
 +
 
  
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 13:31, 19 May 2007

FourCC, - sometimes called FOURCC or fourcc - is a 4-bytes identificant which specify the format of datas contained in a media file.

Every codec has its own unique FourCC.

This is very useful to tell if VLC media player can or cannot read a video codec.

Good lists of FourCC (or FOURCC) can be found here: