From cc525d24c818a224b1d06bfb649a940c081877ce Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Mon, 29 May 2023 12:06:16 +0530 Subject: [PATCH] show output file when done --- run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run.py b/run.py index 62bb92e..a918fc6 100644 --- a/run.py +++ b/run.py @@ -78,6 +78,7 @@ def start(): start_processing() create_video(video_name, fps, output_dir) add_audio(current_dir, output_dir, target_path, args['keep_frames']) + print("\n\nVideo saved as:", current_dir + "/swapped-" + video_name + ".mp4", "\n\n") if __name__ == "__main__":