You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request and not a bug report. Otherwise, please create a new bug report instead.
Please check to see if this request (or a similar one) already exists.
It's a single feature. Please don't request multiple features in one issue.
Describe the feature you'd like
It would be nice to have the ability to add descriptive text to videos in a similar way to adding alt text to image posts. And for that text to be accessible to screen readers without cluttering the body of a post. This would bring all the benefits of the alt text function already present for image posts.
I am aware that, unlike <img>, <video> does not have an alt attribute. However, from my understanding, the aria-label attribute would do essentially the same thing.
Related question: If this were to be implemented, would it make sense to also add the separate ability to provide files in the WebVTT format (.vtt) to be used through the <track> tag? This would enable ppl to:
specify a timed text track (or time-based data) that can be displayed in parallel with the media element, for example to overlay subtitles or closed captions on top of a video or alongside audio tracks.
(taken from the MDN web docs)
This can be used to provide subtitles, captions, or chapters.
The text was updated successfully, but these errors were encountered:
In addition to the ability to upload a caption file for a video, the ability to add alternate audio tracks for audio description would be beneficial as well, for those who want to do it. On YouTube for example, there is no ability to upload audio description tracks which leads to creators making duplicate videos with alternate titles (one with default audio and one with audio description) which is not efficient and uses up unnecessary disk space and clutters video library listings with duplicates.
I have not used it myself but there is a "free for non profit use" video player I know of called OzPlayer which has the ability to offer captions, transcripts, and audio description. Lemmy might fit in this category as an open source project. It might be worth asking them about it?
To find other such video players you can search for "video player with audio description" or "accessible video player" for different options in your search engine of choice.
Requirements
Describe the feature you'd like
It would be nice to have the ability to add descriptive text to videos in a similar way to adding alt text to image posts. And for that text to be accessible to screen readers without cluttering the body of a post. This would bring all the benefits of the alt text function already present for image posts.
I am aware that, unlike
<img>
,<video>
does not have analt
attribute. However, from my understanding, thearia-label
attribute would do essentially the same thing.Related question: If this were to be implemented, would it make sense to also add the separate ability to provide files in the WebVTT format (
.vtt
) to be used through the<track>
tag? This would enable ppl to:This can be used to provide subtitles, captions, or chapters.
The text was updated successfully, but these errors were encountered: