From: Guillaume Pellerin Date: Mon, 22 Apr 2024 10:50:40 +0000 (+0200) Subject: add more verbose X-Git-Tag: 4.0.0~47 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e49c49e6d06a049020c53475c4183ad705aff733;p=telecaster-server.git add more verbose --- diff --git a/bin/mastering/mastering.py b/bin/mastering/mastering.py index 1741423..d8816f8 100755 --- a/bin/mastering/mastering.py +++ b/bin/mastering/mastering.py @@ -131,7 +131,9 @@ class TeleCasterMastering(object): command = 'ffmpeg -loglevel 0 ' + ffmpeg_args_in + ' -i "' + file + '" ' + ffmpeg_args['out'] +' -y "' + dest + '"' - print(command) + if self.verbose_mode: + print(command) + self.logger.logger.info(command) if not self.dry_run: