charbelgrower commited on
Commit
fc5ba66
1 Parent(s): ecc3aab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ def process_video(source_path: str, target_path: str, enhance = False, progress=
233
  ffmpeg_command = [
234
  'ffmpeg',
235
  '-y',
236
- '-framerate', '30',
237
  '-i', temp_frames_pattern,
238
  '-c:v', 'libx264',
239
  '-pix_fmt', 'yuv420p',
 
233
  ffmpeg_command = [
234
  'ffmpeg',
235
  '-y',
236
+ '-framerate', str(fps),
237
  '-i', temp_frames_pattern,
238
  '-c:v', 'libx264',
239
  '-pix_fmt', 'yuv420p',