bitwarden

This commit is contained in:
jaydee
2024-09-23 15:43:14 +02:00
parent fc7ce95d03
commit 064857ef70

View File

@@ -74,7 +74,7 @@ if os.path.exists(_FULL_PATH):
#ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4
os.chdir(_FULL_PATH)
print(_FULL_PATH)
myCmd = 'ffmpeg -i concat:"' + join_s + '" ' + export_name
print(myCmd)
status, output = subprocess.getstatusoutput(myCmd)