comparison DOCS/man/en/mplayer.1 @ 13469:b91363d97bf7

quantizer --> quantization as pointed out by Attila
author diego
date Sat, 25 Sep 2004 23:23:23 +0000
parents d9591400424b
children c85ea936d411
comparison
equal deleted inserted replaced
13468:d9591400424b 13469:b91363d97bf7
3162 .br 3162 .br
3163 4: bitstream 3163 4: bitstream
3164 .br 3164 .br
3165 8: macroblock (MB) type 3165 8: macroblock (MB) type
3166 .br 3166 .br
3167 16: quantizer parameter (QP) 3167 16: quantization parameter (QP)
3168 .br 3168 .br
3169 32: motion vector 3169 32: motion vector
3170 .br 3170 .br
3171 0x0040: motion vector visualization (use \-noslices) 3171 0x0040: motion vector visualization (use \-noslices)
3172 .br 3172 .br
3784 simple postprocessing filter 3784 simple postprocessing filter
3785 .RSs 3785 .RSs
3786 .IPs quality 3786 .IPs quality
3787 0\-6 (default: 3) 3787 0\-6 (default: 3)
3788 .IPs qp\ \ \ 3788 .IPs qp\ \ \
3789 force quantization parameter (default: 0, use QP from video) 3789 Force quantization parameter (default: 0, use QP from video).
3790 .IPs mode\ \ \ 3790 .IPs mode\ \ \
3791 0: hard thresholding (default) 3791 0: hard thresholding (default)
3792 .br 3792 .br
3793 1: soft thresholding (better deringing, but blurrier) 3793 1: soft thresholding (better deringing, but blurrier)
3794 .RE 3794 .RE
3795 . 3795 .
3796 .TP 3796 .TP
3797 .B qp=equation 3797 .B qp=equation
3798 quantizer parameter (QP) change filter 3798 quantization parameter (QP) change filter
3799 .RSs 3799 .RSs
3800 .IPs equation 3800 .IPs equation
3801 some equation like "2+2*sin(PI*qp)" 3801 some equation like "2+2*sin(PI*qp)"
3802 .RE 3802 .RE
3803 . 3803 .
6080 by the IDCT, which is obviously not the case) it simply finds a block for 6080 by the IDCT, which is obviously not the case) it simply finds a block for
6081 the minimum of error and lambda*bits. 6081 the minimum of error and lambda*bits.
6082 .PD 0 6082 .PD 0
6083 .RSs 6083 .RSs
6084 .IPs lambda 6084 .IPs lambda
6085 quantizer parameter (QP) dependant constant 6085 quantization parameter (QP) dependant constant
6086 .IPs bits\ 6086 .IPs bits\
6087 amount of bits needed to encode the block 6087 amount of bits needed to encode the block
6088 .IPs error 6088 .IPs error
6089 sum of squared errors of the quantization 6089 sum of squared errors of the quantization
6090 .RE 6090 .RE
6101 Try to encode each MB with MV=<0,0> and choose the better one. 6101 Try to encode each MB with MV=<0,0> and choose the better one.
6102 This has no effect if mbd=0. 6102 This has no effect if mbd=0.
6103 . 6103 .
6104 .TP 6104 .TP
6105 .B qprd (mbd=2 only) 6105 .B qprd (mbd=2 only)
6106 rate distorted optimal quantizer parameter (QP) for the given 6106 rate distorted optimal quantization parameter (QP) for the given
6107 lambda of each macroblock 6107 lambda of each macroblock
6108 . 6108 .
6109 .TP 6109 .TP
6110 .B last_pred=<0\-99> 6110 .B last_pred=<0\-99>
6111 Amount of motion predictors from the previous frame 6111 Amount of motion predictors from the previous frame
6811 .B qp_constant=<2\-51> 6811 .B qp_constant=<2\-51>
6812 This selects the quantizer to use. 6812 This selects the quantizer to use.
6813 20\-40 is a useful range (default: 26). 6813 20\-40 is a useful range (default: 26).
6814 Lower values result in better fidelity, but higher bitrates. 6814 Lower values result in better fidelity, but higher bitrates.
6815 Note that quantization in H.264 works differently from MPEG[124]. 6815 Note that quantization in H.264 works differently from MPEG[124].
6816 H.264's quantizer parameter (QP) is on a logarithmic scale. 6816 H.264's quantization parameter (QP) is on a logarithmic scale.
6817 As an example, the bitrate difference between QP=20 and QP=40 6817 As an example, the bitrate difference between QP=20 and QP=40
6818 is about a factor of 10. 6818 is about a factor of 10.
6819 Useful quantizers in H.264 tend to be very large compared to MPEG[124]. 6819 Useful quantizers in H.264 tend to be very large compared to MPEG[124].
6820 . 6820 .
6821 .TP 6821 .TP