From ecba7c7bb05ba2240fae0576b4f01c56438cd88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sat, 6 Dec 2025 18:55:35 +0100 Subject: [PATCH] transcode.py: fix wrong transcoding_duration variable --- transcode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/transcode.py b/transcode.py index 78ca68e..0d6e8e0 100644 --- a/transcode.py +++ b/transcode.py @@ -360,7 +360,6 @@ def transcode_file(input_file, output_file=None, skip_av1=True, replace_mode=Fal leftalign(f"DONE: Successfully transcoded to {transcode_output_path}") ) - transcoding_duration = transcode_output_path logging.debug(f"Transcoding duration was {transcoding_duration}.") original_codec = get_video_codec(input_path)