We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当前是全屏覆盖的,体验观感并不好’ 无法控制弹幕显示区域,导致重要画面内容被遮挡
允许用户设置弹幕显示的最大行数(如3行) 可以指定弹幕仅在屏幕上方特定区域显示
在配置文件中添加弹幕显示控制参数 限制弹幕仅在指定区域内滚动 提供简单的配置项供用户配置
弹幕密度控制
(Add any other context or screenshots about the feature request here.)
The text was updated successfully, but these errors were encountered:
给您参考一下我的配置, 其他配置项 #142
src/burn/generate_danmakus.py Ln76 subprocess.run([DanmakuFactory_PATH, "-o", in_ass_path, "-i", in_xml_path, "--resolution", resolution, "--msgboxsize", boxsize, "--msgboxfontsize", boxfont, "-S", danmakufont, "--scrollarea" ,"0.3","-O" ,"180","-d", "-1" , "--ignore-warnings"])
subprocess.run([DanmakuFactory_PATH, "-o", in_ass_path, "-i", in_xml_path, "--resolution", resolution, "--msgboxsize", boxsize, "--msgboxfontsize", boxfont, "-S", danmakufont, "--scrollarea" ,"0.3","-O" ,"180","-d", "-1" , "--ignore-warnings"])
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
当前是全屏覆盖的,体验观感并不好’
无法控制弹幕显示区域,导致重要画面内容被遮挡
Describe the solution you'd like
允许用户设置弹幕显示的最大行数(如3行)
可以指定弹幕仅在屏幕上方特定区域显示
在配置文件中添加弹幕显示控制参数
限制弹幕仅在指定区域内滚动
提供简单的配置项供用户配置
Describe alternatives you've considered
弹幕密度控制
Additional context
(Add any other context or screenshots about the feature request here.)
The text was updated successfully, but these errors were encountered: