mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 02:24:53 +01:00
build
This commit is contained in:
@@ -122,7 +122,9 @@ def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS):
|
||||
print(_FULL_PATH)
|
||||
print(myCmd)
|
||||
print(myCmd)
|
||||
proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
|
||||
status, output = subprocess.getstatusoutput(myCmd)
|
||||
#proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
|
||||
|
||||
# print(f"Fliping {filename} in {_DAY_DIR}...".ljust(100))
|
||||
# ff = FfmpegProgress(myCmd)
|
||||
# with tqdm(total=100, position=1, desc="Fliping") as pbar:
|
||||
|
||||
Reference in New Issue
Block a user