jquery.srt

jquery.srt.js

play srt subtitles next to your <video> element

Example:


<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.srt.js"></script>

<video src="http://example.com/video.ogv" id="video" controls>
</video>
<div class="srt"
data-video="video"
data-srt="http://example.com/video.srt" />
jquery.srt.js will try to load subtitles in all elements with 'srt' class.
'data-video' atribute is used to link to the related video,
if no data-srt is provided, the contents of the div is parsed as srt.

Download: jquery.srt.js

原文地址:https://www.cnblogs.com/top5/p/1656250.html