comparison DOCS/man/en/mplayer.1 @ 16465:ef34822e3e1f

XviD supports "turbo" mode. This is the last undocumented feature of XviD, so remove the TODO entry.
author gpoirier
date Mon, 12 Sep 2005 19:39:48 +0000
parents b86124cdff83
children c46d7c88d99a
comparison
equal deleted inserted replaced
16464:0a828abf1f0f 16465:ef34822e3e1f
7537 .TP 7537 .TP
7538 .B pass=<1|2> 7538 .B pass=<1|2>
7539 Specify the pass in two pass mode. 7539 Specify the pass in two pass mode.
7540 . 7540 .
7541 .TP 7541 .TP
7542 .B turbo (two pass only)
7543 Dramatically speeds up pass one using faster algorithms and disabling
7544 CPU-intensive options.
7545 This will probably reduce global PSNR a little bit and change individual
7546 frame type and PSNR little bit more.
7547 .
7548 .TP
7542 .B bitrate=<value> (CBR or two pass mode) 7549 .B bitrate=<value> (CBR or two pass mode)
7543 Sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second 7550 Sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second
7544 if >16000. 7551 if >16000.
7545 If <value> is negative, XviD will use its absolute value as the target size 7552 If <value> is negative, XviD will use its absolute value as the target size
7546 (in kbytes) of the video and compute the associated bitrate automagically 7553 (in kbytes) of the video and compute the associated bitrate automagically