From 6fc1de7dc3dfc7643a2fa50f230716c6a5292647 Mon Sep 17 00:00:00 2001 From: Hassan Hossam <66433496+Hassan-Hossam@users.noreply.github.com> Date: Sun, 16 Apr 2023 12:37:18 +0200 Subject: [PATCH] Update final_video.py --- video_creation/final_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 99499b7..4e77105 100644 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -309,7 +309,7 @@ def make_final_video( text = f"Background by {background_config[2]}" background_clip = ffmpeg.drawtext( background_clip, - text=(''), + text=text, x=f"(w-text_w)", y=f"(h-text_h)", fontsize=12,