bugfix with function-name

This commit is contained in:
2025-08-11 13:00:27 +02:00
parent deced80524
commit 2c29e3f037

View File

@@ -241,7 +241,7 @@ final_clip.set_output()
raise RuntimeError(f"SvtAv1EncApp failed with exit code {svt_proc.returncode}")
print(" --- Finished Video Processing ---")
return encoded_video_file, handbrake_cfr_intermediate_for_cleanup, None
return encoded_video_file, handbrake_cfr_intermediate_file, None
def is_ffmpeg_decodable(file_path):
try: