diff --git a/handle_imported_video.py b/handle_imported_video.py index 3a07c99..fd1354f 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -123,12 +123,12 @@ def flip_videos(_DEV,_SOURCE_DIR,_DAY_DIRS): print(myCmd) print(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: - for progress in ff.run_command_with_progress(): - pbar.update(progress - pbar.n) - pbar.close() + # print(f"Fliping {filename} in {_DAY_DIR}...".ljust(100)) + # ff = FfmpegProgress(myCmd) + # with tqdm(total=100, position=1, desc="Fliping") as pbar: + # for progress in ff.run_command_with_progress(): + # pbar.update(progress - pbar.n) + # pbar.close() print(f"Done".ljust(130),end='', flush=True) # get the output