[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.730,1.731
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Tue Sep 21 13:58:46 CEST 2004
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv16722/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
Better description of lavc's dia encoding option, thanks to Loren Merritt
explanations
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.730
retrieving revision 1.731
diff -u -r1.730 -r1.731
--- mplayer.1 21 Sep 2004 10:07:14 -0000 1.730
+++ mplayer.1 21 Sep 2004 11:58:42 -0000 1.731
@@ -5991,6 +5991,17 @@
.TP
.B dia=<-99\-6>
Diamond type & size for motion estimation.
+Motion search is an iterative process.
+Using a small diamond does not limit the search to finding only small
+motion vectors.
+It is just somewhat more likely to stop before finding the very best motion
+vector, especially when noise is involved.
+Bigger diamonds allow a wider search for the best motion vector, thus are
+slower but result in better quality.
+.br
+Big normal diamonds are better quality than shape-adaptive diamonds.
+.br
+Shape-adaptive diamonds are a good tradeoff between speed and quality.
.br
.I NOTE:
The sizes of the normal diamonds and shape adaptive ones don't have
@@ -6001,7 +6012,7 @@
.IPs -2
shape adaptive (fast) diamond with size 2
.IPs -1
-experimental
+slightly special: Can be slower and/or better than dia=-2.
.IPs 1
normal size=1 diamond (default) =EPZS type diamond
.nf
More information about the MPlayer-DOCS
mailing list