Last modified: 2014-04-16 21:47:29 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T43694, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41694 - Add support for multiple types of subtitle services
Add support for multiple types of subtitle services
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
TimedMediaHandler (Other open bugs)
master
All All
: Normal enhancement (vote)
: ---
Assigned To: Michael Dale
: accessibility
Depends on:
Blocks: subtitle
  Show dependency treegraph
 
Reported: 2012-11-02 14:31 UTC by Derk-Jan Hartman
Modified: 2014-04-16 21:47 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Derk-Jan Hartman 2012-11-02 14:31:52 UTC
We already support multiple languages, but we should really make a distinction at the very least between:

FORCED (always on subtitles)
IMPAIRED (subtitles for the hearing impaired)
NORMAL

Another oft recognized type is 'commentary'
Comment 1 Michael Dale 2012-11-02 17:17:28 UTC
The html5 spec defines the following types: 
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-kind

subtitles 	Subtitles 	Transcription or translation of the dialogue, suitable for when the sound is available but not understood (e.g. because the user does not understand the language of the media resource's audio track). Overlaid on the video.
captions 	Captions 	Transcription or translation of the dialogue, sound effects, relevant musical cues, and other relevant audio information, suitable for when sound is unavailable or not clearly audible (e.g. because it is muted, drowned-out by ambient noise, or because the user is deaf). Overlaid on the video; labeled as appropriate for the hard-of-hearing.
descriptions 	Descriptions 	Textual descriptions of the video component of the media resource, intended for audio synthesis when the visual component is obscured, unavailable, or not usable (e.g. because the user is interacting with the application without a screen while driving, or because the user is blind). Synthesized as audio.
chapters 	Chapters 	Chapter titles, intended to be used for navigating the media resource. Displayed as an interactive (potentially nested) list in the user agent's interface.
metadata 	Metadata 	Tracks intended for use from script. Not displayed by the user agent. 

We should have the "srt" postfix to map to our special "mediaWiki" subtitle format .. and all the other above listed category keys map to VTT format per the updated per page content handler code ( and have them not allow wikiText interspersed with srts )

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links