-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to allow a user to select caption/subtitle annotations to display over top of a video item #141
Comments
What if we have a file that contains captions or subtitles, but we don't know the motivation for the file's existence. Is there a more generic term that we could use that would encompass both cases (and would hint to the viewer to display it as closed captions). |
The Aviary platform has been using the subtitling motivation for this purpose for a couple of years. Here these example manifests: https://weareavp.aviaryplatform.com/iiif/mc8rb6wr0j/manifest and https://weareavp.aviaryplatform.com/iiif/z892805d83/manifest. See the attached screenshot displaying how the subtitling motivation displays in the Aviary IIIF Player. |
Ramp (being used within Avalon) is displaying the closed caption widget (the player would want to present any caption or subtitle available as a choice to a user within this widget) and the text of the selected caption over top of the video. This represents an annotation we ned to be able to identify as a subtitle / caption. On the right you can see some textual transcription content that would not be appropriate to play over top of the video content since it is not timed text. So the caption / subtitle annotation needs to be distinguishable from the transcription annotation. Currently, Ramp is labeling both these annotations as
Full manifest is available here: https://raw.githubusercontent.com/elynema/sample-manifests/main/lunchroom-manners.json |
Europeana is currently using the motivations "subtitling" and "captioning". |
Description
I have a video file that has either captions or subtitles. I want the IIIF viewer to be able to identify the annotations that contain captions or subtitles so that they can be presented to the user via a closed caption / subtitle gadget to the user, and then displayed on top of the video file as it is played. Other types of supplementing annotations should not be presented to the user in this manner.
Variation(s)
(do you know of, or can you imagine, similar use cases?)
Proposed Solutions
Introduce annotation motivations of
captioning
andsubtitling
to declare the nature of the annotation(s).Proposed snippet that utilizes a
captioning
motivation and refers out to an external webvtt file. In this example, the second annotation is asupplementing
annotation that links out to a text file that contains a transcription of spoken audio, but is not timed text so could not be displayed as a caption.Additional Background
(more about your perspective, existing work, etc. goes here.)
The text was updated successfully, but these errors were encountered: