fix: doing an expensive normalization pre-pass despite --audio copy
This commit is contained in:
parent
37b4d2d34d
commit
5056618949
2 changed files with 2 additions and 2 deletions
|
@ -245,7 +245,7 @@ if __name__ == "__main__":
|
|||
# --------------------------------------------------
|
||||
# normalization pre-pass
|
||||
|
||||
if audio_streams and main.cfg.normalize and (main.cfg.armed or main.cfg.dump_commands) and (not main.cfg.audio == "drop"):
|
||||
if audio_streams and main.cfg.normalize and (main.cfg.armed or main.cfg.dump_commands) and (main.cfg.audio not in ["copy", "drop"]):
|
||||
main.print("running normalization pre-pass")
|
||||
|
||||
command.normalize_prepass.reset()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue