typo
This commit is contained in:
parent
0b4f8bf774
commit
16e584e8dc
@ -33,7 +33,7 @@ def diff_danmaku_files(base_file: Union[os.PathLike[str], str], file: Union[os.P
|
||||
|
||||
|
||||
def danmaku_to_subtitle(file: Union[os.PathLike[str], str], time_shift: float):
|
||||
new_subtitle_name = md5(file).digest().hex() + ".ass"
|
||||
new_subtitle_name = md5(file).hexdigest() + ".ass"
|
||||
process = subprocess.Popen((
|
||||
DANMAKU_FACTORY_EXEC,
|
||||
"-r", str(VIDEO_RESOLUTION), "-s", str(DANMAKU_SPEED), "-f", "5",
|
||||
|
Loading…
x
Reference in New Issue
Block a user