Always overwrite normalized files

This commit is contained in:
RealStickman 2022-10-04 18:40:29 +02:00
parent a375b491c0
commit be2ae8b7a8

View File

@ -142,7 +142,7 @@ def convert(inputfile, outputfile, loudness):
input_thresh=loudness["input_thresh"], input_thresh=loudness["input_thresh"],
) )
}, },
global_options=("-v error"), global_options=("-y", "-v error"),
) )
# print(ff.cmd) # print(ff.cmd)
print("Working on ", os.path.basename(inputfile)) print("Working on ", os.path.basename(inputfile))