bitwarden

This commit is contained in:
jaydee
2024-09-23 15:56:11 +02:00
parent 4591c62f0c
commit cc6c7e740a

View File

@@ -75,7 +75,7 @@ if os.path.exists(_FULL_PATH):
#os.chdir(_FULL_PATH) #os.chdir(_FULL_PATH)
print(_FULL_PATH) print(_FULL_PATH)
myCmd = 'ffmpeg -i concat:"' + join_s + '" ' + export_name myCmd = '/opt/ffmpeg/ffmpeg -i concat:"' + join_s + '" ' + export_name
print(myCmd) print(myCmd)
print(os.getcwd()) print(os.getcwd())
status, output = subprocess.getstatusoutput(myCmd) status, output = subprocess.getstatusoutput(myCmd)