Skip to content
Novus Examples
mkv17.6 KB

Soft Subtitles — MKV (SRT track)

A clip with a soft (muxed, toggleable) SRT subtitle track in a Matroska container — the subtitles are a separate stream, not burned in. A fixture for testing subtitle extraction, rendering, and toggling.

Rendered preview of Soft Subtitles — MKV (SRT track)

Rendered preview of the mkv file (17.6 KB). Download above for the original.

Specifications

Resolution
480x270
Fps
30
Duration
5s
Subtitles
soft SRT (toggleable)
Codec
H.264 + SRT

What is a .mkv file?

MKV (Matroska) is a flexible open multimedia container that can hold virtually unlimited video, audio, subtitle, and attachment tracks with rich metadata and chapters. It is codec-agnostic and popular for high-quality video with multiple audio and subtitle options. It is a superset of the design behind WebM.

How to use this file

Use an example MKV to test multi-track demuxing, subtitle and chapter extraction, codec detection, and remuxing or transcoding pipelines.

Code examples

<video controls preload="metadata" width="640" src="soft-subtitles.mkv"></video>

Generated by generation/video_realistic.py. Free for any use, no attribution required — license.