spookyuser
commited on
Commit
·
1d126b4
1
Parent(s):
8756e93
Fix path
Browse files- animate.py +1 -1
animate.py
CHANGED
@@ -218,7 +218,7 @@ def create_mp4_with_audio(frames, cv2_images, duration, audio, output_path):
|
|
218 |
f"TYPES....{type(cv2_images[0])},{type(cv2_images[1])} SHAPES{cv2_images[0].shape} Img {cv2_images[0]}"
|
219 |
)
|
220 |
clip1, clip3 = contourfinder(
|
221 |
-
cv2_images[0], cv2_images[1], vid_output_dir
|
222 |
) # has a third text option
|
223 |
|
224 |
# Use open CV and moviepy code
|
|
|
218 |
f"TYPES....{type(cv2_images[0])},{type(cv2_images[1])} SHAPES{cv2_images[0].shape} Img {cv2_images[0]}"
|
219 |
)
|
220 |
clip1, clip3 = contourfinder(
|
221 |
+
cv2_images[0], cv2_images[1], output_dir=vid_output_dir
|
222 |
) # has a third text option
|
223 |
|
224 |
# Use open CV and moviepy code
|