Skip to content

aomenc Command Line Options

Christopher Degawa edited this page Jan 15, 2020 · 1 revision

Option values are presented as --Long Option (-Short Option if present)

Option Description Default Value Allowed Values Example Usage
debug (D) Debug mode (makes output deterministic) [false] [switch] --debug
output (o) Output location [none] [Any path] --output o.webm
yv12 Mark the input as YV12 color format [false] [switch] --yv12
i420 Mark the input as i420 color format (Default) [true] [switch] --i420
i422 Mark the input as i422 color format [false] [switch] --i422
i444 Mark the input as i444 color format [false] [switch] --i444
codec Choose the codec to use av1 av1 --codec=av1
passes (p) Number of passes to run 2 int [1-2] --passes=1
pass Pass to run 1 int [1-2] --passes=2 --pass=1
fpf First pass stats file [none] [Any path] --fpf=firstpass.log
Clone this wiki locally