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