comparison DOCS/man/en/mplayer.1 @ 15149:8319e8b0c437

remove x264 option "cabacidc", because the default is always best.
author lorenm
date Wed, 13 Apr 2005 19:10:29 +0000
parents 9198a882c887
children bccc42f0c10b
comparison
equal deleted inserted replaced
15148:067f10ad6538 15149:8319e8b0c437
7755 Use CABAC (Context-Adaptive Binary Arithmetic Coding) (default: on). 7755 Use CABAC (Context-Adaptive Binary Arithmetic Coding) (default: on).
7756 Slightly slows down encoding and decoding, but should save 10-15% bitrate. 7756 Slightly slows down encoding and decoding, but should save 10-15% bitrate.
7757 Unless you are looking for decoding speed, you should not disable it. 7757 Unless you are looking for decoding speed, you should not disable it.
7758 . 7758 .
7759 .TP 7759 .TP
7760 .B cabacidc=<value>
7761 Initial value of CABAC IDC.
7762 The encoder must choose a context for each block it encodes, but for the
7763 first block in a frame, there are no prior blocks to predict the context.
7764 Adjusting this may affect bitrate by a fraction of a percent, but it doesn't
7765 directly affect distortion.
7766 .RSs
7767 -1: Encoder chooses context, usually 0 (default).
7768 .br
7769 0: low complexity
7770 .br
7771 1: medium complexity
7772 .br
7773 2: high complexity
7774 .REss
7775 .
7776 .TP
7777 .B qp_min=<1\-51> (CBR or two pass) 7760 .B qp_min=<1\-51> (CBR or two pass)
7778 Minimum quantizer, 10\-30 seems to be a useful range (default: 10). 7761 Minimum quantizer, 10\-30 seems to be a useful range (default: 10).
7779 . 7762 .
7780 .TP 7763 .TP
7781 .B qp_max=<1\-51> (CBR or two pass) 7764 .B qp_max=<1\-51> (CBR or two pass)