Chromium-based applications are becoming more and more popular today. It's not uncommon for some new video player or editor to arrive on that platform. One of the essential features of any multimedia program is ability to play videos. Unfortunately default Electron/NW.js video component supports only tiny number of codecs and lacks many features. mpv.js solves that shortcoming by embedding mature desktop player mpv into your app, providing a full control over such functions as audio track number, deinterlacing, subtitle delay, frame stepping and many more. And of course it can play out of the box basically any video format invented thanks to powerful ffmpeg library.


