From 3b1a9377c1f750867eb5ca9a133b08cd271a3c67 Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 26 Sep 2024 23:40:38 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 645f55c..c438500 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -108,9 +108,8 @@ if _ACTION == "flip": for progress in ff.run_command_with_progress(): pbar.update(progress - pbar.n) pbar.close() - print("Done", end='', flush=True) - # print(f"Done".ljust(130)) + print(f"Done".ljust(130),end='', flush=True) # get the output #print(ff.stderr) #ffmpeg -i .\GH010149.MP4 -c:v hevc_amf -rc cqp -qp_i 42 -qp_p 42 -quality quality -crf 25 output7.mp4