JrEasy commited on
Commit
4b2bc7c
·
verified ·
1 Parent(s): 8e1f0d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.mp4")
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