From a637d58ad067aae370e946c3a2b361ee1bf1db72 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Sep 2024 16:10:43 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 5c2ce60..7f252de 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -75,7 +75,7 @@ if os.path.exists(_FULL_PATH): #os.chdir(_FULL_PATH) print(_FULL_PATH) - myCmd = '/opt/ffmpeg/ffmpeg -i concat:"' + join_s + '" ' + export_name + myCmd = '/opt/ffmpeg/ffmpeg -i concat:"' + join_s + '" -vcodec copy -acodec copy ' + export_name print(myCmd) print(os.getcwd()) status, output = subprocess.getstatusoutput(myCmd)