This commit is contained in:
2025-02-26 20:38:26 +01:00
parent 3edb9e52fc
commit 7d98617ef2

View File

@@ -89,7 +89,7 @@ if _ACTION == "flip":
]
else:
myCmd = [
"/opt/ffmpeg/ffmpeg", "-f", "-i", _FILE, "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name
"/usr/bin/ffmpeg", "-f", "-i", _FILE, "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name
]
Path = "~/Documents/File.txt"