Mercurial > mplayer.hg
changeset 21864:40aee4308841
sync to x264 r607 (update description of threads)
author | lorenm |
---|---|
date | Thu, 11 Jan 2007 23:14:54 +0000 |
parents | 3ede153201f4 |
children | ccf368143acd |
files | DOCS/man/en/mplayer.1 |
diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1 Thu Jan 11 18:26:44 2007 +0000 +++ b/DOCS/man/en/mplayer.1 Thu Jan 11 23:14:54 2007 +0000 @@ -9590,12 +9590,11 @@ and you have a need to set it. . .TP -.B threads=<1\-4> -Split each frame into slices and encode them in parallel (default: 1). -Also allows multithreaded decoding if the decoder supports it (lavc does not). -This has a slight penalty to compression. -Requires that libx264 was compiled with pthread support; if not, this -option will produce a warning and enables slices but not multithreading. +.B threads=<0\-16> +Spawn threads to encode in parallel on multiple CPUs (default: 1). +This has a slight penalty to compression quality. +0 or 'auto' tells x264 to detect how many CPUs you have and pick an +appropriate number of threads. . .TP .B (no)global_header