|
@@ -187,7 +187,7 @@ class VideoStitching():
|
|
|
end = editor.cvsecs(end)
|
|
|
text = cls.split_text(text, 10)
|
|
|
# /System/Library/Fonts/Hiragino Sans GB.ttc 本地字体
|
|
|
- sub = editor.TextClip(text, font="/usr/share/fonts/truetype/liberation/LiberationSans-Bold.ttf",
|
|
|
+ sub = editor.TextClip(text, font="/usr/share/fonts/truetype/arphic/ukai.ttc",
|
|
|
fontsize=30, color="black").set_duration(end - start).set_start(
|
|
|
start).set_position(
|
|
|
("center", final_height - 80)).set_opacity(0.8)
|