![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Matroska | |
---|---|
![]() | |
Filename extension |
.mkv .mk3d .mka .mks |
Internet media type |
video/matroska video/matroska-3d audio/matroska[1] application/octet-stream (for .mks) |
Initial release | 6 December 2002 |
Latest release | 1.7.1[2] 8 October 2022 |
Type of format | Container format |
Container for | Multimedia |
Extended from | MCF, EBML |
Standard | RFC 9559 |
Open format? | Yes |
Free format? | Yes[3] |
Website | matroska |
Matroska (styled Matroška) is a project to create a container format that can hold an unlimited number of video, audio, picture, or subtitle tracks in one file.[4] The Matroska Multimedia Container is similar in concept to other containers like AVI, MP4, or Advanced Systems Format (ASF), but is an open standard.
Matroska file extensions are .mkv for video (which may include subtitles or audio), .mk3d for stereoscopic video, .mka for audio-only files (which may include subtitles), and .mks for subtitles only.[5]
The project was announced on 6 December 2002[6] as a fork of the Multimedia Container Format (MCF), after disagreements between MCF lead developer Lasse Kärkkäinen and soon-to-be Matroska founder Steve Lhomme about the use of the Extensible Binary Meta Language (EBML) instead of a binary format.[7] This coincided with a 6-month coding break by the MCF's lead developer for his military service, during which most of the community quickly migrated to the new project.[citation needed]
In 2010, it was announced that the WebM audio/video format would be based on a profile of the Matroska container format together with VP8 video and Vorbis audio.[8]
On 31 October 2014, Microsoft confirmed that Windows 10 would support HEVC and Matroska out of the box, according to a statement from Gabriel Aul, the leader of Microsoft Operating Systems Group's Data and Fundamentals Team.[9][10] Windows 10 Technical Preview Build 9860 added platform level support for HEVC and Matroska.[11][12]
In October 2024, Matroska was formally specified in and published as RFC 9559.
"Matroska" is derived from matryoshka (Russian: матрёшка [mɐˈtrʲɵʂkə]), the Russian name for the hollow wooden dolls, better known in English as Russian nesting dolls, which open to expose another smaller doll, that in turn opens to expose another doll, and so on. The logo writes it as "Matroška"; the letter š, an "s" with a caron over it, represents the "sh" sound (/ʂ/) in various languages.[13]
![]() | This section needs expansion. You can help by adding to it. (September 2021) |
The use of EBML allows extension for future format changes. The Matroska team has expressed some of their long-term goals on Doom9.org and Hydrogenaudio forums. Thus, the following are "goals", not necessarily existing features, of Matroska:[14]
Matroska is supported by a non-profit organization registered in France.[17] It is a royalty-free open standard that is free to use, with the specification being freely available for both private and commercial use. The Matroska development team licenses its libraries under the LGPL, with parsing and playback libraries available under BSD licenses.[14]
Software supporting Matroska include all ffmpeg/libav-based ones,[18] including, notably, mplayer, mpv, VLC, Foobar2000, Media Player Classic-HC, BS.player, Google Chrome, Mozilla Firefox, Blender, Kdenlive, Handbrake, MKVToolNix as well as YouTube (which uses WebM extensively),[19] and OBS Studio.[20]
Outside of ffmpeg, Windows 10 supports Matroska natively as well.[21] Earlier versions relied on codec packs (like K-Lite Codec Pack or Combined Community Codec Pack) to integrate ffmpeg (via ffdshow) and other additions into Windows' native DirectShow.
Apple's native QuickTime player for macOS notably lacks support.