Video Accessibility
Accessing Higher Ground 2018 Pre-conference
Terrill Thompson & Gaby de Jongh
University of Washington
Instructions and Materials for Hands-on Workshop
Part 1: Captions
- Right click the following link to download the sample video: deadline.mp4.
- Save it to the class folder (Video Workshop) on your desktop.
- Login to your YouTube account.
- Upload video to YouTube (click "Create a video or post", select "Upload video", navigate to deadline.mp4)
- Set privacy to "unlisted"
- Caption it!
- If using YouTube Studio Beta:
- Select Transcripts from the menu
- Select the video you want to caption
- Click the Add Language button (top right), then select a language.
- The new language will be added to the table of subtitles. Click the "Add" link in the Subtitles column.
- This will take you to the caption/subtitle editor.
- Select either "Transcribe and auto-sync" or "Create new subtitles or CC" and follow the prompts.
- If using YouTube Creator Studio Classic:
- Select Videos from the menu
- Find the video you want to caption, then click the Edit button and select "Subtitles/CC"
- This will take you to the caption/subtitle editor.
- Click the Add new subtitles or CC button (top right), then select "English".
- Select either "Transcribe and auto-sync" or "Create new subtitles or CC" and follow the prompts.
- Use the Actions button within the caption/subtitle editor to Download the caption file in .vtt format.
- Save the file to the class folder (Video Workshop) on your desktop, and name it deadline_captions.vtt.
- Review the caption file in Notepad++ (or Notepad, or any other text editor).
Captioning Tips
- Keep caption length short (42 characters max, but less is better).
- Use 1 or 2 lines per caption.
- Try to keep ideas together.
- Identify changes in speaker using parentheses.
Example: (Boy) Maybe later
- Identify critical sounds in square brackets
[ a knock at the door ]
- For other tips, consult the DCMP Captioning Key (use the "hamburger menu" - top center - to navigate).
Notepad++ Tips
- You can change the default theme by going to Settings > Style Configurator.
- You can enable word wrap via View > Word Wrap.
Part 2: Audio Description
- Copy deadline_captions.vtt to deadline_descriptions.vtt.
- In Notepad++ (or any text editor), open the copied file and edit it to add audio description.
- Watch the video and record any critical visual information that isn't accessible via the audio track.
- Chose start times carefully. Try to insert descriptions during moments when there is no dialog or other critical audio.
- Use the start time from the media player.
- The end time is arbitrary, but must be after the current start time and before the next start time.
- For other tips, consult the DCMP Description Key (use the "hamburger menu" - top center - to navigate).
- Save the file when finished.
Part 2b: Chapters
- Copy either of the VTT files created so far to deadline_chapters.vtt.
- In Notepad++ (or any text editor), open the copied file and edit it to add chapters.
- Decide how best to organize the video content (what are the key landmarks?). Each key landmark should be a new chapter.
- For each chapter, record the start and end times from the media player.
Part 3: Putting it All Together
- Download latest version of Able Player (use the "Source code (zip)" link).
- Save it to the class folder (Video Workshop) on your desktop
- Unzip it. When doing so, select C:\xampp\htdocs\video\ as the destination folder.
- This will add a new folder named ableplayer-3.21. Rename it to ableplayer.
- Right click and download the file videos.html to your class folder.
- Open videos.html in Notepad++.
- At the same time, open videos.html in your web browser using the following link: localhost/video/videos.html
- Copy and paste the link into multiple browsers for testing.
- In Notepad++, add video to each of the three sections of the page (see below for detailed instructions).
- Each time you add a video, save the file. Then go to the web page in the browser(s) and refresh the page to see your changes. Test the video with and without a mouse to see if it works.
Example Video #1: Default Browser Video
Add the following code to this section in your web page:
<video id="video1" preload="auto" width="500" height="281" controls>
<source type="video/mp4" src="deadline.mp4">
<track kind="captions" src="deadline_captions.vtt" srclang="en" label="English">
<track kind="descriptions" src="deadline_descriptions.vtt" srclang="en">
<track kind="chapters" src="deadline_chapters.vtt" srclang="en">
</video>
Example Video #2: YouTube Video
- Go to the video you uploaded on YouTube.
- Watch the video. Beneath the video player, click the Share button.
- In the dialog that pops up, under the "Share a Link" heading, click the Embed button.
- Copy the embed code that appears, then paste it into your web page.
Example Video #3: Able Player Video
- Copy the code from Example Video #1, and paste it into the Able Player Video section.
- Delete the controls attribute from the <video> tag.
- Add the data-able-player attribute to the <video> tag.
- Test it with NVDA in either Firefox or Chrome (see below for tips)
- After testing with NVDA, add the following attribute to the <source> tag:
data-desc-src="ableplayer/media/deadline_desc.mp4"
- Now test it again, with Descriptions on.
Tips for testing with NVDA
- Use the "h" key to navigate between headings.
- Use the tab key to navigate between buttons and controls.
- Use the arrow keys to control sliders.
- Use the enter key to activate buttons.
Links to Resources
UW Resources and Tools
Other Resources
Free Captioning (and Description) Tools
PowerPoint slides from Workshop
Videos Shown in Workshop