layer5.cfg

来自「SVC最新更新代码」· CFG 代码 · 共 28 行

CFG
28
字号
# Layer Configuration File

#============================== INPUT / OUTPUT ==============================
SourceWidth     384                     # Input  frame width
SourceHeight    288                     # Input  frame height
FrameRateIn     15                      # Input  frame rate [Hz]
FrameRateOut    15                      # Output frame rate [Hz]
InputFile       I384x288.yuv            # Input  file
ReconFile       rec_layer0.yuv          # Reconstructed file
SymbolMode      1                       # 0=CAVLC, 1=CABAC
MbAff           1                       # ...

#============================== CODING ==============================
FRExt           1                       # FREXT mode (0:off, 1:on)
MaxDeltaQP      0                       # Max. absolute delta QP
QP              35.0                    # Quantization parameters

#============================== CONTROL ==============================
MeQP0           30.00                   # QP for motion estimation / mode decision (stage 0)
MeQP1           30.00                   # QP for motion estimation / mode decision (stage 1)
MeQP2           30.00                   # QP for motion estimation / mode decision (stage 2)
MeQP3           30.00                   # QP for motion estimation / mode decision (stage 3)
MeQP4           30.00                   # QP for motion estimation / mode decision (stage 4)
MeQP5           30.00                   # QP for motion estimation / mode decision (stage 5)

InterLayerPred  0                       # Inter-layer Prediction (0: no, 1: yes, 2:adaptive)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?