From c8e294c7ff1b0762c066edf3ad61550f6e5c921f Mon Sep 17 00:00:00 2001 From: orenkaizer Date: Sun, 5 Jun 2022 08:22:27 +0300 Subject: [PATCH] fix: fixing image_clips from the prev resolved conflict --- 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 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,