Spaces:
Paused
Paused
Upload app.py
Browse files
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", "
|
| 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", "-"
|