-
Notifications
You must be signed in to change notification settings - Fork 34
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
可以适配一下 blrec 的xml吗 #53
Labels
enhancement
New feature or request
Comments
修正:固定弹幕停留时间会自动重置为5秒 时间轴偏移量会自动重置为0秒 |
金额的问题的话,你可以在处理前的xml文件中用正则匹配sc对应的行然后把price除以1000 |
Merged
lengyanyu258
added a commit
to renmu123/DanmakuFactory
that referenced
this issue
Jul 25, 2024
将礼物金额读取单位由“元”改为“厘”,内部存储类型由单精度浮点数统一转换为整型。 BREAKING CHANGE: 由于现在统一以“厘”为单位读入礼物金额,如果在以前单独处理 blrec 的 xml 时将 `price` 统一除以 1000 的话,会在这次更新后使读入金额缩小 1000 倍出现计算错误。 re hihkm#53
lengyanyu258
added a commit
that referenced
this issue
Jul 25, 2024
* blrec的礼物价格修复 * 修复blrec舰长价格以及未记录raw的录播姬数据 * fix(super chat): 修复 blrec 与 录播姬 的 SC 金额颜色显示 将礼物金额读取单位由“元”改为“厘”,内部存储类型由单精度浮点数统一转换为整型。 BREAKING CHANGE: 由于现在统一以“厘”为单位读入礼物金额, 如果在以前单独处理 blrec 的 xml 时将 `price` 统一除以 1000 的话, 会在这次更新后使读入金额缩小 1000 倍出现计算错误。 re #53 --------- Co-authored-by: muse <[email protected]> Co-authored-by: Shawn Sun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如题,最近在组里的推荐下用了blrec,采用hls,同一场直播,录播姬不能顺利录制,推测是录播姬没有hls模式,
blrec的xml可以被danma转化,但是目前存在2个问题
1 sc金额会被放大1000倍,导致红地毯
2 小礼物金额过滤无效
顺便反馈几个danma的问题
1 直播间现在可以发送其他直播间的表情了 导致********刷屏 我用正则>[(..*)屏蔽了, 希望danma可以加入屏蔽表情功能
2 直方图泛白,历史反馈说是unknown type,在最近的一次问题复现检测发现,出问题的ASS并没有unknown type字段,可能另有起因
3 固定弹幂停留时间 滚动弹幕通过时间 时间轴偏移量-设置时间无法保存,下次打开会清零,需要重新设置
4 希望可以单独设置固定弹幕显示区域
5 可以设置礼物框的透明度吗(难度会大吗,麻烦当作这条不存在)
blrec项目地址: https://github.com/acgnhiki/blrec
The text was updated successfully, but these errors were encountered: