.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH AOMDEC "1" "August 2023" "aomdec 3.7.0~rc3" "User Commands" .SH NAME aomdec \- AOMedia Project AV1 Decoder .SH SYNOPSIS .B aomdec \fI\, filename\/\fR .SH OPTIONS .TP \fB\-\-help\fR Show usage options and exit .TP \fB\-\-codec=\fR Codec to use .TP \fB\-\-yv12\fR Output raw YV12 frames .TP \fB\-\-i420\fR Output raw I420 frames .TP \fB\-\-flipuv\fR Flip the chroma planes in the output .TP \fB\-\-rawvideo\fR Output raw YUV frames .TP \fB\-\-noblit\fR Don't process the decoded frames .TP \fB\-\-progress\fR Show progress after each frame decodes .TP \fB\-\-limit=\fR Stop decoding after n frames .TP \fB\-\-skip=\fR Skip the first n input frames .TP \fB\-\-summary\fR Show timing summary .TP \fB\-o\fR , \fB\-\-output=\fR Output file name pattern (see below) .TP \fB\-t\fR , \fB\-\-threads=\fR Max threads to use .TP \fB\-\-row\-mt=\fR Enable row based multi\-threading, default: 0 .TP \fB\-v\fR, \fB\-\-verbose\fR Show version string .TP \fB\-S\fR, \fB\-\-scale\fR Scale output frames uniformly .TP \fB\-\-frame\-buffers=\fR Number of frame buffers to use .TP \fB\-\-md5\fR Compute the MD5 sum of the decoded frame .TP \fB\-\-framestats=\fR Output per\-frame stats (.csv format) .TP \fB\-k\fR, \fB\-\-keep\-going\fR (debug) Continue decoding after error .TP \fB\-\-output\-bit\-depth=\fR Output bit\-depth for decoded frames .TP \fB\-\-annexb\fR Bitstream is in Annex\-B format .TP \fB\-\-oppoint=\fR Select an operating point of a scalable bitstream .TP \fB\-\-all\-layers\fR Output all decoded frames of a scalable bitstream .TP \fB\-\-skip\-film\-grain\fR Skip film grain application .PP Output File Patterns: .IP The \fB\-o\fR argument specifies the name of the file(s) to write to. If the argument does not include any escape characters, the output will be written to a single file. Otherwise, the filename will be calculated by expanding the following escape characters: .TP %w \- Frame width .TP %h \- Frame height .IP % \- Frame number, zero padded to places (1..9) .IP Pattern arguments are only supported in conjunction with the \fB\-\-yv12\fR and \fB\-\-i420\fR options. If the \fB\-o\fR option is not specified, the output will be directed to stdout. .PP Included decoders: .TP av1 \- AOMedia Project AV1 Decoder v3.7.0