From 35a54cdc625d7539f1bb2bab960d4c42b3e2e67c Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 21:19:01 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()