Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ def process_video(input_video):
|
|
| 81 |
fps = cap.get(cv2.CAP_PROP_FPS)
|
| 82 |
|
| 83 |
# Define the output video path in the current directory
|
| 84 |
-
output_video_path = os.path.join(os.getcwd(), "processed_video.
|
| 85 |
|
| 86 |
writer = imageio.get_writer(output_video_path, fps=fps, codec="vp8")
|
| 87 |
|
|
|
|
| 81 |
fps = cap.get(cv2.CAP_PROP_FPS)
|
| 82 |
|
| 83 |
# Define the output video path in the current directory
|
| 84 |
+
output_video_path = os.path.join(os.getcwd(), "processed_video.webm")
|
| 85 |
|
| 86 |
writer = imageio.get_writer(output_video_path, fps=fps, codec="vp8")
|
| 87 |
|