From 985b918e59f9f615ae499848a344d14d5f601332 Mon Sep 17 00:00:00 2001 From: tebarius Date: Sat, 14 Dec 2024 19:14:58 +0100 Subject: [PATCH] 14 with anim-gif --- 14/14-2-sol-video-creator2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/14-2-sol-video-creator2.py b/14/14-2-sol-video-creator2.py index d2a9c61..173cbee 100644 --- a/14/14-2-sol-video-creator2.py +++ b/14/14-2-sol-video-creator2.py @@ -21,7 +21,7 @@ fps = 30 frame_size = (X_WIDE, Y_TALL) out = cv2.VideoWriter('./solution2.mp4', fourcc, fps, frame_size) - +cv2.Vi def parse_and_go(input_file:str, seconds) -> list[list[int]]: global Y_TALL, X_WIDE field = []