From 05630f0904dff71e5a59893921068c7ea56841b1 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 23 Sep 2024 16:11:00 +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 7f252de..d68f32b 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -73,7 +73,7 @@ if os.path.exists(_FULL_PATH): # print(type(parts)) #ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4 - #os.chdir(_FULL_PATH) + os.chdir(_FULL_PATH) print(_FULL_PATH) myCmd = '/opt/ffmpeg/ffmpeg -i concat:"' + join_s + '" -vcodec copy -acodec copy ' + export_name print(myCmd)