# HG changeset patch # User gpoirier # Date 1126553988 0 # Node ID ef34822e3e1f19c3e99edff5b76234b6e398187a # Parent 0a828abf1f0fded3df09abecd21ce85fdd8f8609 XviD supports "turbo" mode. This is the last undocumented feature of XviD, so remove the TODO entry. diff -r 0a828abf1f0f -r ef34822e3e1f DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Mon Sep 12 18:33:26 2005 +0000 +++ b/DOCS/man/en/mplayer.1 Mon Sep 12 19:39:48 2005 +0000 @@ -7539,6 +7539,13 @@ Specify the pass in two pass mode. . .TP +.B turbo (two pass only) +Dramatically speeds up pass one using faster algorithms and disabling +CPU-intensive options. +This will probably reduce global PSNR a little bit and change individual +frame type and PSNR little bit more. +. +.TP .B bitrate= (CBR or two pass mode) Sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second if >16000. diff -r 0a828abf1f0f -r ef34822e3e1f DOCS/tech/TODO --- a/DOCS/tech/TODO Mon Sep 12 18:33:26 2005 +0000 +++ b/DOCS/tech/TODO Mon Sep 12 19:39:48 2005 +0000 @@ -68,7 +68,6 @@ - video.html - documentation.html - enhance the FAQ -- document missing XviD options - split man page into mplayer.1 and mencoder.1