diff --git a/video_creation/final_video.py b/video_creation/final_video.py index 52be33c..66cc212 100644 --- a/video_creation/final_video.py +++ b/video_creation/final_video.py @@ -109,7 +109,7 @@ def get_encoder(): return base_encoder except Exception as e: print(f"Error while checking for NVENC support: {e}") - print("Falling back to libx264") + print(f"Falling back to {base_encoder}") return base_encoder