bitwarden

This commit is contained in:
jaydee
2024-09-23 16:10:43 +02:00
parent cc6c7e740a
commit a637d58ad0

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 = '/opt/ffmpeg/ffmpeg -i concat:"' + join_s + '" ' + export_name myCmd = '/opt/ffmpeg/ffmpeg -i concat:"' + join_s + '" -vcodec copy -acodec copy ' + export_name
print(myCmd) print(myCmd)
print(os.getcwd()) print(os.getcwd())
status, output = subprocess.getstatusoutput(myCmd) status, output = subprocess.getstatusoutput(myCmd)