Installation Overview
2-15
10)
"---Num Frames Encoded :<> Frame Type <> Bits<>Padding
Bits<>---"
11)
On failure, the application exits after decoding the frame in which
codec failed to generate the correct result with printing the error
message from which module it failed.
11)
2.7
Configuration Files
This codec is shipped along with:
Encoder configuration file (encoder.cfg)
– specifies the configuration
parameters used by the test application to configure the Encoder.
TestCases.txt
– This file has list of config files, these needs to be executed
with parameter (integer) preceding. The meaning of the parameter is
below.
0
– execute the test case
1
– Skip the test case.
2
– Terminate the regression
2.7.1
Encoder Configuration File
The encoder configuration file, encoder.cfg contains the configuration parameters required for the
encoder. The Encoder.cfg file is available in the \Client\Test\TestVecs\Config sub-directory. A
sample encoder.cfg file is as shown.
# <ParameterName> = <ParameterValue> # Comment
##################################################################################
# Files
##################################################################################
InputFile = ..\..\..\Test\TestVecs\Input\airshow_p352x288.yuv
EncodedFile= ..\..\..\Test\TestVecs\Output\airshow_p352x288.264
ReferenceFile = ..\..\..\Test\TestVecs\Reference\airshow_p352x288_ref.264
##################################################################################
# Multicore Parameters
##################################################################################
ncores = 8
CoreTeamMap = 0,1,2,3,4,5,6,7
##################################################################################
# Encoder Control
##################################################################################
EncodingPreset = 3 # encoding preset 0: Default, 1: High_Quality,
2: High_Speed, 3: User Defined
RateControlPreset = 5 # 5: IVIDEO_USER_DEFINED, 4: IVIDEO_NONE, 2:
Note:
Reference file specified in
“Reference” folder can be used
only for comparing eight-core output.