diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 53ea525..4641ef2 100644 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -47,7 +47,7 @@ def make_final_video(number_of_clips): .set_duration(audio_clips[i + 1].duration) .set_position("center") .resize(width=W - 100) - .set_opacity(float(opacity)), + .set_opacity(float(opacity)) for i in range(0, number_of_clips) ] image_clips.insert( 0,