ASS icon indicating copy to clipboard operation
ASS copied to clipboard

A JavaScript ASS subtitle format renderer

Results 22 ASS issues
Sort by recently updated
recently updated
newest added

前半部分正常,后半部分不正常,好几集都这样,自己的页面、[https://ass.js.org/](https://ass.js.org/)都是这样的。 个人推测,问题出在 ass.js的 1566行 `function allocate (dialogue) { }` 函数体内。(再往里就看不懂了。。。) | 页面截图 | [https://ass.js.org/](https://ass.js.org/)截图 | PotPlayer截图 | 备注 | | ---- | ---- | ---- | ---- | | ![QQ截图20210423170311](https://user-images.githubusercontent.com/35139387/115848071-11efc100-a456-11eb-8dad-36f388491239.png)...

bug

Feature request: Some subs (see sample attached) take too long to render. Apart from obvious lag, sometimes browser asks, if user wants to wait or stop the website. Maybe some...

enhancement

Doesn't resize to the new size when changing the `object-fit` css of the video: `object-fit: fill`: ![image](https://user-images.githubusercontent.com/58214819/72744348-71f61880-3bbe-11ea-96df-2a02a3bf7784.png) `object-fit: cover`: ![image](https://user-images.githubusercontent.com/58214819/72744510-c3060c80-3bbe-11ea-83b9-d6d4ce992aad.png) code: ``` function setResize(mode) { vid.style.objectFit = mode; ass.resize(); }...

bug

viedo的src指向另一个视频了,字幕却无法reload,有没有方法加载新的文件呢?

enhancement

We were hoping to get support for `WrapMode: 0` working in our app and we found the following: In css4 there is property called `text-wrap`. When it is set to...

enhancement

首先非常感谢你的工具,已star。 目前,我在video层渲染ass文件没有问题。 但如果想对一个canvas层,并且不存在对应video层进行渲染时失败,看源码是你把ass的listener和video的listener绑定了,是否有方法可以绕开这个限制。 具体场景:有若干个video片段,进行裁剪合并,轮流播放并逐帧渲染在一个canvas上,这个canvas看起来就和一个video一样了。然后在上面加ass字幕。

enhancement

Replaced with forEach as it uses the for loop unnecessarily. The object used to define the vendor has been converted to more optimized code using the shorthand method, which takes...

This means that the “Collisions: Reverse” is not currently supported,but will be supported in the future? Because I tried it, and it doesn't work ![image](https://user-images.githubusercontent.com/38195804/184592154-25edc72c-5759-4ea7-b105-b2902ae045be.png)

``` [Script Info] ; Script generated by tangzhiqin ScripType: v4.00+ PlayResX: 1080 PlayResY: 1920 ScaledBorderAndShadow: yes [V4+ Styles] Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut,...