From d43204b95fbd4f4f9879b2860a2b4bce771ded52 Mon Sep 17 00:00:00 2001 From: LevaniVashadze Date: Tue, 11 Mar 2025 23:48:45 +0400 Subject: [PATCH] slight improvement in logging --- video_creation/final_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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