diff --git a/handle_imported_video.py b/handle_imported_video.py index 07b224d..72c6daf 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -93,7 +93,7 @@ if _ACTION == "join": if not os.path.exists(_PROCESSED): os.mkdir(_PROCESSED) # print(f"SEQUENCES : {_SEQUENCES}") - + os.chdir(_FULL_PATH) for vid in video_seq: if len(_SEQUENCES) != 0 and vid not in _SEQUENCES: @@ -115,7 +115,7 @@ if _ACTION == "join": # print(type(parts)) #ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4 - os.chdir(_FULL_PATH) + f = open("video.txt", "w") f.write("# Files to join\n") f.close()