JavascriptSubtitlesOctopus
JavascriptSubtitlesOctopus copied to clipboard
Displays subtitles in .ass format from JavaScript. Supports most SSA/ASS features, easily integrates with HTML5 videos.
While 128be61fe30ec9039192c6dda91c714ef03051e7 didn't affect the “Brotli Compressed Subtitles” test, as it turns out it causes issues with more complex brotli-compressed subs like the Railgun S or SnK openings. The former...
Contains one commit (7a69b7fcdee7b66f698ec032d4bc42abe86d85fe) from #145. These changes extract the embedded font, and add the option to enable lazy font loading (where font resources are mapped, but not downloaded until...
This issue tracks what has and hasn't been upstreamed from jellyfin and DataHoarder yet. Also some future improvements discussed in #111 but also not present in either of those have...
Request :Support effect in subtitles ass file .For example:{\i1}....{\i} ,... Currently,it's only add subtitles to video without effect
I wish you will make a online demo about adding ASS_Event Object, ASS_Style Object to change subtitles's font size,color,.....Sorry,i don't know how to add it in code because i am...
I've been looking to debug the WASM code, by compiling it with DWARF debugging enabled, but I couldn't get the sourcemaps to work. This could allow to profile and benchmark...
This is some work for project cleanup - [x] Split the Makefile - [ ] Add mixed build type for both wasm and legacy support; - [ ] Migrate from...
changes: - fix "top/left changed" check. - was comparing `style.top`/`style.left` (string with `px`suffix) with number. - split "top/left changed" and "width/height changed" code. - `top`/`left` and `width`/`height` are not related....
This would allow for a number of additional use-cases. Basically: - If neither `subUrl` nor `subContent` is set, create an empty track using `ass_new_track` - Expose an API to pass...
Hello! I used that lib to implement subtitles in my project. A lot of users have issues with loading, mostly on Windows 7. It takes really long time to load...