mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user