Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 419 Bytes

File metadata and controls

11 lines (8 loc) · 419 Bytes

mkv-player

Web-based MKV player with subtitle support.

Try it out now: https://mkv-player.netlify.app/

This is a Javascript web-app to play .mkv files with embedded .ass or .ssa subtitles. Javascript is used to extract the fonts and subtitles before being rendered using a WebAssembly version of libass.

Especially useful for Chromebooks where there are no native video player with .ass or .ssa support available.