mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 18:44:52 +01:00
lala
This commit is contained in:
@@ -89,7 +89,7 @@ if _ACTION == "flip":
|
|||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
myCmd = [
|
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"
|
Path = "~/Documents/File.txt"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user