This commit is contained in:
2025-06-16 07:51:15 +02:00
parent 51a5d97916
commit 442e96a60e

View File

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