From 928e6fc39a45f7d05a65ad66c5a41c0b364ecc37 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 1 Oct 2024 01:57:23 +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 41427ee..6a5594b 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -212,7 +212,7 @@ if _ACTION == "join": ] else: myCmd = [ - "/opt/ffmpeg/ffmpeg", "-display_rotation", "180", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", "-y", export_name + "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name ] else: if ops == "win":