This commit is contained in:
2025-06-16 08:16:22 +02:00
parent 272d306120
commit 01959aed7d

View File

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