encoder.config
来自「encoder console script」· CONFIG 代码 · 共 25 行
CONFIG
25 行
AVS encoder ; signature
F:\Video\raw\waterfall1280x720_p2.yv12 ;name of input file
F:\Video\avs\nhks720x480_rec.yuv ;name of reconstructed sequence
F:\Video\AVS\waterfall.video; output file name
1280; sequence width
720; sequence height
25; frame rate in frames per second
20; num test frames
23; I frame quantizer [1-51]
30; P frame quantizer [1-51]
25; B frame quantizer [1-51]
0; number of consecutive B frames [0-2]
1; gop length in frames [1-300]
1; use half pel ME [0-1]
1; use quarter pel ME [0-1]
0; RCMode = # 0 (ConstQ), 1 (VBR), 2 (CBR)
5000000; AvgBitrate = # average bit rate (VBR and CBR), bps
2000000; PeakBitrate = # delivery rate of hypothetical stream scheduler (HSS), bps (set this param to zero if you don't need all that HRD stuff)
0; DecBufferSize = # coded picture buffer (CPB) size, bits
0; DecBufferFullness = # initial CPB fullness, bits
0; DecBufferFullnessTarget = # target CPB fullness, bits (the encoder ensures that CPB fullness is never less than this value)
0; AdaptiveQuantMode = # 0 (none), 1 (brightness), 2 (contrast), 3 (complexity)
70; AdaptiveQuantStrength = # adaptive quant strength, -100..100
51; MaxQuant = # maximum allowed quantizer (1..51)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?