[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.732,1.733

Ivan Kalvachev CVS syncmail at mplayerhq.hu
Wed Sep 22 12:26:25 CEST 2004


CVS change done by Ivan Kalvachev CVS

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

Modified Files:
	mplayer.1 
Log Message:
add support for subpel quality refinement option in x264.
patch by Jeff Clagg


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.732
retrieving revision 1.733
diff -u -r1.732 -r1.733
--- mplayer.1	21 Sep 2004 19:50:54 -0000	1.732
+++ mplayer.1	22 Sep 2004 10:26:22 -0000	1.733
@@ -6832,7 +6832,7 @@
 The first pass saves statistics.
 .
 .TP
-.B qcompress=<0\-1>
+.B qcomp=<0\-1>
 quantizer compression (default: 0.6).
 This affects the ratecontrol: a lower value makes the
 bitrate more constant, while a higher value makes the quantization parameter
@@ -6868,6 +6868,25 @@
 .REss
 .
 .TP
+.B subq=<0\-5>
+Adjust subpel refinement quality.
+This parameter controls quality versus speed tradeoffs involved in the motion
+estimation decision process.
+.RSs
+0: halfpel only
+.br
+1: 1 iteration of qpel on the winning candidate (default)
+.br
+2: 2 iterations of qpel on the winning candidate
+.br
+3: halfpel on all MB types, qpel on the winner
+.br
+4: qpel on all
+.br
+5: more iterations of qpel
+.REss
+.
+.TP
 .B psnr\ \ \ 
 Print signal-to-noise ratio statistics.
 .




More information about the MPlayer-DOCS mailing list