From 83417c237a007ee9b557f813ecbcc96b31e94f6e Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 25 Sep 2024 08:39:29 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 5679699..9af5d2f 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -86,7 +86,7 @@ if _ACTION == "flip": else: myCmd = [ "/opt/ffmpeg/ffmpeg", "-f", "-i", _FILE, "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name - ] + ] print(_FULL_PATH) print(myCmd) os.chdir(_FULL_PATH) @@ -174,7 +174,7 @@ if _ACTION == "join": ] #print(myCmd) - print(f"Joining {len(parts)} files to {export_name}...") + print(f"Joining {len(parts)} files to {export_name} in {_DAY_DIR}...") proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) # with tqdm(total=100, position=1, desc="Convert") as pbar: # for progress in ff.run_command_with_progress():