[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.279,1.280

Rémi Guyomarch CVS rguyom at mplayerhq.hu
Sun Dec 15 19:35:14 CET 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv28420/DOCS

Modified Files:
	mplayer.1 
Log Message:

Support the latest development code from XViD dev-api-3 CVS
branch. Still compatible (at compile time) with the stable XViD code.

Adds :
- GMC, global motion compensation (gmc)
- quarter pixel motion estimation (qpel)
- B frames (max_bframes, bquant_ratio, bquant_offset)
- half-resolution U&V encoding (reduced)
- ?? (me_colour)

Based on a patch by Marco "elcabesa" Belli <elcabesa at inwind dot it>.


Also :
* renamed option "br" to "bitrate".
* renamed option "quality" to "me_quality" and defaults to 4 (fast and
  still not that bad).
* added option "4mv", was previously silently included in quality 4, 5
  and 6.



Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -r1.279 -r1.280
--- mplayer.1	15 Dec 2002 04:47:16 -0000	1.279
+++ mplayer.1	15 Dec 2002 18:35:10 -0000	1.280
@@ -2531,11 +2531,15 @@
 .RSs
 .IPs pass=<1|2>
 specify the pass in 2pass mode
-.IPs quality=<0\-6>
-specify the encoding quality (default=6)
-.IPs br=<value>
+.IPs bitrate=<value>
 sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second if >16000
 (CBR or 2pass mode, default=687 kbits/s)
+.IPs fixed_quant=<1\-31>
+switch to fixed quantizer mode and specify the quantizer to be used
+.IPs me_quality=<0\-6>
+specify the motion detection quality (default=4)
+.IPs 4mv
+use 4 motion vectors per macro-block, might gives better compression at the cost of a slower encoding (default=off)
 .IPs rc_reaction_delay_factor=<value>
 specify how fast the rate control reacts, lower values are faster
 .IPs rc_averaging_period=<value>
@@ -2570,8 +2574,6 @@
 (default=10, 2pass mode only)
 .IPs kfreduction=<0-100>
 (default=30, 2pass mode only)
-.IPs fixed_quant=<1\-31>
-switch to fixed quantizer mode and specify the quantizer to be used
 .RE
 
 




More information about the MPlayer-cvslog mailing list