From f60075c00d7dcdcc6939c84108694ce4cdff88f9 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 24 Sep 2024 09:53:48 +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 4c502e6..2365b01 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -96,7 +96,7 @@ if os.path.exists(_FULL_PATH): f.close() print(_FULL_PATH) if _FLIP: - myCmd = '/opt/ffmpeg/ffmpeg -f concat -i video.txt -vcodec copy -acodec copy -vf "transpose=1,transpose=1" ' + export_name + myCmd = '/opt/ffmpeg/ffmpeg -display_rotation 180 -f concat -i video.txt -vcodec copy -acodec copy ' + export_name else: myCmd = '/opt/ffmpeg/ffmpeg -f concat -i video.txt -vcodec copy -acodec copy ' + export_name print(myCmd)