[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1288,1.1289

Corey Hickey CVS syncmail at mplayerhq.hu
Sat May 13 22:19:00 CEST 2006


CVS change done by Corey Hickey CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv25994/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
support lavc mv0_threshold


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1288
retrieving revision 1.1289
diff -u -r1.1288 -r1.1289
--- mplayer.1	13 May 2006 14:36:08 -0000	1.1288
+++ mplayer.1	13 May 2006 20:18:57 -0000	1.1289
@@ -7868,6 +7868,21 @@
 This has no effect if mbd=0.
 .
 .TP
+.B mv0_threshold=<any non-negative integer>
+When surrounding motion vectors are <0,0> and the motion estimation
+score of the current block is less than mv0_threshold, <0,0> is used for
+the motion vector and further motion estimation is skipped (default:
+256).
+Lowering mv0_threshold to 0 can give a slight (0.01dB) PSNR increase and
+possibly make the encoded video look slightly better; raising
+mv0_threshold past 320 results in diminished PSNR and visual quality.
+Higher values speed up encoding very slightly (usually less than 1%,
+depending on the other options used).
+.br
+.I NOTE:
+This option does not require mv0 to be enabled.
+.
+.TP
 .B qprd (mbd=2 only)
 rate distorted optimal quantization parameter (QP) for the given
 lambda of each macroblock




More information about the MPlayer-DOCS mailing list