bitwarden

This commit is contained in:
jaydee
2024-09-26 22:13:26 +02:00
parent fc7229df45
commit 51c2e77da9

View File

@@ -279,7 +279,7 @@ if _ACTION == "encode":
if _FLIP: if _FLIP:
if ops == "win": if ops == "win":
myCmd = [ myCmd = [
"ffmpeg", "-i", p, "-c:v", "hevc_amf", "-rc", "cqp", "-qp_i", _QUALITY[0], "-qp_p", _QUALITY[1], "-quality", "quality", "-crf", _QUALITY[2], "-metadata:s:v:0", "-y", export_name, "-f", "null", "/dev/null", "ffmpeg", "-i", p, "-c:v", "hevc_amf", "-rc", "cqp", "-qp_i", _QUALITY[0], "-qp_p", _QUALITY[1], "-quality", "quality", "-crf", _QUALITY[2], "-metadata:s:v:0", "rotate=180", "-y", export_name, "-f", "null", "/dev/null",
] ]
else: else:
myCmd = [ myCmd = [