mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -130,6 +130,15 @@ if _ACTION == "join":
|
|||||||
# print(parts)
|
# print(parts)
|
||||||
if len(parts) == 1:
|
if len(parts) == 1:
|
||||||
shutil.move(parts[0], export_name)
|
shutil.move(parts[0], export_name)
|
||||||
|
try:
|
||||||
|
shutil.move(parts[0].replace("MP4", "THM"), _PROCESSED)
|
||||||
|
except:
|
||||||
|
print(f"Failed to move {parts[0].replace("MP4", "THM")}")
|
||||||
|
|
||||||
|
try:
|
||||||
|
shutil.move(parts[0].replace("MP4", "LRV").replace("GH","GL"), _PROCESSED)
|
||||||
|
except:
|
||||||
|
print(f"Failed to move {parts[0].replace("MP4", "LRV")}")
|
||||||
continue
|
continue
|
||||||
# print(type(parts))
|
# print(type(parts))
|
||||||
#ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4
|
#ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4
|
||||||
|
|||||||
Reference in New Issue
Block a user