comparison DOCS/man/en/mplayer.1 @ 15767:ff3bfc062353

Make default values and ranges match the source code.
author gpoirier
date Sun, 19 Jun 2005 16:03:49 +0000
parents 3f43e2d0f55a
children b36763206ea4
comparison
equal deleted inserted replaced
15766:3f43e2d0f55a 15767:ff3bfc062353
7052 .B subcmp=<0\-2000> 7052 .B subcmp=<0\-2000>
7053 Sets the comparison function for sub pel motion estimation 7053 Sets the comparison function for sub pel motion estimation
7054 (see mbcmp for available comparison functions) (default: 0). 7054 (see mbcmp for available comparison functions) (default: 0).
7055 . 7055 .
7056 .TP 7056 .TP
7057 .B nssew=<0\-100> 7057 .B nssew=<0\-1000000>
7058 This setting controls NSSE weight, where larger weights will result in 7058 This setting controls NSSE weight, where larger weights will result in
7059 more noise. 7059 more noise.
7060 0 NSSE is identical to SSE 7060 0 NSSE is identical to SSE
7061 You may find this useful if you prefer to keep some noise in your encoded 7061 You may find this useful if you prefer to keep some noise in your encoded
7062 video rather than filtering it away before encoding. 7062 video rather than filtering it away before encoding (default: 8).
7063 . 7063 .
7064 .TP 7064 .TP
7065 .B predia=<-99\-6> 7065 .B predia=<-99\-6>
7066 diamond type and size for motion estimation pre-pass 7066 diamond type and size for motion estimation pre-pass
7067 . 7067 .
7532 This will also store a fake DivX version in the file so the bug 7532 This will also store a fake DivX version in the file so the bug
7533 autodetection of some decoders might be confused. 7533 autodetection of some decoders might be confused.
7534 . 7534 .
7535 .TP 7535 .TP
7536 .B max_bframes=<0\-4> 7536 .B max_bframes=<0\-4>
7537 Maximum number of B-frames to put between I/\:P-frames (default: 0). 7537 Maximum number of B-frames to put between I/\:P-frames (default: 2).
7538 . 7538 .
7539 .TP 7539 .TP
7540 .B bquant_ratio=<0\-1000> 7540 .B bquant_ratio=<0\-1000>
7541 quantizer ratio between B- and non-B-frames, 150=1.50 (default: 150) 7541 quantizer ratio between B- and non-B-frames, 150=1.50 (default: 150)
7542 . 7542 .