doakey3 / VideoSub

HTML5 Video with SRT Subtitles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VideoSub: HTML5 Video with SRT Subtitles

Code

<script src="videosub.js"></script>

HTML

<video width="320" height="176" controls>
    <source src="jellies.mp4" type="video/mp4"/>
    <track src="jellies.srt" kind="subtitle" srclang="en-US" label="English"/>
</video>

Fork Change Log

This project is a fork from VideoSub v0.9.9. The following changes have been made.

  • Multiline srt segments permitted
  • Text position is lower and unclickable

About

HTML5 Video with SRT Subtitles

License:MIT License


Languages

Language:JavaScript 93.5%Language:HTML 6.5%