diff --git a/handle_imported_video.py b/handle_imported_video.py index 2023559..2aaa7e4 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -104,10 +104,11 @@ if _ACTION == "join": print("This need to be joined!") # for p in parts: # join_string = - # else: + else: # continue # print(parts) - + shutil.move(parts[0], export_name) + continue # print(type(parts)) #ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4