Usage: ./aomdec <options> filename
Options:
--help Show usage options and exit
--codec=<arg> Codec to use
--yv12 Output raw YV12 frames
--i420 Output raw I420 frames
--flipuv Flip the chroma planes in the output
--rawvideo Output raw YUV frames
--noblit Don't process the decoded frames
--progress Show progress after each frame decodes
--limit=<arg> Stop decoding after n frames
--skip=<arg> Skip the first n input frames
--summary Show timing summary
-o <arg>, --output=<arg> Output file name pattern (see below)
-t <arg>, --threads=<arg> Max threads to use
--row-mt=<arg> Enable row based multi-threading, default: 0
-v, --verbose Show version string
-S, --scale Scale output frames uniformly
--frame-buffers=<arg> Number of frame buffers to use
--md5 Compute the MD5 sum of the decoded frame
--framestats=<arg> Output per-frame stats (.csv format)
-k, --keep-going (debug) Continue decoding after error
--output-bit-depth=<arg> Output bit-depth for decoded frames
--annexb Bitstream is in Annex-B format
--oppoint=<arg> Select an operating point of a scalable bitstream
--all-layers Output all decoded frames of a scalable bitstream
--skip-film-grain Skip film grain application
Output File Patterns:
The -o 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:
%w - Frame width
%h - Frame height
%<n> - Frame number, zero padded to <n> places (1..9)
Pattern arguments are only supported in conjunction with the --yv12 and
--i420 options. If the -o option is not specified, the output will be
directed to stdout.
Included decoders:
av1 - AOMedia Project AV1 Decoder v3.8.3
staticvoidshow_help(FILE *fout,int shorthelp){
fprintf(fout,"Usage: %s <options> filename\n\n", exec_name);if(shorthelp){
fprintf(fout,"Use --help to see the
最近需要在 Mac 上远程连接控制我的 windows 电脑系统,经过一番尝试对于 win 来说还是微软自家推出的 Microsoft Remote Desktop for Mac 最最好用,没有之一 简介
Microsoft Remote Desktop是一款由微软公司开发的远程桌面连接工具,可以让用…