內容都是從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才行
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 angledark0123 的頭像
    angledark0123

    CONY的世界

    angledark0123 發表在 痞客邦 留言(1) 人氣()