/
usr
/
share
/
doc
/
svt-av1-libs
/
Docs
/
/usr/share/doc/svt-av1-libs/Docs
mkdir
upload
Name
Size
Mode
Actions
img/
-
0755
rm
Appendix-Alt-Refs.md
16336
0644
edit
dl
rm
Appendix-CDEF.md
25795
0644
edit
dl
rm
Appendix-CfL.md
9015
0644
edit
dl
rm
Appendix-Compliant-Subpel-Interpolation-Filter-Search.md
11031
0644
edit
dl
rm
Appendix-Compound-Mode-Prediction.md
22702
0644
edit
dl
rm
Appendix-DLF.md
25736
0644
edit
dl
rm
Appendix-Film-Grain-Synthesis.md
12749
0644
edit
dl
rm
Appendix-Filter-Intra.md
6768
0644
edit
dl
rm
Appendix-Global-Motion.md
16541
0644
edit
dl
rm
Appendix-Intra-Block-Copy.md
7581
0644
edit
dl
rm
Appendix-Local-Warped-Motion.md
17649
0644
edit
dl
rm
Appendix-Palette-Prediction.md
8840
0644
edit
dl
rm
Appendix-Restoration-Filter.md
22520
0644
edit
dl
rm
Appendix-SQ-Weight.md
1244
0644
edit
dl
rm
Appendix-Subpel-Interpolation-Open-Loop-ME.md
6072
0644
edit
dl
rm
Appendix-TX-Search.md
13346
0644
edit
dl
rm
Appendix-Variance-Based-Adaptive-Quantization.md
12700
0644
edit
dl
rm
README.md
1463
0644
edit
dl
rm
svt-av1-decoder-design.md
32800
0644
edit
dl
rm
svt-av1-encoder-design.md
68380
0644
edit
dl
rm
svt-av1_decoder_user_guide.md
1861
0644
edit
dl
rm
svt-av1_encoder_user_guide.md
29264
0644
edit
dl
rm
Edit:
/usr/share/doc/svt-av1-libs/Docs/svt-av1_decoder_user_guide.md
(1861B)
# Scalable Video Technology for AV1 Decoder (SVT-AV1 Decoder) User Guide ## Table of Contents 1. [Introduction](#introduction) 2. [Sample Application Guide](#sample-application-guide) - [Running the decoder](#running-the-decoder) ## 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: ``` none -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`
Save
cmd:
run