diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 502c8fc..fd12642 100755 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -153,7 +153,7 @@ def make_final_video( ffmpeg_extract_subclip( "assets/temp/temp.mp4", 0, - final.duration, + length, targetname=f"results/{subreddit}/{filename}", ) save_data(subreddit, filename, title, idx, background_config[2])