patocolher commited on
Commit
0441b85
·
verified ·
1 Parent(s): da61d11

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def reencode_video(video_file, modo, resolucao, fps, normalizar_audio, remover_d
78
  stats_path = "loudnorm_stats.json"
79
  with open(stats_path, "w") as f_stats:
80
  subprocess.run([
81
- "ffmpeg", "-hide_banner", "-loglevel", "error", "-y",
82
  "-i", input_path,
83
  "-af", "loudnorm=print_format=json",
84
  "-f", "null", "-"
 
78
  stats_path = "loudnorm_stats.json"
79
  with open(stats_path, "w") as f_stats:
80
  subprocess.run([
81
+ "ffmpeg", "-hide_banner", "-loglevel", "info", "-y",
82
  "-i", input_path,
83
  "-af", "loudnorm=print_format=json",
84
  "-f", "null", "-"