fix
This commit is contained in:
parent
561a0e06a6
commit
fe20f4396c
7 changed files with 31 additions and 24 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue