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

可以适配一下 blrec 的xml吗 #53

Open
lrln opened this issue May 11, 2023 · 3 comments
Open

可以适配一下 blrec 的xml吗 #53

lrln opened this issue May 11, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@lrln
Copy link

lrln commented May 11, 2023

如题,最近在组里的推荐下用了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

@lrln
Copy link
Author

lrln commented May 11, 2023

修正:固定弹幕停留时间会自动重置为5秒 时间轴偏移量会自动重置为0秒

@hihkm
Copy link
Owner

hihkm commented May 14, 2023

了解喵qwq~
上面几点都有考虑到
设置礼物框透明度很简单,颜色的前两个十六进制位表示透明度,取值为0-255,换算成16进制就可以了。0x00是不透明,0xFF是全透明~
image

@sdbztpy
Copy link

sdbztpy commented May 18, 2023

金额的问题的话,你可以在处理前的xml文件中用正则匹配sc对应的行然后把price除以1000

@hihkm hihkm added the enhancement New feature or request label Aug 10, 2023
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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants