nonrequired.txt
来自「SVC最新更新代码」· 文本 代码 · 共 94 行
TXT
94 行
{
#==========================================================#
# General parameters #
#==========================================================#
name => "NonRequired",
original => "BUS_352x288_30.yuv",
width => 352,
height => 288,
framerate => 30,
nbframes => 9,
verbosemode => 1,
phasemode => 1,
#==========================================================#
# Encoding parameters #
#==========================================================#
runencode => 1,
#=======================#
# Layers parameters
#=======================#
layers => [
#----------#
# Layer 0 #
#----------#
{
width => 176,
height => 144,
framerate => 15,
},
#----------#
# Layer 1 #
#----------#
{
width => 352,
height => 288,
framerate => 30,
},
],
#==========================================================#
# Extracting +Decoding parameters (i.e Tests ) #
#==========================================================#
bitratecheckrange => 1,
psnrcheckrange => 0,
tests => [
#----------#
# Test 0 #
#----------#
{
name => "All NALs",
mode => 1,
width => 352,
height => 288,
framerate => 30,
bitrate => 497,
psnr => 27.71,
encdecmatch => 1,
},
#----------#
# Test 1 #
#----------#
{
name => "without NR-SEI",
mode => 1,
width => 352,
height => 288,
framerate => 30,
useenp0 => 1,
bitrate => 491,
psnr => 27.71,
encdecmatch => 1,
},
#----------#
# Test 2 #
#----------#
{
name => "without NR-SEI and NR-PICs",
mode => 1,
width => 352,
height => 288,
framerate => 30,
useenp1 => 1,
bitrate => 315,
psnr => 27.71,
encdecmatch => 1,
},
],
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?