This commit is contained in:
jaydee
2024-09-23 15:42:11 +02:00

View File

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