mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -166,7 +166,7 @@ if _ACTION == "join":
|
|||||||
if _FLIP:
|
if _FLIP:
|
||||||
if ops == "win":
|
if ops == "win":
|
||||||
myCmd = [
|
myCmd = [
|
||||||
"ffmpeg", "-display_rotation", "180", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", "-y", export_name
|
"ffmpeg", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", "-c", "copy", "-metadata:s:v:0", "rotate=180","-y", export_name
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
myCmd = [
|
myCmd = [
|
||||||
|
|||||||
Reference in New Issue
Block a user