Update final_video.py

pull/1583/head
Hassan Hossam 2 years ago committed by GitHub
parent 2e283e53f5
commit 6fc1de7dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -309,7 +309,7 @@ def make_final_video(
text = f"Background by {background_config[2]}" text = f"Background by {background_config[2]}"
background_clip = ffmpeg.drawtext( background_clip = ffmpeg.drawtext(
background_clip, background_clip,
text=(''), text=text,
x=f"(w-text_w)", x=f"(w-text_w)",
y=f"(h-text_h)", y=f"(h-text_h)",
fontsize=12, fontsize=12,

Loading…
Cancel
Save