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}")