comparison DOCS/man/en/mplayer.1 @ 18639:acb8582e44f9

rewording/clarification of vqscale option
author kraymer
date Wed, 07 Jun 2006 23:28:16 +0000
parents 053bba288fdb
children e3de7d08ae51
comparison
equal deleted inserted replaced
18638:da407ef92358 18639:acb8582e44f9
6912 .TP 6912 .TP
6913 .B vqscale=<0\-31> 6913 .B vqscale=<0\-31>
6914 Constant quantizer /\: constant quality encoding (selects fixed quantizer mode). 6914 Constant quantizer /\: constant quality encoding (selects fixed quantizer mode).
6915 A lower value means better quality but larger files (default: 0). 6915 A lower value means better quality but larger files (default: 0).
6916 In case of snow codec, value 0 means lossless encoding. 6916 In case of snow codec, value 0 means lossless encoding.
6917 For every other codec, constant quantizer encoding is disabled. 6917 Since the other codecs do not support this, vqscale=0 will be ignored and
6918 and variable quantizers are used, which is the default.
6918 1 is not recommended (see vqmin for details). 6919 1 is not recommended (see vqmin for details).
6919 . 6920 .
6920 .TP 6921 .TP
6921 .B vqmax=<1\-31> 6922 .B vqmax=<1\-31>
6922 Maximum quantizer (pass 1/2), 10\-31 should be a sane range (default: 31). 6923 Maximum quantizer (pass 1/2), 10\-31 should be a sane range (default: 31).