This commit is contained in:
JMARyA 2024-02-27 11:06:13 +01:00
parent 561a0e06a6
commit fe20f4396c
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 31 additions and 24 deletions

View file

@ -3,15 +3,16 @@ aliases: ["mkv"]
website: https://matroska.org
obj: concept
---
# Matroska
The Matroska Multimedia Container is a free and open container format, a file format that can hold an unlimited number of video, audio, picture, or subtitle tracks in one file. It is a universal format for storing common multimedia content, like movies or TV shows. Matroska is similar in concept to other containers like AVI, MP4, or Advanced Systems Format (ASF), but is entirely open in specification, with implementations consisting mostly of open source software. 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.
Editing and creation of Matroska files can be done using [MKVToolnix](../../applications/media/MKVToolnix.md).
| Name | Value |
| ------------------------ | -------------------------------------- |
| Extension | .mkv .mk3d .mka .mks |
| Name | Value |
| ------------------ | -------------------------------------- |
| Extension | .mkv .mk3d .mka .mks |
| [MIME](../MIME.md) | video/x-matroska <br> audio/x-matroska |
| Website | https://matroska.org |
| Website | https://matroska.org |
## Features