最終更新:2008/03/11
Pフレームに適用するquantizerの指定。
IフレームとBフレームに適用するquantizerはこの値を元に
ip_factor
と
pb_factor
が少しずらして決める。
低い数値ほどビットレートは高く、素材画質に忠実。0でロスレス。
H.264の量子化はMPEG-1/2/4とは異なる事に注意:
H.264の量子化パラメータ (QP)は対数尺を用いる。 換算すると概ねH264QP = 12 + 6*log2(MPEGQP)。例えば、MPEGのQP=2 は概ね H.264 の QP=18となる。
原文
This selects the quantizer to use for P-frames. I- and B-frames
are offset from this value by ip_factor and pb_factor, respec-
tively. 20-40 is a useful range. Lower values result in better
fidelity, but higher bitrates. 0 is lossless. Note that quan-
tization in H.264 works differently from MPEG-1/2/4: H.264's
quantization parameter (QP) is on a logarithmic scale. The map-
ping is approximately H264QP = 12 + 6*log2(MPEGQP). For exam-
ple, MPEG at QP=2 is equivalent to H.264 at QP=18.