Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Captionator

  • http://captionatorjs.com/
  • https://github.com/cgiffard/Captionator
  • License: completely open ("You may copy and use this library as you see fit (including commercial use) and modify it, as long as you retain my attribution comment...")
  • closed-captioning polyfill for HTML5: implements support for <track> element
  • support for WebVTT, SRT, SBV, and SUB caption/subtitle formats
  • namespaced to "captionator"
  • can provide your own render function for the captions
  • claims non-standard support for use of <track> for audio and video
    • small bug in video, but can get something to work
    • haven't been able to get audio to work
  • bug: Captionator somehow interferes with native volume control?

...