From be2ae8b7a8bd176194affd05ce1abdb927fdf208 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 4 Oct 2022 18:40:29 +0200 Subject: [PATCH] Always overwrite normalized files --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index f414947..b9875f4 100755 --- a/main.py +++ b/main.py @@ -142,7 +142,7 @@ def convert(inputfile, outputfile, loudness): input_thresh=loudness["input_thresh"], ) }, - global_options=("-v error"), + global_options=("-y", "-v error"), ) # print(ff.cmd) print("Working on ", os.path.basename(inputfile))