bitwarden

This commit is contained in:
jaydee
2024-09-23 23:17:21 +02:00
parent 5ac73f8c21
commit b030622770

View File

@@ -78,14 +78,12 @@ if os.path.exists(_FULL_PATH):
# continue
print(parts)
join_s = "|".join(parts)
print(join_s)
# 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")
f.write("# Files to join\n")
f.close()
f = open("video.txt", "a")
for p in parts: