#3010 - Video transcript support
| Identifier | #3010 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Video transcript support |
| Status | Completed |
| Tags |
Roadmap: v11 partial implementation (custom) Type: Accessibility (custom) |
| Handling member | PDStig |
| Addon | core_rich_media |
| 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. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
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?
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.