forked from w3c/wai-showcase-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript1.html
92 lines (91 loc) · 3.89 KB
/
script1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Script 1: Video Captions - Showcase Examples with Videos</title>
<link href="http://www.w3.org/WAI/wai-main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Script 1: Video Captions</h1>
<p><a href="https://www.w3.org/WAI/EO/wiki/Showcase_Examples_with_Videos/Scripts">< Scripts for Showcase Examples with Videos</a></p>
<table border="1">
<thead>
<tr>
<th scope="col">Sequence</th>
<th scope="col">Narration</th>
<th scope="col">Visuals</th>
<th scope="col">Audio Description</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">0</th>
<td>[INTRO MUSIC]</td>
<td>[TITLE] Web Accessibility Perspectives - Video Captions</td>
<td>[before narration:] Web accessibility perspectives</td>
</tr>
<tr>
<th scope="row">1</th>
<td>Video isn’t just about pictures - it’s also about sound. Without the audio, you’d have to guess what this film is about.</td>
<td>A man sat at a desk using the computer. He starts watching a video.</td>
<td>[after narration:] A man sat at a desk starts watching a video on his computer.</td>
</tr>
<tr>
<th scope="row">2</th>
<td>NO AUDIO (SPEECH AND MUSIC) FOR A MOMENT</td>
<td>VIDEO PLAYING ON THE MAN'S COMPUTER</td>
<td></td>
</tr>
<tr>
<th scope="row">3</th>
<td></td>
<td>The video shows a person speaking to the camera.</td>
<td>[after some pause] The video on his computer shows a person speaking to the camera. It is playing with no audio.</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Frustrating isn’t it? Not knowing what’s going on.</td>
<td>It is unclear what is happening in the video on the computer.</td>
<td></td>
</tr>
<tr>
<th scope="row">5</th>
<td>That's the situation for everyone who can’t hear.</td>
<td>It turns out the man has a hearing aid.</td>
<td>[after narration:] The man watching the video has a hearing aid.</td>
</tr>
<tr>
<th scope="row">6</th>
<td>Captions make videos accessible.</td>
<td>The man with the hearing aid switches on the captions option on his video.</td>
<td>[after narration:] He turns on captions for the video playing.</td>
</tr>
<tr>
<th scope="row">7</th>
<td>Which is also handy for people who want to watch video in loud environments...</td>
<td>Cut to another man watching a captioned video in what appears to be a cafe – there’s a noisy bunch chatting away next to him.</td>
<td>[after narration:] Another man is watching the captioned video with a group of people chatting away next to him.</td>
</tr>
<tr>
<th scope="row">8</th>
<td>Or where you need to be very, very quiet.</td>
<td>Pull out to reveal it’s actually a library – somebody hushes the group and the group members look sheepish, having just been 'told off'.</td>
<td>[after narration:] Turns out they are in a library. The group is shushed by the libarian.</td>
</tr>
<tr>
<th scope="row">9</th>
<td>Web accessibility: essential for some, useful for all.</td>
<td>Captioned video playing on a computer screen.</td>
<td>[after narration:] The video is shown playing with the captions on.</td>
</tr>
<tr>
<th scope="row">10</th>
<td>Visit w3.org/WAI/perspectives for more information on video captions.</td>
<td>[WEB ADDRESS (w3.org/WAI/perspectives); W3C AND WAI LOGOS; COPYRIGHT NOTICE]</td>
<td>W3C Web Accessibility Initiative, copyright 2016</td>
</tr>
</tbody>
</table>
</body>
</html>