Skip to content

Commit 39ed86f

Browse files
author
Joe Drago
committed
Update Usage.md
1 parent 6aa6c98 commit 39ed86f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/Usage.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,21 @@ Output Format Options:
3737
-q,--quality QUALITY : Output quality for supported output formats. (default: 90)
3838
-r,--rate RATE : Output rate for for supported output formats. If 0, codec uses -q value above instead. (default: 0)
3939
-t,--tonemap TM : Set tonemapping. auto (default), on, or off. Tune with optional comma separated vals: contrast=1.0,clip=1.0,speed=1.0,power=1.0
40-
--yuv YUVFORMAT : Choose yuv output format for supported formats. auto (default), 444, 422, 420, yv12
40+
--yuv YUVFORMAT : Choose yuv output format for supported formats. 444 (default), 422, 420, yv12
4141
--quantizer MIN,MAX : Choose min and max quantizer values directly instead of using -q (AVIF only, 0-63 range, 0,0 is lossless)
4242
--tiling ROWS,COLS : Enable tiling when encoding (AVIF only, 0-6 range, log2 based. Enables 2^ROWS rows and/or 2^COLS cols)
4343
--codec READ,WRITE : Specify which internal codec to be used when decoding (AVIF only, auto,auto is default, see libavif version below for choices)
44+
--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)
4445
4546
Convert Options:
4647
--resize w,h,filter : Resize dst image to WxH. Use optional filter (auto (default), box, triangle, cubic, catmullrom, mitchell, nearest)
48+
--rotate cwTurns : Rotate image cwTurns clockwise
4749
-z,--rect,--crop x,y,w,h : Crop source image to rect (before conversion). x,y,w,h
4850
--composite FILENAME : Composite FILENAME on top of input. Must be identical dimensions to input.
4951
--composite-gamma GAMMA : When compositing, perform sourceover blend using this gamma (default: 2.2)
5052
--composite-premultiplied: When compositing, assume composite image's alpha is premultiplied (default: false)
5153
--composite-tonemap TM : When compositing, determines if composite image is tonemapped before blend. auto (default), on, or off
54+
--composite-offset x,y : When compositing, offsets source image onto destination image
5255
--hald FILENAME : Image containing valid Hald CLUT to be used after color conversion
5356
--stats : Enable post-conversion stats (MSE, PSNR, etc)
5457

0 commit comments

Comments
 (0)