mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user