Warning: HTML preview using PygmentsRenderer failed (TypeError: function() takes at least 2 arguments (0 given))

source: plugins/captions/v5/doc/index.rst @ 1077

Revision 1077, 828 bytes checked in by jeroen, 3 years ago (diff)

initial docs and tests for v5 captions plugin

Line 
1.. _overview:
2
3JW Player Captions Plugin
4=========================
5
6
7Introduction
8------------
9
10The Captions plugin for JW Player supports the display of one or more closed captions tracks with audio or video files. These captions are read from external files in either the W3C recommended DFXP (TimedText) XML format or in the SubRip Text plain-text format.
11
12The plugin features a small javascript API and can be skinned using the JW Player PNG skinning model.
13
14Installing
15----------
16
17 .. toctree::
18    :maxdepth: 2
19
20    install
21
22DFXP Captions
23-------------
24
25 .. toctree::
26    :maxdepth: 2
27
28    dfxp
29
30SRT Captions
31------------
32
33 .. toctree::
34    :maxdepth: 2
35
36    srt
37
38Javascript API
39--------------
40
41 .. toctree::
42    :maxdepth: 2
43
44    api
45
46Skinning the plugin
47-------------------
48
49 .. toctree::
50    :maxdepth: 2
51
52    skinning
Note: See TracBrowser for help on using the repository browser.