From ad86a095362d4de989111b2218e61d195d52ce39 Mon Sep 17 00:00:00 2001 From: jforbes Date: Sun, 20 Sep 2015 08:46:24 -0400 Subject: [PATCH] Added Microsoft Caption Maker link --- docs/guides/tracks.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/guides/tracks.md b/docs/guides/tracks.md index d755be7ef7..37e89b66e9 100644 --- a/docs/guides/tracks.md +++ b/docs/guides/tracks.md @@ -11,7 +11,7 @@ Text Tracks are a function of HTML5 video for providing time triggered text to t Creating the Text File ---------------------- -Timed text requires a text file in [WebVTT](http://dev.w3.org/html5/webvtt/) format. This format defines a list of "cues" that have a start time, and end time, and text to display. +Timed text requires a text file in [WebVTT](http://dev.w3.org/html5/webvtt/) format. This format defines a list of "cues" that have a start time, and end time, and text to display. [Microsoft has a builder](https://dev.modern.ie/testdrive/demos/captionmaker/) that can help you get started on the file. When creating captions, there's also additional [caption formatting techniques] (http://www.theneitherworld.com/mcpoodle/SCC_TOOLS/DOCS/SCC_FORMAT.HTML#style) that would be good to use, like brackets around sound effects: [ sound effect ]. If you'd like a more in depth style guide for captioning, you can reference the [Captioning Key](http://www.dcmp.org/captioningkey/), but keep in mind not all features are supported by WebVTT or (more likely) the Video.js WebVTT implementation. @@ -20,12 +20,12 @@ Adding to Video.js Once you have your WebVTT file created, you can add it to Video.js using the track tag. Put your track tag after all the source elements, and before any fallback content. ```html -