mirror of
https://github.com/gabrielkheisa/meme-generator.git
synced 2024-11-22 19:41:53 +07:00
update
This commit is contained in:
parent
1e46e9d2f8
commit
86731bbe88
@ -57,7 +57,7 @@ def checkindo():
|
|||||||
durations = [8,0]
|
durations = [8,0]
|
||||||
|
|
||||||
for text,t,duration in zip(texts, starts, durations):
|
for text,t,duration in zip(texts, starts, durations):
|
||||||
txt_clip = TextClip(text, fontsize = 20, color='white', font="Roboto Mono", 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_start(t)
|
||||||
txt_clip = txt_clip.set_pos('bottom').set_duration(duration)
|
txt_clip = txt_clip.set_pos('bottom').set_duration(duration)
|
||||||
txt_clips.append(txt_clip)
|
txt_clips.append(txt_clip)
|
||||||
|
Loading…
Reference in New Issue
Block a user