bitwarden

This commit is contained in:
jaydee
2024-09-23 15:42:09 +02:00
parent 12de950a2d
commit fc7ce95d03

View File

@@ -76,5 +76,6 @@ if os.path.exists(_FULL_PATH):
os.chdir(_FULL_PATH) os.chdir(_FULL_PATH)
myCmd = 'ffmpeg -i concat:"' + join_s + '" ' + export_name myCmd = 'ffmpeg -i concat:"' + join_s + '" ' + export_name
print(myCmd)
status, output = subprocess.getstatusoutput(myCmd) status, output = subprocess.getstatusoutput(myCmd)
print(output) print(output)