bitwarden

This commit is contained in:
jaydee
2024-09-26 22:32:54 +02:00
parent 60c52ad651
commit 4e0c28ee89

View File

@@ -81,7 +81,7 @@ if _ACTION == "flip":
export_name = "X" + _FILE
if ops == "win":
myCmd = [
"ffmpeg", "180", "-f", "-i", _FILE ,"-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name
"ffmpeg", "-i", _FILE ,"-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name
]
else:
myCmd = [