Container format (digital)
From Wikipedia, the free encyclopedia
A container format is a computer file format that can contain various types of data, compressed by means of standardized audio/video codecs. The container file is used to identify and interleave the different data types. Simpler container formats can contain different types of audio codecs, while more advanced container formats can support multiple audio and video streams, subtitles, chapter-information, and meta-data (tags) - along with the synchronization information needed to play back the various streams together.
Some containers are exclusive to audio:
- AIFF (IFF file format, widely used on Mac OS platform)
- WAV (RIFF file format, widely used on Windows platform)
- XMF (Extensible Music Format (XMF))
Other containers are exclusive to still images:
- Flexible Image Transport System is a wrapper file format for still images, raw data, and associated metadata.
- TIFF (Tagged Image File Format) is a wrapper file format for still images and associated metadata.
Other flexible containers can hold many types of audio and video, as well as other media. The most popular multi-media containers are:
- 3gp (used by many mobile phones)
- ASF (standard container for Microsoft WMA and WMV)
- AVI (the standard Microsoft Windows container, also based on RIFF)
- DVR-MS ("Microsoft Digital Video Recording", proprietary video container format developed by Microsoft based on ASF)
- DVR-MS uses MPEG-2 standard video and audio using MPEG-1 Layer II or Dolby Digital AC-3 (ATSC A/52)
- IFF (first platform independent container format)
- Matroska / MKV (not standard for any codec or system, but it is an open standard and open source container format).
- MPEG-2 transport stream (TS) (a.k.a. MPEG-TS) (standard container for digital broadcasting; typically contains multiple video and audio streams, and an electronic program guide) and program stream (PS)
- MP4 (standard audio and video container for the MPEG-4 multimedia portfolio)
- MOV (standard QuickTime video container from Apple Inc.)
- Ogg (standard audio container for Xiph.org codecs, can also contain video (as in Ogg Theora))
- OGM ("Ogg Media", standard video container for Xiph.org codecs)
- RealMedia (standard container for RealVideo and RealAudio)
There are many other container formats, such as , NUT, MPEG, MXF, ratDVD, SVI, VOB, and DivX Media Format (DMF) .divx
See the Comparison of container formats for details regarding these formats.
[edit] Issues
The differences between various container formats arise from five main issues:
- Popularity; how widely supported a container is.
- Overhead. This is the difference in file-size between two files with the same content in a different container.
- Support for advanced codec functionality. Older formats such as AVI do not support new codec features like B-frames, VBR audio, VFR natively, although the format may be "hacked" to add support, creating compatibility problems.
- Support for advanced content, such as chapters, subtitles, meta-tags, user-data.
- Support of streaming media
[edit] See also
- Comparison of (audio/video) container formats
- Open source codecs and containers
- FFmpeg, cross-platform, open source, audio and video codecs suit/library
- List of multimedia (audio/video) codecs
|