From 81e37e9fb02b4fed0aca25ea9d38f9fe1ad50fbd Mon Sep 17 00:00:00 2001 From: Christopher Konopka Date: Sat, 1 Mar 2025 21:37:46 -0500 Subject: [PATCH] updated a file --- programs/overlay_img_pro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/overlay_img_pro.py b/programs/overlay_img_pro.py index 607b8fc..7887bfa 100644 --- a/programs/overlay_img_pro.py +++ b/programs/overlay_img_pro.py @@ -11,4 +11,4 @@ def overlay_img_pro(input_file, overlay_image, x_position, y_position, overlay_h output_file ] run_ffmpeg_command(command) - print(f"Video processed with blur_pix and file is {output_file}") + print(f"Video processed with overaly_img_pro and file is {output_file}")