Commit
·
ddab39e
1
Parent(s):
08f6d0e
foo change
Browse files
frames.py
CHANGED
|
@@ -12,4 +12,5 @@ def extract_frames(url_path,output_dir):
|
|
| 12 |
cv2.imwrite(os.path.join(output_dir, frame_name), frame)
|
| 13 |
frame_count+=1
|
| 14 |
cap.release()
|
| 15 |
-
extract_frames("C:/Users/BRIDGES/Downloads/Video1.mp4","output")
|
|
|
|
|
|
| 12 |
cv2.imwrite(os.path.join(output_dir, frame_name), frame)
|
| 13 |
frame_count+=1
|
| 14 |
cap.release()
|
| 15 |
+
extract_frames("C:/Users/BRIDGES/Downloads/Video1.mp4","output")
|
| 16 |
+
# this is a test change to merge later
|