This commit is contained in:
2025-06-16 08:19:57 +02:00
parent 01959aed7d
commit 159774c8eb

View File

@@ -93,8 +93,11 @@ if _ACTION == "flip":
"ffmpeg", "-i", filename ,"-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name
]
else:
# myCmd = [
# "/usr/bin/ffmpeg", "-i", filename, "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name
# ]
myCmd = [
"/usr/bin/ffmpeg", "-i", filename, "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name
"/usr/bin/ffmpeg", "-i", filename, "-vf", "transpose=2,transpose=2", "-y", export_name
]
# myCmd = [
# "/usr/bin/ffmpeg", "-i", filename, "-vf", "hflip", "-c:a", "copy", "-y", export_name