[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.479,1.480

Michael Niedermayer CVS michael at mplayerhq.hu
Tue Nov 4 17:48:44 CET 2003


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

Modified Files:
	mplayer.1 
Log Message:
forgotten lavc options ...


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.479
retrieving revision 1.480
diff -u -r1.479 -r1.480
--- mplayer.1	3 Nov 2003 16:35:16 -0000	1.479
+++ mplayer.1	4 Nov 2003 16:48:41 -0000	1.480
@@ -2133,6 +2133,38 @@
 .br
 4: very agressive
 .REss
+.IPs debug=<value>
+debug:
+.RSss
+.br
+0: disabled
+.br
+1: picture info
+.br
+2: rate control
+.br
+4: bitstream
+.br
+8: MB type
+.br
+16: QP
+.br
+32: Motion vector
+.br
+0x0040: Motion vector vissualization (use -noslices)
+.br
+0x0080: MB skip
+.br
+0x0100: startcode
+.br
+0x0200: PTS
+.br
+0x0400: error resilience
+.br
+0x0800: memory management control operations (H264)
+.br
+0x1000: bugs
+.REss
 .IPs bug=<value>
 manually work around encoder bugs:
 .RSss
@@ -3667,6 +3699,9 @@
 .RE
 .PD 1
 .TP
+.B me_range=<0\-9999>
+motion estimation search range, note, 0 is unlimited and default
+.TP
 .B mbd=<0\-2>
 Macroblock decision algorithm (high quality mode), encode each macro
 block in all modes and choose the best.
@@ -4088,6 +4123,9 @@
 sane range
 .RE
 .TP
+.B p_mask=<0.0\-1.0>
+inter MB masking (default: 0.0 (disabled))
+.TP
 .B naq\ \ \ \ 
 Normalize adaptive quantization (experimental).
 When using adaptive quantization (*_mask), the average per-MB quantizer may no
@@ -4109,7 +4147,7 @@
 .IPs 411P,YVU9
 for lossless jpeg and ffv1
 .IPs BGR32
-for lossless jpeg only
+for lossless jpeg and ffv1
 .RE
 .TP
 .B pred
@@ -4153,6 +4191,17 @@
 .RE
 .PD 1
 .TP
+.B context
+(for ffv1)
+.PD 0
+.RSs
+.IPs 0
+small context model
+.IPs 1
+large context model
+.RE
+.PD 1
+.TP
 .B qpel\ \ \ 
 use quarter pel motion compensation
 Tip: This seems only useful for high bitrate encodings.
@@ -4165,6 +4214,9 @@
 .TP
 .B subcmp=<0\-2000>
 comparison function for sub pel motion estimation
+.TP
+.B mbcmp=<0\-2000>
+comparison function for the macroblock decission, only used if mbd=0
 .PD 0
 .RSs
 .IPs "0 (SAD)"
@@ -4316,6 +4368,9 @@
       the mpeg MMX quantizer cannot handle negative biases (set vfdct=1or2)
 .br
 Tip: a more positive bias (-32 \- -16 instead of -64) seems to improve the PSNR
+.TP
+.B nr=<0\-100000>
+noise reduction, 0 is disabled
 .TP
 .B inter_matrix=<comma separated matrix>
 Use custom inter matrix. It needs a comma separated string of 64 integers.



More information about the MPlayer-DOCS mailing list