This commit is contained in:
jaydee
2024-09-23 15:45:40 +02:00

View File

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