mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 18:44:52 +01:00
build
This commit is contained in:
@@ -115,7 +115,7 @@ if _ACTION == "flip":
|
|||||||
if _TEST:
|
if _TEST:
|
||||||
print(_FULL_PATH)
|
print(_FULL_PATH)
|
||||||
print(myCmd)
|
print(myCmd)
|
||||||
|
print(myCmd)
|
||||||
proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
|
proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
|
||||||
print(f"Fliping {filename} to {export_name} in {_DAY_DIR}...".ljust(100))
|
print(f"Fliping {filename} to {export_name} in {_DAY_DIR}...".ljust(100))
|
||||||
ff = FfmpegProgress(myCmd)
|
ff = FfmpegProgress(myCmd)
|
||||||
|
|||||||
Reference in New Issue
Block a user