14 with anim-gif
This commit is contained in:
@@ -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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user