Always overwrite normalized files
This commit is contained in:
parent
1ecd83723a
commit
d584ab9bde
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user