From 1fca056c4c9a66b35efcdee216aa6be723129693 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 17:22:10 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 498454c..ecf555f 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -130,8 +130,7 @@ if os.path.exists(_FULL_PATH): - - print(myCmd) + print(os.getcwd()) #status, output = subprocess.getstatusoutput(myCmd) @@ -153,7 +152,8 @@ if os.path.exists(_FULL_PATH): myCmd = [ "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", export_name ,"-f", "null", "/dev/null", ] - + + print(myCmd) ff = FfmpegProgress(myCmd) with tqdm(total=100, position=1, desc="Convert") as pbar: for progress in ff.run_command_with_progress():