jassub icon indicating copy to clipboard operation
jassub copied to clipboard

Displays subtitles in .ass format via JavaScript. Supports all SSA/ASS features, easily integrates with HTML5 videos.

Results 5 jassub issues
Sort by recently updated
recently updated
newest added

Subtitles simply don't appear on chrome android anymore (could not tell from which version, it was already the case in 1.7.9 but maybe before too). This can be reproduced from...

When the offset renderer is enabled, and you run `new Jassub(...)` with a video that as not started playing, this error is thrown: ``` Uncaught DOMException: OffscreenCanvas.width setter: Cannot set...

We can use `addFont` to make a new font available, but we can't remove fonts that won't be used anymore to free resources. Right now, I am doing this to...

Allows for subtitles loaded as a URL to be loaded slowly, instead of waiting on the server/network for the entire file first. I haven't tested [Font API](https://thaunknown.github.io/jassub/jassub/font-api/index.html) and [stress test](https://thaunknown.github.io/jassub/jassub/stress/index.html)....

if available, prefer loading local fonts instead of remote fonts