JavascriptSubtitlesOctopus
JavascriptSubtitlesOctopus copied to clipboard
Displays subtitles in .ass format from JavaScript. Supports most SSA/ASS features, easily integrates with HTML5 videos.
**Title**: Inconsistency in Font Size Between Chinese and English Characters in Mixed Subtitles **Body**: ### Issue Description When rendering ASS format subtitles using the JavascriptSubtitlesOctopus library, there's an issue where...
[Script Info] ; //all spaces Synch Point:1 ScriptType:v4.00+ Collisions:Normal PlayResX:1920 PlayResY:1080 [V4+ Styles] Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle,...
As mentioned in the title.
Hello, I would like to extract the dimensions of the rendered subtitle to create an interactive UI. Is this possible? Thanks.
Hi there, it's possible that I am missing something - but it appears that fonts are always fetched with a `Cache-Control: no-cache` header - this means that every time you...
In my project, I need to make a manual crop for video. For example - I make a horizontal crop(16/9) for a video with a vertical aspect ratio(9/16) with scaling...
Due to weird chromium behavior, Alt+Tab at fullscreen resizes the window a bit, then subtitle disappears. The resize event is handled by `resizeWithTimeout()` in subtitles-octopus.js, which is: ```javascript self.resizeWithTimeout =...
How add multi track in HTML5 Native player?