Neon-AI commited on
Commit
70d710f
·
verified ·
1 Parent(s): 93b4976

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def blur_video(input_path: str) -> str:
108
  cmd = [
109
  "ffmpeg", "-y", "-i", input_path,
110
  "-filter_complex", filter_graph,
111
- "-c:v", "libx264", "-preset", "fast", "-crf", "23",
112
  "-c:a", "copy", output
113
  ]
114
  log("Blurring video")
 
108
  cmd = [
109
  "ffmpeg", "-y", "-i", input_path,
110
  "-filter_complex", filter_graph,
111
+ "-c:v", "libx264", "-preset", "veryfast", "-crf", "23",
112
  "-c:a", "copy", output
113
  ]
114
  log("Blurring video")