What is Matroska ?
Matroska aims to become THE standard of multimedia container formats. It was derived from a project called MCF, but differentiates from it significantly because it is based on EBML (Extensible Binary Meta Language), a binary derivative of XML. EBML enables the Matroska Development Team to gain significant advantages in terms of future format extensibility, without breaking file support in old parsers.
First, it is essential to clarify exactly "What an Audio/Video container is", to avoid any misunderstandings:
First, it is essential to clarify exactly "What an Audio/Video container is", to avoid any misunderstandings:
- It is NOT a video or audio compression format (video codec)
- It is an envelope for which there can be many audio, video and subtitles streams, allowing the user to store a complete movie or CD in a single file.
Features
Matroska is designed with the future in mind. It incorporates features you would expect from a modern container format, like:
- Fast seeking in the file
- High error recovery
- Chapter entries
- Selectable subtitle streams
- Selectable audio streams
- Modularly Extendable
- Streamable over internet (HTTP and RTP audio & video streams)
- Menus (like DVDs have)
- High error recovery
- Chapter entries
- Selectable subtitle streams
- Selectable audio streams
- Modularly Extendable
- Streamable over internet (HTTP and RTP audio & video streams)
- Menus (like DVDs have)
Matroska is an open standards project. This means for personal use it is absolutely free to use and that the technical specifications describing the bitstream are open to everybody, even to companies that would like to support it in their products. The source code of the libraries developed by the Matroska Development Team is dual licensed under both the GNU L-GPL for source code and for parsing and playback libraries available under the BSD license, for commercial software and Hardware adoption.
You can visit the official Matroska.org site for further information or email us: [email protected]


