show output file when done
This commit is contained in:
parent
e39efa69f3
commit
cc525d24c8
1
run.py
1
run.py
@ -78,6 +78,7 @@ def start():
|
|||||||
start_processing()
|
start_processing()
|
||||||
create_video(video_name, fps, output_dir)
|
create_video(video_name, fps, output_dir)
|
||||||
add_audio(current_dir, output_dir, target_path, args['keep_frames'])
|
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__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user