5 Star 1 Fork 0

Gitee 极速下载 / SVT-AV1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/OpenVisualCloud/SVT-AV1
克隆/下载
svt-av1_decoder_user_guide.md 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
Grant 提交于 2022-04-17 19:40 . Documentation Update

Top level

Scalable Video Technology for AV1 Decoder (SVT-AV1 Decoder) User Guide

Table of Contents

  1. Introduction
  2. Sample Application Guide

Introduction

This document describes how to use the Scalable Video Technology for AV1 Decoder (SVT-AV1). In particular, this user guide describes how to run the sample application with the respective dynamically linked library.

Sample Application Guide

This section describes how to run the sample decoder application that uses the SVT-AV1 Decoder library. It describes the command line input parameters and the resulting outputs.

Running the decoder

This section describes how to run the sample decoder application SvtAv1DecApp.exe (on Windows*) or SvtAv1DecApp (on Linux*) from the command line, including descriptions of the most commonly used input parameters and outputs.

The sample application typically takes the following command line parameters:

 -help                     Show usage options and exit
 -i <arg>                  Input file name
 -o <arg>                  Output file name
 -skip <arg>               Skip the first n input frames
 -limit <arg>              Stop decoding after n frames
 -bit-depth <arg>          Input bitdepth. [8, 10]
 -w <arg>                  Input picture width
 -h <arg>                  Input picture height
 -colour-space <arg>       Input picture colour space. [400, 420, 422, 444]
 -threads <arg>            Number of threads to be launched
 -parallel-frames <arg>    Number of frames to be processed in parallel
 -md5                      MD5 support flag
 -fps-frm                  Show fps after each frame decoded
 -fps-summary              Show fps summary -skip-film-grain

Sample usage: SvtAv1DecApp.exe -i test.ivf -o out.yuv

C
1
https://gitee.com/mirrors/SVT-AV1.git
git@gitee.com:mirrors/SVT-AV1.git
mirrors
SVT-AV1
SVT-AV1
master

搜索帮助