WebVTT(Web Video Text Tracks) is a W3C standard for displaying timed text in connection with the HTML5 <track>
element.
Check out the details here(wiki)
- python3.x or anaconda (using flask server)
- flask library
pip install flask
git clone https://github.com/kimkyeongnam/WebVTT.git
cd WebVTT
python run.py
Subtitles appear when you use a server.