bitwarden

This commit is contained in:
jaydee
2024-09-24 21:19:01 +02:00
parent 3ddbfec569
commit 35a54cdc62

View File

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