mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 18:44:52 +01:00
build
This commit is contained in:
@@ -94,7 +94,7 @@ if _ACTION == "flip":
|
|||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
myCmd = [
|
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 = [
|
# myCmd = [
|
||||||
# "/usr/bin/ffmpeg", "-i", filename, "-vf", "hflip", "-c:a", "copy", "-y", export_name
|
# "/usr/bin/ffmpeg", "-i", filename, "-vf", "hflip", "-c:a", "copy", "-y", export_name
|
||||||
|
|||||||
Reference in New Issue
Block a user