內容都是從JSVM Software Manual 中整理出來的,檔案寫的很清楚
不過因為要耐心看,所以把整理的心得先寫一下
在執行encode的command時,-lqp -rqp 代表的意思分別為 QP和the quantization
parameter and the Lagrangian parameters for mode decision and motion estimation
當只下 -lqp 0 30 代表的是第0個layer的QP和the quantization
parameter and the Lagrangian parameters for mode decision and motion estimation皆為0,如果後面多加了-rqp 0 28,則第0個layer的the quantization
parameter and the Lagrangian parameters for mode decision and motion estimation會被複寫為28
這其實也可寫成config檔的
QP 30 # Quantization parameters
MeQP0 28 # QP for mot. est. / mode decision (stage 0)
MeQP1 28 # QP for mot. est. / mode decision (stage 1)
MeQP2 28 # QP for mot. est. / mode decision (stage 2)
MeQP3 28 # QP for mot. est. / mode decision (stage 3)
MeQP4 28 # QP for mot. est. / mode decision (stage 4)
MeQP5 28 # QP for mot. est. / mode decision (stage 5)
在好的MSG 壓縮率下,QP 通常會比MeQP大1~2
然後這次壓縮時遇到的問題是
在有MGSVectorMode 1 # MGS vector usage selection 時
MaxDeltaQP 0 # Max. absolute delta QP
但Default為1,所以要將上行特別寫到有MGS Mode的layer config才行
- Jun 02 Thu 2011 23:07
JSVM config檔 寫法筆記
close
全站熱搜
留言列表
發表留言