Jump to content

File format

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Brooke Vibber (talk | contribs) at 18:56, 8 September 2002 (Added MOVIE.BYU). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A file format is a particular layout of data in a computer file. Some file formats have well-defined and publicly available specifications, but others may be described only within the software that processes them. Some file formats define strong rules as to what can be in them. A JPEG cannot hold anything but image data for example, but an AVI can hold audio or video data, frequently both. Files are typically stored in a file system.

Some file formats may be used for more than one type of content. For example GIF can store both pictures and simple animations, and AVI can store almost any type of multimedia. The Ogg format can potentially store video and/or audio, but actual implementations are currently rare as of December 2001, and only an audio codec called Ogg Vorbis exists for the format, though developers continue to work on video codecs such as the Tarkin video codec and to integrate other formats such as MNG (lossless and motion-JPEG compression), FLAC (lossless audio compression), and XML (text-based data such as captions and subtitles) into the Ogg framework. IFF is a now defunct format which, like AVI, is a shell, but IFF had no limitations, being able to store sound, image, movie, animation, data or archive. If a programmer wanted to store data in the IFF format, he just had to define the subformat following the general rules. For example, WAV files follow a variation of IFF called RIFF.


A good source of information on file formats is the Wotsit archive at http://www.wotsit.org