From 86b7c127acb8ae3cf9ffecee01e95a853268b224 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 2 Oct 2024 20:19:52 +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 096bb2b..590be4b 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -223,7 +223,7 @@ if _ACTION == "join": ] else: myCmd = [ - "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", "-y", export_name + "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt ","-c", "copy", "-y", export_name ] if _TEST: print(" ".join(myCmd))