From 7c3069c2857ad6934d1b3a0f48006f32702c66d1 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 8 Feb 2024 09:14:23 +0100 Subject: [PATCH] transcode all sources --- bin/mastering/transcode_nv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- 2.39.5