Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -402,7 +402,7 @@ def denoise(input_files):
|
|
402 |
# os.remove("audio_full.wav")
|
403 |
for video_file in input_files:
|
404 |
|
405 |
-
ffmpeg.input(video_file.name).output("input_video" + video_file + ".wav", ac=2, ar=44100).run()
|
406 |
|
407 |
zip_sliced_files("./", "转换后的音频.zip", "input_video")
|
408 |
|
|
|
402 |
# os.remove("audio_full.wav")
|
403 |
for video_file in input_files:
|
404 |
|
405 |
+
ffmpeg.input(video_file.name).output("input_video" + video_file.name + ".wav", ac=2, ar=44100).run()
|
406 |
|
407 |
zip_sliced_files("./", "转换后的音频.zip", "input_video")
|
408 |
|