bitwarden

This commit is contained in:
jaydee
2024-10-01 01:57:23 +02:00
parent 6b497ea8f4
commit 928e6fc39a

View File

@@ -212,7 +212,7 @@ if _ACTION == "join":
]
else:
myCmd = [
"/opt/ffmpeg/ffmpeg", "-display_rotation", "180", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", "-y", export_name
"/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name
]
else:
if ops == "win":