14 with anim-gif

This commit is contained in:
2024-12-14 19:33:13 +01:00
parent 985b918e59
commit 34d3ba95ff

View File

@@ -21,7 +21,6 @@ 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 = []