You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chartmpBuffer[16]; // the biggest legal string is "6,6", so I don't mind truncation here
@@ -1100,6 +1109,7 @@ void clContextPrintSyntax(clContext * C)
1100
1109
clContextLog(C, NULL, 0, " --quantizer MIN,MAX : Choose min and max quantizer values directly instead of using -q (AVIF only, 0-63 range, 0,0 is lossless)");
clContextLog(C, NULL, 0, " --codec READ,WRITE : Specify which internal codec to be used when decoding (AVIF only, auto,auto is default, see libavif version below for choices)");
1112
+
clContextLog(C, NULL, 0, " --speed SPEED : Specify the quality/speed tradeoff when encoding (AVIF only, [0-10] range. auto = default (let the codec decide), 0=best quality, 10=fastest)");
0 commit comments