[MPlayer-DOCS] r38159 - trunk/DOCS/man/en/mplayer.1
al
subversion at mplayerhq.hu
Tue Jan 14 01:31:20 EET 2020
Author: al
Date: Tue Jan 14 01:31:19 2020
New Revision: 38159
Log:
DOCS/man/en/mplayer: Update limit for lavc threads options
The current decoder limit is at 32 and for encoders it's 16.
Modified:
trunk/DOCS/man/en/mplayer.1
Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1 Wed Jan 1 22:25:52 2020 (r38158)
+++ trunk/DOCS/man/en/mplayer.1 Tue Jan 14 01:31:19 2020 (r38159)
@@ -5264,8 +5264,12 @@ This degrades quality a lot of in almost
Skips decoding of frames completely.
Big speedup, but jerky motion and sometimes bad artifacts
(see skiploopfilter for available skip values).
-.IPs "threads=<1\-8> (MPEG-1/2 and H.264 only)"
-number of threads to use for decoding (default: 1)
+.IPs "threads=<1\-32>"
+Maximum number of threads used for decoding.
+Not all decoders support threading and decoders with support
+might stay below the provided limit at their choice.
+(default: 1)
+
.IPs vismv=<value>
Visualize motion vectors.
.RSss
@@ -8735,7 +8739,7 @@ This also suppresses the user_data heade
Do not use this option unless you know exactly what you are doing.
.
.TP
-.B threads=<1\-8>
+.B threads=<1\-16>
Maximum number of threads to use (default: 1).
May have a slight negative effect on motion estimation.
.RE
More information about the MPlayer-DOCS
mailing list