Mastering Matroska (.mkv)
The Matroska container is the gold standard for high-quality video distribution. UMedia was built specifically to handle MKV's most complex, obscure features that other players ignore.
Why MKV?
Unlike MP4 (which restricts the codecs you can use) or AVI (which is ancient), MKV can hold an unlimited number of video, audio, picture, and subtitle tracks in a single file. It's an open standard, making it the format of choice for Blu-ray rips (REMUX) and anime releases.
Advanced MKV Features Supported
1. Ordered Chapters & Linked Segments
Anime release groups often use MKV to separate the Opening (OP) and Ending (ED) sequences into different files to save space. A single MKV file can seamlessly link to these external files during playback.
File: Episode_01.mkv> Plays 00:00 - 02:30> Links to OP_v1.mkv (01:30)> Resumes Episode_01.mkv at 02:30
UMedia parses these segment UUIDs flawlessly. No jumping or stuttering.
2. Attached Fonts (MIME type: application/x-truetype-font)
Complex ASS subtitles require specific fonts to render correctly. Instead of making you install them on your system, MKV allows embedding the TTF/OTF files directly inside the container.
UMedia temporarily loads these fonts into memory via `libass`#96;libass`libass`#96; during playback, ensuring the typography looks exactly as the author intended without polluting your OS font directory.
3. Edition Tracks
A single MKV can contain "Theatrical" and "Director's Cut" versions in the same file without duplicating video data, simply by rearranging the chapter playlist.
Use the E key in UMedia to cycle through available editions.
FAQ
- Why does my TV say "Format not supported" for an MKV on a USB drive?
- MKV is just a container. Your TV might support MKV, but not the specific codec *inside* it (like 10-bit HEVC or TrueHD audio). Always play through a PC running UMedia for 100% compatibility.
- Can I extract the subtitles from an MKV?
- Yes, you can use MKVToolNix for this, but UMedia can also export them via CLI:
umedia --dump-subs=output.srt video.mkv.