From a96816a0fc57dcf2e801e92dad5e7d02957490fc Mon Sep 17 00:00:00 2001 From: Simon <65854503+StopmotionSimonYT@users.noreply.github.com> Date: Sat, 30 Jul 2022 23:37:10 +0200 Subject: [PATCH] Update final_video.py --- video_creation/final_video.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 1384f4d..c2d7a18 100755 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -140,9 +140,9 @@ def make_final_video( # # lowered_audio = audio_background.multiply_volume( # todo get this to work # # VOLUME_MULTIPLIER) # lower volume by background_audio_volume, use with fx # final.set_audio(final_audio) - '''final = Video(final).add_watermark( - text=f"Background credit: {background_config[2]}", opacity=0.4 - )''' # todo add watermark + final = Video(final).add_watermark( + text=f"Background credit: {background_config[2]}", opacity=0.4, redditid=reddit_obj + ) final.write_videofile( f"assets/temp/{id}/temp.mp4", fps=30,