Remove example subtitle lines

This commit is contained in:
Luke Hubmayer-Werner 2024-12-18 01:16:14 +10:30
parent fdd8b522fb
commit e0919ec472
1 changed files with 0 additions and 14 deletions

View File

@ -123,17 +123,3 @@ def generate_ass(filename: str, lyric_track: LyricTrack, format_overloads: dict
file.write(f'{sub_preamble},Kanji,,,,,,{kanji_line}\n') file.write(f'{sub_preamble},Kanji,,,,,,{kanji_line}\n')
for line in furi_lines: for line in furi_lines:
file.write(line) file.write(line)
example_layout = r'''
Dialogue: 0,0:01:08.00,0:01:26.00,Kanji,,,,,,{\k0}{\K100}{\K100}{\K100}{\K100}{\K100}{\K100}から{\K100}{\K100}って{\K100}{\K100}{\K100}{\K100} {\K100}{\K100}{\K100}{\K100}{\K100}{\K100}
Dialogue: 0,0:01:08.00,0:01:26.00,Furigana,, 0,1130,,,{\k0}{\K100}あめ
Dialogue: 0,0:01:08.00,0:01:26.00,Furigana,, 0, 900,,,{\k200}{\K100}ゆき
Dialogue: 0,0:01:08.00,0:01:26.00,Furigana,, 0, 700,,,{\k400}{\K100}てん
Dialogue: 0,0:01:08.00,0:01:26.00,Furigana,, 0, 370,,,{\k600}{\K100}
Dialogue: 0,0:01:08.00,0:01:26.00,Furigana,, 0, 0,,,{\k800}{\K100}
Dialogue: 0,0:01:08.00,0:01:26.00,Furigana,, 260, 0,,,{\k1000}{\K100}うるお
Dialogue: 0,0:01:08.00,0:01:26.00,Furigana,, 570, 0,,,{\k1200}{\K100}
Dialogue: 0,0:01:08.00,0:01:26.00,Furigana,, 800, 0,,,{\k1400}{\K100}
Dialogue: 0,0:01:08.00,0:01:26.00,Translation,,,,,,Rain and snow fall from the heavens. Moisten the earth and make it sprout
Dialogue: 0,0:01:08.00,0:01:26.00,Romaji,,,,,,{\K0}{\K100}ame {\K100}ya {\K100}yuki {\K100}ga {\K100}ten {\K100}kara {\K100}fu{\K100}tte {\K100}chi {\K100}wo {\K100}uruo{\K100}shi {\K100}me {\K100}wo {\K100}da{\K100}sa {\K100}se{\K100}ru
'''