Alex Volkov commited on
Commit
4e4fd21
·
1 Parent(s): 96d2396

Poppins doesn't support Korean!

Browse files
Files changed (1) hide show
  1. 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 / 'Poppins-Black.ttf'
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)