From 95b63dcf7177b44d0cf1710625e1a72cdc0e5808 Mon Sep 17 00:00:00 2001 From: gabrielkheisa Date: Mon, 20 Mar 2023 23:55:19 +0700 Subject: [PATCH] update --- renderDB.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renderDB.py b/renderDB.py index 5796e2a..48af045 100644 --- a/renderDB.py +++ b/renderDB.py @@ -12,7 +12,7 @@ bendera = 0 theteks = "" picture = VideoFileClip("video.mp4") -thesize = 25 +thesize = 30 def checkindo(): @@ -64,7 +64,7 @@ def checkindo(): durations = [3,3,3,3,3,5,3,3,3] for text,t,duration in zip(texts, starts, durations): - txt_clip = TextClip(text, fontsize = 40, color='white', font="DejaVu-Serif-Bold", stroke_color="black") + txt_clip = TextClip(text, fontsize = 20, color='white', font="DejaVu-Serif-Bold", stroke_color="black") txt_clip = txt_clip.set_start(t) txt_clip = txt_clip.set_pos('bottom').set_duration(duration) txt_clips.append(txt_clip)