https://github.com/pawitp/mkv-player
Web-based MKV player with subtitle support
https://github.com/pawitp/mkv-player
hacktoberfest
Last synced: 4 months ago
JSON representation
Web-based MKV player with subtitle support
- Host: GitHub
- URL: https://github.com/pawitp/mkv-player
- Owner: pawitp
- License: mit
- Created: 2018-07-28T09:33:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-11-21T22:55:22.000Z (8 months ago)
- Last Synced: 2025-11-22T00:18:39.006Z (8 months ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://mkv-player.netlify.app/
- Size: 1.32 MB
- Stars: 102
- Watchers: 6
- Forks: 21
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.