From 064857ef702ee1a7adbb7b46727df81d47b81e74 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Sep 2024 15:43:14 +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 df2ed9b..bb03b3d 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -74,7 +74,7 @@ if os.path.exists(_FULL_PATH): #ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4 os.chdir(_FULL_PATH) - + print(_FULL_PATH) myCmd = 'ffmpeg -i concat:"' + join_s + '" ' + export_name print(myCmd) status, output = subprocess.getstatusoutput(myCmd)