fffiloni commited on
Commit
16450f6
1 Parent(s): 7aa5be2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def make_nearest_multiple_of_32(number):
87
  number += 32 - remainder
88
  return number
89
 
90
- def change_video_fps(input_file):
91
  print(f"CHANGING FIANL OUTPUT FPS")
92
  cap = cv2.VideoCapture(input_path)
93
  # Check if the final file already exists
 
87
  number += 32 - remainder
88
  return number
89
 
90
+ def change_video_fps(input_path):
91
  print(f"CHANGING FIANL OUTPUT FPS")
92
  cap = cv2.VideoCapture(input_path)
93
  # Check if the final file already exists