View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
3010 | Composr | core_rich_media | public | 2017-01-03 12:32 | 2020-03-03 16:01 |
Reporter | Chris Graham | Assigned To | PDStig | ||
Priority | normal | Severity | feature | ||
Status | resolved | Resolution | fixed | ||
Summary | 3010: Video transcript support | ||||
Description | Support for transcripts in the 'media' and 'attachment' tags. Also support in gallery videos. This is done by uploading or referencing a WEBVTT file. | ||||
Tags | Roadmap: v11 partial implementation, Type: Accessibility | ||||
Attach Tags | |||||
Time estimation (hours) | 4 | ||||
Sponsorship open | |||||
|
What method of implementation would you prefer? A. Transcripts are visible on the video at the bottom according to the time stamp (similar to closed captions). B. Entire transcript is visible as a list in a scrollable div container under the video, and the appropriate line depending on the seek bar is selected / auto-scrolled. - Collapse / expand box, collapsed by default? |
|
We're just doing for the HTML5 player. Implement subtitles using a <track> element. Don't worry at all about how it is styled, we will leave this to mediaelement.js/accessibility-tools/browser/themers. https://developer.mozilla.org/en-US/docs/Web/Guide/Audio_and_video_delivery/Adding_captions_and_subtitles_to_HTML5_video Don't write any JavaScript. I don't think we need to be concerned about the different between transcripts/captions/subtitles. Just implement something working, and that's a base themers can expand from. The primary aim is accessibility, not internationalisation. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-01-03 12:32 | Chris Graham | New Issue | |
2017-01-03 12:33 | Chris Graham | Tag Attached: Type: Accessibility | |
2017-01-03 12:34 | Chris Graham | Relationship added | related to 3011 |
2019-06-27 17:40 | Chris Graham | Tag Attached: Roadmap: v11 partial implementation | |
2019-11-26 22:11 | Chris Graham | Assigned To | => user4172 |
2019-11-26 22:11 | Chris Graham | Status | Not Assigned => Assigned |
2019-12-24 17:54 | PDStig | Note Added: 0006251 | |
2019-12-24 18:21 | Chris Graham | Note Added: 0006256 | |
2020-03-03 16:01 | PDStig | Status | Assigned => Resolved |
2020-03-03 16:01 | PDStig | Resolution | open => fixed |