From fc7ce95d03659b586859851e618aff25654541e1 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Sep 2024 15:42:09 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 1 + 1 file changed, 1 insertion(+) diff --git a/handle_imported_video.py b/handle_imported_video.py index c683650..df2ed9b 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -76,5 +76,6 @@ if os.path.exists(_FULL_PATH): os.chdir(_FULL_PATH) myCmd = 'ffmpeg -i concat:"' + join_s + '" ' + export_name + print(myCmd) status, output = subprocess.getstatusoutput(myCmd) print(output) \ No newline at end of file