From 4e2f297fa51a85612a9b38c975317dcbc970c911 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 25 Sep 2024 00:52:17 +0200 Subject: [PATCH] bitwarden --- handle_imported_video.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/handle_imported_video.py b/handle_imported_video.py index 29f257e..ba6673d 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -87,6 +87,8 @@ if _ACTION == "flip": myCmd = [ "/opt/ffmpeg/ffmpeg", "-display_rotation", "180", "-f", "-i", _FILE, "-vcodec", "copy", "-acodec", "copy", "-y", export_name ] + print(_FULL_PATH) + print(myCmd) os.chdir(_FULL_PATH) proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) if _ACTION == "join":