Skip to content

Commit a2256d8

Browse files
committed
perf: adjust render parameters
1 parent af0df53 commit a2256d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/burn/generate_danmakus.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def process_danmakus(in_xml_path, resolution):
4242
update_sc_prices(in_xml_path)
4343
in_ass_path = in_xml_path[:-4] + '.ass'
4444
if resolution == '1280x720':
45-
boxsize = '470x720'
46-
boxfont = '25'
45+
boxsize = '500x720'
46+
boxfont = '18'
4747
danmakufont = '38'
4848
subtitle_font_size = '15'
4949
subtitle_margin_v = '40'

0 commit comments

Comments
 (0)