acfun-helper icon indicating copy to clipboard operation
acfun-helper copied to clipboard

关于解决ass弹幕遮挡问题

Open dolacmeo opened this issue 2 years ago • 0 comments

https://github.com/niuchaobo/acfun-helper/blob/2d4278a0d76e99feff226ea162026c9a5e1d6f52/src/fg/modules/danmaku.js#L22

参考js代码我写了python版的,然后整理思路重做了定位,应该是完美解决弹幕遮挡问题,可参考代码 https://github.com/dolaCmeo/acfunSDK/blob/main/acfun/page/utils.py#L75

关于解决原代码中的弹幕重叠问题: 0. 原弹幕数据要按时间进行排序 1. 记录每条弹幕通道最后截止位置 2. 如果同期所有通道已满,则减少弹幕停留时间(加速通过)

dolacmeo avatar Aug 23 '22 05:08 dolacmeo