A web-based video player written in Vue.js 3 with interactive subtitles which allows editing subtitles on the fly.
Available as a static web page here
Supported subtitle file formats are currently: .ass and .srt
Supported video file formats are anything that your web browser supports.
Sample video and subtitles in the screenshot above were taken from 3Blue1Brown's video on Neural Networks.
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint
