Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
15 user(s) are online (10 user(s) are browsing encyclopedia)

Members: 0
Guests: 15

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Container format

A container format is a computer file format that can contain various types of data, compressed in a manner of standardized codecs. The container file is used to be able 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 audio, video, subtitles, chapters, and meta-data (Tagging) - along with the synchronization information needed to play back the various streams together.

Some containers are exclusive to audio:

  • WAV (RIFF file format, widely used on Microsoft Windows platform)
  • AIFF (AIFF file format, widely used on Mac OS platform)
  • Other flexible containers can hold many types of audio and video, as well as other media. The most popular multi-media containers are:

  • AVI (the standard Microsoft Windows container)
  • QuickTime#QuickTime_file_format (standard QuickTime container)
  • MPEG-2 TS
  • MPEG-4 Part 14 (standard container for the MPEG-4 multimedia portfolio)
  • Ogg (standard container for Xiph.Org Foundation Codecs)
  • ASF (standard container for Microsoft WMA and WMV)
  • RealMedia (standard container for RealVideo and RealAudio)
  • Matroska (not standard for any codec or system, but it is an open standard).
  • 3gp (used by many mobile phones)
  • There are many other container formats, such as NUT_Container, MPEG-1, MXF, RatDVD, and DivX Media Format.
  • See the Comparison of container formats for details regarding these formats

    =Issues=

    The differences between various container formats arise from five main issues: # Popularity; how widely supported a container is. This is the reason that the AVI format is still the most popular format # Overhead. This is the difference in file-size between two files with the same content in a different container. For a two-hour film, when in AVI, the file may be up to 10MB larger than when in Matroska. # Support for advanced codec functionality. Older formats such as AVI do not support new codec features like B-frames, VBR audio, Variable frame rate 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

    =See Also=

    *Comparison of container formats *Open source codecs and containers

    =Related Links=

  • [http://www.fileinfo.net/filetype/video Video File Formats]
  • [http://www.divx.com/divx/dmf.php DivX Media Format]