0.8.0 • Published 7 years ago

videojs-ass v0.8.0

Weekly downloads
11
License
Apache-2.0
Repository
github
Last release
7 years ago

videojs-ass

Add Advanced SubStation Alpha (ASS) subtitles support to videojs using the libjass library.

Check out the demo here

Install

For plugin that supports videojs v5.x install using either:

  • bower install videojs-ass

or

  • npm install videojs-ass

For videojs v4:

Just specify version to be within:

"videojs-ass": ">=0.3.0 < 0.5.0"

for bower or npm whichever you prefer using.

Usage

Initialize the ass plugin with the src field like the following:

videojs('player_id', {
  plugins: {
    ass: {
      src: 'subs/subtitles.ass'
    }
  }
}
OptionDefaultDescription
src-1.ass / .ssa source.
label-2subtitle track label that shows up in the subtitles picker
delay03delay subtitle rendering by the specified value in seconds
rate1subtitle update speed relative to video playback rate
enableSvgtruesee here regarding SVG filter
fontMap-see here regarding using custom web fonts
fontMapById-alternate to above, takes id and runs this
videoWidth-4metadata to assist in determining the optimal (cont below)
videoHeight-4(cont) subtitle letterboxing ratio

Footnotes:

  1. This property is required!
  2. Has fallback values but you should provide a better label.
  3. Value can be negative
  4. Generally, you should set these values when using external videojs providers as they might not expose the video dimensions to the player.
0.8.0

7 years ago

0.7.0

7 years ago

0.6.3

7 years ago

0.6.2

7 years ago

0.6.1

8 years ago

0.6.0

8 years ago

0.5.6

8 years ago

0.5.5

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.3.3

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.2

10 years ago