Start using WebSRT today!
JSCaptions is a way to add captions to your HTML5 videos in browsers that don't support the HTML5 <track>
element.
See the JSCaptions project page for more.
Oh, and the video clip is from the "Laughing Alien" episode of "Space Patrol" (1953).
<script src="jscaptions.js">
<video controls>
<source src="SpacePatrol.m4v" type="video/mp4">
<source src="SpacePatrol.webm" type="video/webm">
<source src="SpacePatrol.ogv" type="video/ogg">
<track src="SpacePatrol_en.srt" label="English" srclang="en-US">
Sorry, you need to use a browser that supports HTML5 video to see the content and captions.
</video>