bitwarden

This commit is contained in:
jaydee
2024-10-02 21:00:44 +02:00
parent 5a1d275400
commit a67f51186b

View File

@@ -340,7 +340,7 @@ if _ACTION == "encode":
] ]
else: else:
myCmd = [ myCmd = [
"/opt/ffmpeg/ffmpeg", "-display_rotation", "180", "-i", p, "-c:v", "hevc_amf", "-rc", "cqp", "-qp_i", _QUALITY[0], "-qp_p", _QUALITY[1], "-quality", "quality", "-crf", _QUALITY[2], "-y", export_name, "-f", "null", "/dev/null", "/opt/ffmpeg/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:
if ops == "win": if ops == "win":