Spaces:
Build error
Build error
Alex Volkov
commited on
Commit
·
4e4fd21
1
Parent(s):
96d2396
Poppins doesn't support Korean!
Browse files- utils/subs.py +1 -1
utils/subs.py
CHANGED
@@ -10,7 +10,7 @@ from typing import Iterator, TextIO
|
|
10 |
def bake_subs(input_file, output_file, subs_file, fontsdir):
|
11 |
print(f"Baking {subs_file} into video... {input_file} -> {output_file}")
|
12 |
|
13 |
-
fontfile = fontsdir / '
|
14 |
watermarkfile = fontsdir / 'watermark_new.png'
|
15 |
|
16 |
video = ffmpeg.input(input_file)
|
|
|
10 |
def bake_subs(input_file, output_file, subs_file, fontsdir):
|
11 |
print(f"Baking {subs_file} into video... {input_file} -> {output_file}")
|
12 |
|
13 |
+
fontfile = fontsdir / 'Lato-Black.ttf'
|
14 |
watermarkfile = fontsdir / 'watermark_new.png'
|
15 |
|
16 |
video = ffmpeg.input(input_file)
|