asad231 commited on
Commit
a3332d2
·
verified ·
1 Parent(s): 3d8ca96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def compress_video(video):
58
 
59
  # ✅ Further Reduce Video Resolution
60
  frame_width = 200
61
- frame_height = 50
62
  out = cv2.VideoWriter(temp_file.name, fourcc, 12.0, (frame_width, frame_height)) # ✅ Lower FPS to 12
63
 
64
  while cap.isOpened():
 
58
 
59
  # ✅ Further Reduce Video Resolution
60
  frame_width = 200
61
+ frame_height = 1000
62
  out = cv2.VideoWriter(temp_file.name, fourcc, 12.0, (frame_width, frame_height)) # ✅ Lower FPS to 12
63
 
64
  while cap.isOpened():