bitwarden

This commit is contained in:
jaydee
2024-09-25 14:26:17 +02:00
parent 2be830dc4b
commit f0983fbaaa

View File

@@ -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 = [