blob: c45b6c209031082b62460c362eccf56ca26e0440 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
================
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.
.. _WebVTT format: https://en.wikipedia.org/wiki/WebVTT
.. _Text Tracks: https://docs.videojs.com/docs/guides/text-tracks.html
.. _subtitles-setup:
Enabling the subtitles plugin
=============================
1. Add the following to your MediaGoblin .ini file in the ``[plugins]`` section::
[[mediagoblin.plugins.subtitles]]
2. Run::
$ ./bin/gmg dbupdate
3. Restart your MediaGoblin process.
|