MKV (Matroska Video)
MKV adalah kontainer multimedia open-source yang mendukung hampir semua codec video, audio, dan subtitle yang ada. MKV populer untuk film dan video berkualitas tinggi karena fleksibilitasnya, mendukung beberapa track audio, subtitle, chapter, dan metadata yang kaya.
Tipe MIME
text/markdown
Tipe
Teks
Kompresi
Lossless
Kelebihan
- + Extremely simple syntax that anyone can learn in minutes
- + Version-control friendly โ clean diffs in Git
- + Renders beautifully on GitHub, GitLab, and most platforms
- + Converts easily to HTML, PDF, DOCX, and other formats
Kekurangan
- โ Limited formatting โ no native support for tables of contents or footnotes
- โ Flavor fragmentation (CommonMark, GFM, MDX) creates inconsistencies
- โ No built-in styling โ appearance depends on the renderer
Kapan Menggunakan .MD
Gunakan MKV untuk penyimpanan video lokal dan media berkualitas tinggi dengan beberapa track audio/subtitle. Untuk streaming web, gunakan MP4 (kompatibilitas browser lebih luas).
Detail Teknis
MKV menggunakan markup biner EBML dengan elemen bersarang. Mendukung hampir semua codec (H.264, H.265, VP9, AV1, FLAC, Opus, SRT, ASS). Track Cues memungkinkan pencarian cepat. Tidak ada batasan ukuran file (64-bit), dan chapter memberikan navigasi bernama.
Riwayat
Steve Lhomme dan tim membuat format Matroska pada tahun 2002, dinamai dari boneka Matryoshka Rusia. Matroska menggunakan format biner EBML dan dirancang untuk bersifat extensible serta tahan masa depan.
Konversi dari .MD
Konversi ke .MD
Format Terkait
Istilah Terkait
Learn More
JSON vs YAML vs TOML: Choosing a Configuration Format
Configuration files are the backbone of modern applications. JSON, YAML, and TOML each offer different trade-offs between readability, complexity, and โฆ
Text Encoding Explained: UTF-8, ASCII, and Beyond
Text encoding determines how characters are stored as bytes. Understanding UTF-8, ASCII, and other encodings prevents garbled text, mojibake, and โฆ
How to Format and Validate JSON Data
Malformed JSON causes silent failures in APIs and configuration files. Learn how to format, validate, and debug JSON documents to โฆ
Regular Expressions: A Practical Guide for Text Processing
Regular expressions are powerful patterns for searching, matching, and transforming text. This guide covers the most useful regex patterns with โฆ
Base64 Encoding: How It Works and When to Use It
Base64 converts binary data into ASCII text, making it safe for transmission through text-based systems. Learn when Base64 is the โฆ
Markdown vs Rich Text vs Plain Text: When to Use Each
Choosing between Markdown, rich text, and plain text affects portability, readability, and editing workflow. This comparison helps you select the โฆ