From: Guillaume Pellerin Date: Thu, 8 Feb 2024 08:14:23 +0000 (+0100) Subject: transcode all sources X-Git-Tag: 3.0~11 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7c3069c2857ad6934d1b3a0f48006f32702c66d1;p=telecaster-server.git transcode all sources --- diff --git a/bin/mastering/transcode_nv.py b/bin/mastering/transcode_nv.py index e55fe29..fdfde2d 100755 --- a/bin/mastering/transcode_nv.py +++ b/bin/mastering/transcode_nv.py @@ -57,7 +57,7 @@ class TelemetaTranscode(object): local_file = name + '.' + format dest = os.path.abspath(root + os.sep + local_file) local_files = os.listdir(root) - if not (local_file in local_files or self.get_ext_in_dir(format, root)) or '--force' in self.args: + if not local_file in local_files or '--force' in self.args: if ext == 'webm' and format == 'ogg': ffmpeg_args = '-vn -acodec copy' if format == 'png':