14 with anim-gif

This commit is contained in:
2024-12-14 19:14:58 +01:00
parent e9da441efc
commit 985b918e59

View File

@@ -21,7 +21,7 @@ fps = 30
frame_size = (X_WIDE, Y_TALL) frame_size = (X_WIDE, Y_TALL)
out = cv2.VideoWriter('./solution2.mp4', fourcc, fps, frame_size) out = cv2.VideoWriter('./solution2.mp4', fourcc, fps, frame_size)
cv2.Vi
def parse_and_go(input_file:str, seconds) -> list[list[int]]: def parse_and_go(input_file:str, seconds) -> list[list[int]]:
global Y_TALL, X_WIDE global Y_TALL, X_WIDE
field = [] field = []