From bc6540bae9a88814fa8b31b6bd5de7148640eaa9 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Wed, 1 Mar 2006 09:18:56 +0000 Subject: XviD multi-threaded encoding support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17704 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 395d2c14d1..e2054aa298 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -8539,8 +8539,7 @@ Returned values are in dB (decibel), the higher the better. . .PP .sp 1 -The following option is only available in development versions -of XviD 1.1.x. +The following option is only available in XviD 1.1.x. . .TP .B bvhq=<0|1> @@ -8550,6 +8549,16 @@ which is what is done for P-frames by the vhq option. This produces nicer-looking B-frames while incurring almost no performance penalty (default: 1). . +.PP +.sp 1 +The following option is only available in the CVS version of XviD. +. +.TP +.B threads=<0\-n> +Create n threads to run the motion estimation (default: 0). +The maximum number of threads that can be used is the picture height +divided by 16. +. . .SS x264enc (\-x264encopts) . -- cgit v1.2.3