bitwarden

This commit is contained in:
jaydee
2024-09-23 16:11:00 +02:00
parent a637d58ad0
commit 05630f0904

View File

@@ -73,7 +73,7 @@ if os.path.exists(_FULL_PATH):
# print(type(parts))
#ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4
#os.chdir(_FULL_PATH)
os.chdir(_FULL_PATH)
print(_FULL_PATH)
myCmd = '/opt/ffmpeg/ffmpeg -i concat:"' + join_s + '" -vcodec copy -acodec copy ' + export_name
print(myCmd)