This commit is contained in:
2025-06-17 19:04:50 +02:00
parent bc911f48a7
commit 2f24e1e73f

View File

@@ -115,7 +115,7 @@ if _ACTION == "flip":
if _TEST:
print(_FULL_PATH)
print(myCmd)
print(myCmd)
proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
print(f"Fliping {filename} to {export_name} in {_DAY_DIR}...".ljust(100))
ff = FfmpegProgress(myCmd)