bitwarden

This commit is contained in:
jaydee
2024-09-25 00:52:17 +02:00
parent b0a66f9b47
commit 4e2f297fa5

View File

@@ -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":