diff --git a/handle_imported_video.py b/handle_imported_video.py index e26c193..d6d08f8 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -67,7 +67,9 @@ if os.path.exists(_FULL_PATH): continue export_name = "joined_" + vid + ".MP4" parts = video_seq[vid] + parts.sort() + print(parts) if len(parts) > 1: print("This need to be joined!") # for p in parts: