-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
45,984 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
WEBVTT | ||
00:00.700 --> 00:04.110 | ||
Captions describe all relevant audio for the hearing impaired. | ||
[ Heroic music playing for a seagull ] | ||
|
||
00:04.500 --> 00:05.000 | ||
[ Splash!!! ] | ||
|
||
00:05.100 --> 00:06.000 | ||
[ Sploosh!!! ] | ||
|
||
00:08.000 --> 00:09.225 | ||
[ Splash...splash...splash splash splash ] | ||
|
||
00:10.525 --> 00:11.255 | ||
[ Splash, Sploosh again ] | ||
|
||
00:13.500 --> 00:14.984 | ||
Dolphin: eeeEEEEEeeee! | ||
|
||
00:14.984 --> 00:16.984 | ||
Dolphin: Squawk! eeeEEE? | ||
|
||
00:25.000 --> 00:28.284 | ||
[ A whole ton of splashes ] | ||
|
||
00:29.500 --> 00:31.000 | ||
Mine. Mine. Mine. | ||
|
||
00:34.300 --> 00:36.000 | ||
Shark: Chomp | ||
|
||
00:36.800 --> 00:37.900 | ||
Shark: CHOMP!!! | ||
|
||
00:37.861 --> 00:41.193 | ||
EEEEEEOOOOOOOOOOWHALENOISE | ||
|
||
00:42.593 --> 00:45.611 | ||
[ BIG SPLASH ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Video.js | HTML5 Video Player</title> | ||
|
||
<!-- Chang URLs to wherever Video.js files will be hosted --> | ||
<!-- Default URLs assume the examples folder is included alongside video.js --> | ||
<link href="../../video-js.min.css" rel="stylesheet" type="text/css"> | ||
|
||
<!-- Include ES5 shim, sham and html5 shiv for ie8 support --> | ||
<!-- Exclude this if you don't need ie8 support --> | ||
<script src="../../ie8/videojs-ie8.min.js"></script> | ||
|
||
<!-- video.js must be in the <head> for older IEs to work. --> | ||
<script src="../../video.min.js"></script> | ||
|
||
<!-- Unless using the CDN hosted version, update the URL to the Flash SWF --> | ||
<script> | ||
videojs.options.flash.swf = "../../video-js.swf"; | ||
</script> | ||
|
||
</head> | ||
<body> | ||
|
||
<video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="264" | ||
poster="http://video-js.zencoder.com/oceans-clip.png" | ||
data-setup="{}"> | ||
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4' /> | ||
<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm' /> | ||
<source src="http://video-js.zencoder.com/oceans-clip.ogv" type='video/ogg' /> | ||
<track kind="captions" src="../shared/example-captions.vtt" srclang="en" label="English"></track><!-- Tracks need an ending tag thanks to IE9 --> | ||
<track kind="subtitles" src="../shared/example-captions.vtt" srclang="en" label="English"></track><!-- Tracks need an ending tag thanks to IE9 --> | ||
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p> | ||
</video> | ||
|
||
</body> | ||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.