diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-01 09:18:56 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-01 09:18:56 +0000 |
commit | bc6540bae9a88814fa8b31b6bd5de7148640eaa9 (patch) | |
tree | 5e65c386c5bbb8ffbac38da55e25ca65af65cd0b /DOCS/man/en | |
parent | e4ecd258d51876d8306eec897d687b86047c40c7 (diff) |
XviD multi-threaded encoding support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17704 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 13 |
1 files changed, 11 insertions, 2 deletions
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) . |