Provide audio description or text transcript for videos with sound.

Users who are blind or visually impaired need alternatives for video content.

Adding an audio description track or text transcript helps more users enjoy your content. These both help visually impaired users when the video’s regular soundtrack doesn’t convey all the information – for example, because the presenter shows items to the camera or demonstrates a process.

How to Pass

  • Provide a full text transcript of the video; or
  • Provide a version of the video with audio description.

Exceptions

  • You don’t need to satisfy this guideline if the video is itself an alternative to other content.
  • You don’t need to provide an audio description track if the regular soundtrack contains all the information in the video.

Tips

 A text transcript is a document that includes all information present in the video, essentially a script for the video. This means including any visual cues (for example, ‘The fisherman holds up a large bass.’) as well as dialogue and non-speech sounds.

 Audio description is an edited version of a video’s soundtrack that adds more information than the regular soundtrack offers during pauses. This might mean narrating movements that are not audibly explained in the video, identifying speakers or explaining visual information. You can provide this to users by letting them select an audio track within the video player or having links to both versions of the video.

Something like a straight face-to-face interview or a speech-to-camera would probably not need audio description. If your video conveys all its information through the regular soundtrack, you don’t need to provide an audio description track. Keep this in mind when creating videos.

To meet this guideline, it’s easier to provide users with a text transcript instead of audio description. However, the either/or option only covers Level A. To reach Level AA you need to offer audio description (see 1.2.5) and for Level AAA you need both audio description and text transcript (see 1.2.8).

If you’re going to the length of audio description for this guideline, you can also satisfy 1.2.5 – Audio Description (Pre-recorded) and 1.2.7 – Extended Audio Description by recording extended audio description tracks wherever necessary.

See Also

‘Captions (Pre-recorded) requires captions for videos with audio.

Introduction

Users with hearing impairments may not be able to perceive the sound on a video. Presenting the video’s content in captions means these users can fully enjoy the content.

How to Pass ‘Captions (Pre-recorded)’

  • Add captions to all videos with sound.
  • Caption all spoken word.
  • Identify speakers.
  • Caption non-speech information (such as sound effects).

Exceptions

You don’t need to provide captions if the video is itself an alternative for text. For example, if everything in the video is provided in plain text on the page and the video is the same content but recorded in a video presentation.

‘Captions (Pre-recorded)’ Tips

Captions can be closed (hidden until requested) or open (always visible), either will pass this guideline.

There are plenty of paid services that will add captions to your videos, often at reasonable rates. There are also many free programs that will attempt to create your caption file for you, but none as good as human eyes and ears just yet. Like with many areas of web accessibility, your choice is between spending time (writing your own captions) or money (outsourcing).

If you use a lot of video, build the time into your workflow from the start. If you feel you don’t have the time for captions, consider cutting the number of videos you upload. One accessible video that all of your users can enjoy is better than two videos that alienate some of your audience.

See Also

Provide an alternative to video-only and audio-only content.

Introduction

Users who have difficulty with hearing and/or vision may need assistance with audio-only or video-only content, such as an audio file, embedded podcast or silent film.

As the popularity of podcasting continues to grow, making these accessible is an important part of a presenters job –  in conjunction with their web desginer.

By providing the same information conveyed in the audio-only or video-only content in a different format, users can access the content by other means, such as text transcripts or assistive technology.

How to Pass Audio-only and Video-only (Pre-recorded)

  • Provide a text transcript that conveys the same information as audio-only media;
  • Provide a text transcript that conveys the same information as video-only media; or
  • Provide an audio-track that conveys the same information as video-only media.

Exceptions

You don’t need to provide an alternative if the content is itself an alternative for text.

Tips

Sometimes creating a text transcript is simple, other times you have to make a judgement call on what to include. The best bet is, as always, to be honest with your users. What does the media convey and does your transcript do the same? Could you swap one for the other?

A text transcript for a video without sound should describe what is going on in the video as clearly as possible. Try to focus on what the video is trying to say rather than getting bogged down with detail.

Alternatively, for video-only content, record an audio track that narrates the video.

Place your alternative or a link to it directly beneath your video or audio content.

Related to Audio-only and Video-only (Pre-recorded) 

Provide text alternatives for non-text content that serves the same purpose.

Introduction

Users who cannot see images, hear audio or perceive video benefit from having text alternatives in their place. These can be read by the user or voiced by assistive technology.

Text alternatives must therefore provide the same information as the non-text content.

How to Pass Non-text Content

  • Add a text alternative to your images describing the image
  • For video and audio, add a short description of the media but ideally provide a transcript
  • Where a control or input field is non-text, add a name

Exceptions

For the following examples, you must provide a text alternative, but it doesn’t have to give the same information as the non-text content.

  • Tests (if it would invalidate the test)
  • CAPTCHA (but provide an accessible alternative, or even better don’t use CAPTCHA)

For these final examples, implement them in a way assistive technology can ignore them by using blank alt text.

  • Decorative content that has no meaning
  • Content is used solely for visual formatting
  • Content that’s invisible to all users

Tips

For images, the alt text should describe the image and give the same information as the image would if seen. This isn’t always easy, and people don’t always agree on what the ‘same’ information is. Ask yourself: what does the picture convey?

If the image is your company logo, your company name is a good bet. If the image is of text, replicate the text exactly. For all other images, describe the image helpfully and succinctly: we don’t need to know it’s a picture of 17,387 trees if the word ‘forest’ will serve the same purpose.

If you do use CAPTCHA, use one with an audio alternative and add your contact details somewhere close by to help your users if they get stuck.

Blank (or null) alt text is as easy as adding an alt tag with no space between the quotes.

<img src="location-of-image.jpg" alt="" />

Screen readers will skip the image rather than reading the filename or trying to substitute an alt text.

Related to Non-text Content