Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有没有重新加载字幕的方法 #16

Open
zzgit00 opened this issue Feb 25, 2019 · 4 comments
Open

有没有重新加载字幕的方法 #16

zzgit00 opened this issue Feb 25, 2019 · 4 comments

Comments

@zzgit00
Copy link

zzgit00 commented Feb 25, 2019

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

@weizhenye
Copy link
Owner

目前没有,你可以调用 ass.destroy() 方法销毁当前实例然后 new 一个新的出来。

@1c7
Copy link

1c7 commented Jan 15, 2020

问一下,以后有可能支持 更新字幕 吗?

场景:字幕编辑

用户改了文字后,视频上显示的 ass 字幕也跟着变化。
所以不只是 display 那么简单。

目前看来只能先 destroy() 再 new。改一个字母做这样一次操作。还没实测过这样会不会卡。

只是提一下有这个场景和需求。
希望以后能支持单独 update 某一行字幕(内容,开始时间,结束时间)

@weizhenye
Copy link
Owner

@1c7 我现在想想复杂度有点高,相当于不仅仅要做 libass 的 renderer 能力,还要做一部分 Aegisub 的 editor 能力。

我假期有时间的话会尝试加一下。

@1c7
Copy link

1c7 commented Jan 15, 2020

@weizhenye 感谢.
只要能编辑

  • 开始时间
  • 结束时间
  • 文字

就够了。
以我的用例而言,不需要 Aegisub 的样式编辑功能。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants