Matroska Audio
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files) |
|||
Line 22: | Line 22: | ||
== Information == | == Information == | ||
− | |||
* [http://www.matroska.org/technical/index.html Matroska Technical Section] | * [http://www.matroska.org/technical/index.html Matroska Technical Section] | ||
* [http://haali.su/mkv/codecs.pdf Supported codecs and format of their CodecPrivate blocks] | * [http://haali.su/mkv/codecs.pdf Supported codecs and format of their CodecPrivate blocks] | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/audio/mka/ | ||
== Software == | == Software == | ||
− | |||
* [http://www.matroska.org/downloads/windows.html Matroska downloads section] | * [http://www.matroska.org/downloads/windows.html Matroska downloads section] | ||
+ | * [[FFmpeg]] |
Revision as of 17:34, 3 May 2022
Matroska Audio (.mka) files consist of a Matroska container containing one or more audio files compressed with one of the supported codecs. As well as the compressed audio, a Matroska Audio file might also contain embedded lyrics or transcriptions, in the form of SRT subtitles. In addition, Matroska Audio files can be separated into tracks or chapters - it is possible, for example, to contain a whole album or audiobook in a single file while retaining clear separation between tracks.
Contents |
Identifiers
Format | LoCFDD | Notes |
---|---|---|
Matroska | fdd000342 | Refer to Matroska. |
Matroska with LPCM Audio Encoding | fdd000346 | |
Matroska with MP3 Audio Encoding | fdd000347 | Refer to MP3. |