transcode.py: fix wrong transcoding_duration variable

This commit is contained in:
2025-12-06 18:55:35 +01:00
parent 158688ec44
commit ecba7c7bb0
-1
View File
@@ -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}") leftalign(f"DONE: Successfully transcoded to {transcode_output_path}")
) )
transcoding_duration = transcode_output_path
logging.debug(f"Transcoding duration was {transcoding_duration}.") logging.debug(f"Transcoding duration was {transcoding_duration}.")
original_codec = get_video_codec(input_path) original_codec = get_video_codec(input_path)