diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 578eaab..ff12862 100755 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -158,7 +158,7 @@ def make_final_video( ): image_clips.append( create_image_clip( - f'comment_{indexes_of_clips[photo_idx]}', + f'comment_{photo_idx}', audio_clips[idx].start, audio_clips[idx].duration )