Improved Captioning for the Hearing Impaired

Slides:



Advertisements
Similar presentations
Closed Captioning Digital Delivery Converting TV CC to Web CC Giovanni Galvez Technical Developer.
Advertisements

ADA Compliant Websites & Documents What the heck am I supposed to do?
Dana Marlowe Accessibility Partners Accessibility Partners © Not to be reproduced without permission. 1 Giving a Picture 1000 Words: Accessibility.
Introduction to Web Accessibility. What is Web Accessibility Web accessibility means that people with disabilities can use the Web Disabilities including.
Computer Access for Disabled Individuals “The Computer as an Educational Tool: Productivity and Problem Solving” ©Richard C. Forcier and Don E. Descy.
CM143 - Web Week 11 Accessibility Priority Checkpoints.
Session: 11. © Aptech Ltd. 2HTML5 Audio and Video / Session 11  Describe the need for multimedia in HTML5  List the supported media types in HTML5 
Common Mistakes in Web Development and Avoiding Them Jorge Plano.
The Internet Writer’s Handbook 2/e Web Accessibility Writing for the Web.
Unintended Consequences of ADA Requirements for Online Courses Dr. Brian Newberry California State University San Bernardino 20:23.
Quality Matters Web Accessibility Standard Amy Kinsel, June 2, 2010.
Go Beyond TV: Captioning and Video Description as Teaching Tools for the DVD and Multimedia Environment OSEP Conference : ET Grants: H327C
MULTIMEDIA TUTORIAL FOR BLACKBOARD USING E-BOOK TECHNOLOGY SIRISH BATHINA WILLIAM HINDERMAN MONICA CZARNY.
Design and Construction of Accessible Web Sites Michael Burks Chairman Internet Society SIG For Internet Accessibility for People with Disabilities June.
FCC IMPLEMENTATION OF THE TWENTY-FIRST CENTURY COMMUNICATIONS AND VIDEO ACCESSIBILITY ACT Pub. L FCC Agenda Meeting November 30, 2010.
Unit 2 Module 6: HTML Video.  Use the tag  Use the for adding closed captions or other timed text  Why learn coding skills?  From the experts 
ACCESSIBILITY Devices for the Disabled users! By Kai Cubitt.
TOPIC II Dynamic HTML Prepared by: Nimcan Cabd Cali.
Microsoft Expression Web 3 – Illustrated Unit D: Structuring and Styling Text.
A centre of expertise in digital information managementwww.ukoln.ac.uk Accessibility and Usability For Web Sites: An Introduction to Web Accessibility.
Elements of Accessibility in Online Courses Dallas County Community College District Technology Summer Institute June 10, :45-12:45.
Dec Visualization with 3D CG Masaki Hayashi Final assignment.
Marian Vessels Director, Mid-Atlantic ADA Center.
Setting up your online class to meet the most commonly requested accommodations.
CHAPTER 16 SEARCH ENGINE OPTIMIZATION. LEARNING OBJECTIVES How to monitor your site’s traffic What are the pros and cons of keyword advertising within.
Making videos accessible – Mandatory guidelines
Section 508 and WCAG 2.0 Thurs., February 23, 2017
Get Rid of the Gray! Make Accessibility More Black and White!
Smarter Organizations for People with Disabilities
Section 508 At long last, two of the most looming accessibility questions in the United States have been answered.
Accessible Social Media
Techniques, Tools and Resources for Making WordPress Website WCAG 2
Personal Website Final Project
Web Community November 18th, 2016.
Assistive Technology Teresa Shaver ED505 Dr. Beverly Ray
Making the Web Accessible to Impaired Users
September AETC E-Learn Call Caption This
How People with Disabilities Access the Web
Concepts of HTML, CSS and Javascript
Pamela T. Dunning, Ph.D. Troy University
MUG Tuesday, May 31, 2016.
Introduction to Web Accessibility
Closed Captions History.
Creating ADA Compliant Resources
Tutorial 7 Working with Multimedia
Curry School of Education
Creating ADA Compliant Resources
APTECH JANAKPURI INSTITUTE PROVIDING WEB DESIGNING COURSES Address:- J-1,2nd Floor, Opp Metro Pillar No – 559, Janakpuri East, Delhi /42.
Shawn and Rebeca Who are we?. Accessibility, the final frontier, these are our voyages into best practices...
How accessibility improves searchability
Digital Design – Copyright Law
Website Accessibility
Text.
Web Content Accessibility Beata M. Ofianewska (DG COMM) 7 December 2006 December 2006 COMM C2.
Web Accessibility John Rochford Rich Caloggero
Working with Multimedia
ADA Compliant Website & Documents
Building your class website
Easy-to-Read: access to information, effective communication
Training & Development
Web Standards and Accessible Design.
Software Usability Course notes for CSI University of Ottawa
Assistive Technology Laws
Assistive Technology Laws
Charts A chart is a graphic or visual representation of data
Accessibility and oer design
Information Technologies Anselm Spoerri PhD (MIT)
Web Programming : Building Internet Applications Chris Bates CSE :
Gene Rodgers & Dave Dauber
Microsoft Office Illustrated Fundamentals
Presentation transcript:

Improved Captioning for the Hearing Impaired by Samson Drews Advisor: Valerie Barr

Background Captions vs. subtitles Dialogue and sounds vs. dialogue Ever-shifting landscape of digital media The internet and its accessibility Title III of Americans with Disabilities Act (ADA) of 1990: “Eliminate unnecessary eligibility standards or rules that deny individuals with disabilities an equal opportunity to enjoy the goods and services of a place of public accommodation.” Finally some relief, but in 2010… 21st Century Communications Video Accessibility Act (CVAA) Internet used by 30% of the world’s population Internet and accessibility: Internet has become unifying medium for access to almost all information National Captioning Institute (NCI) founded in mid 1980’s within Federal Communications Commission (FCC), only broadcast TV Finally, in 2010… Congress passed 21st Century Communications Video Accessibility Act (CVAA) Internet was already being used by 7 billion people around the world Mandated, “...all video devices that receive or display video programming simultaneously with sound, including those over the internet, must provide captioning capabilities”

Current CC standards DO NOT give disabled individuals equal opportunity to enjoy visual media as non-disabled individuals do. There is a significant loss of information and context that is otherwise provided by auditory means in visual media.

So what? My research aims to enhance current captioning methods to give disabled individuals more equal opportunity to enjoy visual media.

Current Captioning Issues Three Main Problems: Uncertainty as to which character is speaking

Current Captioning Issues Three Main Problems: Uncertainty as to which character is speaking Conveying volume variations

Current Captioning Issues Three Main Problems: Uncertainty as to which character is speaking Conveying volume variations Displaying contextually important sound words

How will these problems be addressed?

The Solution Uncertainty as to which character is speaking Using suitable and obvious caption locations

The Solution Uncertainty as to which character is speaking Using suitable and obvious caption locations Conveying volume variations Increasing and decreasing font sizes

The Solution Uncertainty as to which character is speaking Using suitable and obvious caption locations Conveying volume variations Increasing and decreasing font sizes Displaying contextually important sound words Introducing contextually meaningful sound words

Describing a sound vs. describing what’s happening (like lightsaber activating)

The Solution Uncertainty as to which character is speaking Using suitable and obvious caption locations Conveying volume variations Increasing and decreasing font sizes Displaying contextually important sound words Introducing contextually meaningful sound words

Methodology for re-captioning Technologies used for web-based captions: Web pages Built with HTML, PHP, JavaScript, and CSS Caption file WebVTT (.vtt) Styled using CSS Bringing them together HTML <video> tag, new web standard Allows for a caption <track> to be easily added without embedding anything The way the tech I used applies to “My Solution” <video> tag replaced having to pick a media player to be embedded, and the corresponding specific caption file WebVTT → like a text file with timestamps for when to display a given amount of text (or caption)

Experiment Design Technologies used for evaluating captions: What’s the experiment? Blind testing on two forms of captioning: Industry standard (FCC) captions “My” captions Participants are randomly assigned one of the two videos One survey for each video, both asking the same questions to compare results Google Forms An eight question survey asking about their caption viewing experience The way the tech I used applies to “My Solution” <video> tag replaced having to pick a media player to be embedded, and the corresponding specific caption file WebVTT → like a text file with timestamps for when to display a given amount of text (or caption)

Survey Results

Evaluation A slight improvement: 6.7 vs 7.3 overall Sound words Too similar to industry standard More dynamic locations Script location Too distracting from the way people are used to Speaking pace Will be addressed in future work Finding the happy medium Need to better utilize the current captioning methods The way the tech I used applies to “My Solution” <video> tag replaced having to pick a media player to be embedded, and the corresponding specific caption file WebVTT → like a text file with timestamps for when to display a given amount of text (or caption)

Future Work Automation: Current Issues continued: Pattern recognition Make scripts for commonly used methods (placement on screen or speaking volume) Facial recognition Easier to find suitable script location Visual saliency analysis instead of timestamps Current Issues continued: Speaking pace Karaoke-style Highlighting text in real time Sound Words Better descriptions, make more obvious The way the tech I used applies to “My Solution” <video> tag replaced having to pick a media player to be embedded, and the corresponding specific caption file WebVTT → like a text file with timestamps for when to display a given amount of text (or caption)

Any questions?