mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 18:44:53 +01:00
bitwarden
This commit is contained in:
@@ -93,7 +93,7 @@ if _ACTION == "flip":
|
|||||||
proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
|
proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
|
||||||
print(f"Fliping {_FILE} to {export_name} in {_DAY_DIR}...".ljust(100))
|
print(f"Fliping {_FILE} to {export_name} in {_DAY_DIR}...".ljust(100))
|
||||||
ff = FfmpegProgress(myCmd)
|
ff = FfmpegProgress(myCmd)
|
||||||
with tqdm(total=100, position=1, desc="Encode") as pbar:
|
with tqdm(total=100, position=1, desc="Fliping") as pbar:
|
||||||
for progress in ff.run_command_with_progress():
|
for progress in ff.run_command_with_progress():
|
||||||
pbar.update(progress - pbar.n)
|
pbar.update(progress - pbar.n)
|
||||||
pbar.close()
|
pbar.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user