Compare commits

..

2 Commits

Author SHA1 Message Date
34d3ba95ff 14 with anim-gif 2024-12-14 19:33:13 +01:00
985b918e59 14 with anim-gif 2024-12-14 19:14:58 +01:00

View File

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