diff --git a/anime_audio_filtered_helper.py b/anime_audio_filtered_helper.py index c163c5a..5fb43e3 100644 --- a/anime_audio_filtered_helper.py +++ b/anime_audio_filtered_helper.py @@ -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: