Page MenuHomePhabricator

Support WebVTT subtitling
Open, MediumPublic

Event Timeline

TheDJ raised the priority of this task from to Medium.
TheDJ updated the task description. (Show Details)
TheDJ added a project: TimedMediaHandler.

Need to add a VTT parser; currently there's only a SRT parser that produces VTT-compatible objects which we can output in either format. Shouldn't be hard to add, just didn't get to it yet for the MVP. :D

Change 518128 had a related patch set uploaded (by TheDJ; owner: TheDJ):
[mediawiki/extensions/TimedMediaHandler@master] TimedText: VttReader

https://gerrit.wikimedia.org/r/518128

New PHP implementation of VTT parser that we could maybe use. https://github.com/podlove/webvtt-parser