slice_set.cfg
来自「avs-s最新代码,包括编码器和解码器源码」· CFG 代码 · 共 31 行
CFG
31 行
##########################################################################################
# The config file of Slice Set
##########################################################################################
##########################################################################################
# File (This slice set config is based on news_480i sequence's content)
##########################################################################################
FRAMESTART = 0 ## Specify the starting frame of the defined region
FRAMEEND = 0 ## Specify the last frame of the defined region
SLICESETINDEX = 1 ## The slice_set_index of the defined region
SLICEDeltaQP = -2 ## SLICEDeltaQP is based on the qp setting at encoder.cfg file
REGIONSTARTX = 160 ## The up-left position of the region (X)
REGIONENDX = 520 ## The down-right position of the region (X)
REGIONSTARTY = 68 ## The up-left position of the region (Y)
REGIONENDY = 268 ## The down-right position of the region (Y)
SLICESETINDEX = 2 ## The second slice_set_index
SLICEDeltaQP = -4
REGIONSTARTX = 120
REGIONENDX = 212
REGIONSTARTY = 158
REGIONENDY = 290
SLICESETINDEX = 2
SLICEDeltaQP = -4
REGIONSTARTX = 496
REGIONENDX = 596
REGIONSTARTY = 172
REGIONENDY = 282
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?