bugfix with function-name
This commit is contained in:
@@ -241,7 +241,7 @@ final_clip.set_output()
|
|||||||
raise RuntimeError(f"SvtAv1EncApp failed with exit code {svt_proc.returncode}")
|
raise RuntimeError(f"SvtAv1EncApp failed with exit code {svt_proc.returncode}")
|
||||||
|
|
||||||
print(" --- Finished Video Processing ---")
|
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):
|
def is_ffmpeg_decodable(file_path):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user