Washington State Audio Description Project

Overview of Audio Description

Audio description is:

Extended audio description is audio description that requires a pause in the video (i.e., if there aren't otherwise enough gaps in the program audio to insert a description.)

Integrated description is the process of building in description of visual content directly into the video during scripting and production, thereby avoiding the need for audio description.

Prioritizing Your Videos for Audio Description

Videos can be prioritized for audio description using the same variables that are used for prioritizing videos for captioning:

In general, it is best to focus initial efforts on high impact videos, for example:

NOTE: In order to be audio described with the current project, the video must be public-facing.

Does the video need description?

In addition to the above considerations, videos can be prioritized based on the need for audio description.

To determine need, watch portions of the video with your eyes closed. Are there any important details that you're missing? Rate the video using the following scale:

If videos are hosted on YouTube, consider using YouTube Caption Auditor (YTCA) to help channel owners prioritize their videos. YTCA is a free, open-source tool developed and maintained by Terrill Thompson at the University of Washington. It helps YouTube channel owners to see a table of all their videos, and to sort the videos based on traffic or publication date, which can help with prioritization. It also reports on whether videos have been captioned, but is unable to report on whether videos have been audio described since YouTube doesn't collect this information, and is unable to assess the need for description – you'll have to do that manually.

How to Describe Video (3 Approaches)

Each of the following approaches is described in detail below.

  1. Hire a traditional audio description service provider.
  2. Hire a captioning vendor, and get audio description as an add-on service.
  3. Do it yourself using a timed text file.

Approach #1: Hire a traditional audio description service provider

The ultimate source for audio description service providers is the American Council of the Blind's Audio Description Project, which currently lists approximately 100 providers. Many of these specialize in live events, or only work on major large-budget projects. In 2017, we narrowed the ACB's list to only those providers who expressly offer audio description of recorded video, and surveyed them all regarding their pricing, turnaround time, and deliverables. Based on the survey results, we identified seven providers that seemed to be a good fit for higher education. Since then, some of these providers have merged, and others have entered the market. We will continue to maintain a list of providers with whom we have first-hand experience at Creating Accessible Videos on the UW Accessible Technology website.

For the current project, we partnered with Audio Eyes and Center for Inclusive Design and Innovation (CIDI) at Georgia Tech.

Characteristics of this approach:

Choose this approach if:

Approach #2: Hire a captioning vendor, and get audio description as an add-on service

Vendors in this category are 3PlayMedia and Automatic Sync Technologies. Their primary business is providing captioning of recorded video, but in recent years they have added audio description to their menu of services.

For the current project, we are working with a single vendor, 3PlayMedia, since they are already providing captioning services on a Washington State higher education contract.

Characteristics of this approach:

Choose this approach if:

Approach #3: Do it yourself using a timed text file.

In this approach, the description text is contained in a time-stamped text file, in Web Video Text Tracks (WebVTT) format. WebVTT files can be used for various purposes, including captions and descriptions. If used for descriptions, they can be voiced by web browsers at the appropriate times.

This approach is part of the HTML5 specification, and enables audio description to be added to video using very simple HTML code, as in the following example:

  <video>
    <source src="somefile.mp4">
    <track kind="captions" src="my-captions.vtt" srclang="English"></track>
    <track kind="descriptions" src="my-descriptions.vtt"></track>
  </video>

Characteristics of this approach:

Choose this approach if:

Further Reading