Subtitles plugin¶
This plugin enables text captioning of videos (though not yet audio). Once the plugin is enabled, you’ll see a link to upload subtitles in WebVTT format as supported by the Video.js Text Tracks feature.
Enabling the subtitles plugin¶
Add the following to your MediaGoblin .ini file in the
[plugins]
section:[[mediagoblin.plugins.subtitles]]
Run:
$ ./bin/gmg dbupdate
Restart your MediaGoblin process.