[Mplayer-cvslog] CVS: main/DOCS/en encoding.html,1.94,1.95 mplayer.1,1.430,1.431

Alex Beregszaszi alex at mplayerhq.hu
Mon Sep 1 16:42:48 CEST 2003


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

Modified Files:
	encoding.html mplayer.1 
Log Message:
overall fixes and documented inter/intra_matrix option in manpage

Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/encoding.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- encoding.html	1 Sep 2003 14:09:30 -0000	1.94
+++ encoding.html	1 Sep 2003 14:41:56 -0000	1.95
@@ -192,7 +192,7 @@
   <LI>huffyuv - lossless compression</LI>
   <LI>asv1 - ASUS Video v1</LI>
   <LI>asv2 - ASUS Video v2</LI>
-  <LI>ffv1 - FFmpegs lossless video codec</LI>
+  <LI>ffv1 - FFmpeg's lossless video codec</LI>
 </UL>
 
 <P>The first column contains the codec names that should be passed after the
@@ -305,9 +305,9 @@
 <P>There is.</P>
 
 <P>MPEG4 has an unique feature: the video stream can contain
-  its needed aspect ratio. Yes, just like MPEG1/2 files (DVD, SVCD).
+  its needed aspect ratio. Yes, just like MPEG1/2 (DVD, SVCD) and H263 files.
   Regretfully, there are <U>no</U> video players outside which support this
-  attribute. Except MPlayer.</P>
+  attribute of MPEG4. Except MPlayer.</P>
 
 <P>This feature can be used only with <B>libavcodec</B>'s <CODE>mpeg4</CODE>
   codec. Keep in mind: although MPlayer will correctly play the created file,

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/mplayer.1,v
retrieving revision 1.430
retrieving revision 1.431
diff -u -r1.430 -r1.431
--- mplayer.1	1 Sep 2003 01:18:58 -0000	1.430
+++ mplayer.1	1 Sep 2003 14:41:56 -0000	1.431
@@ -3420,6 +3420,8 @@
 .RSs
 .IPs mjpeg
 Motion JPEG
+.IPs ljpeg
+Lossless JPEG
 .IPs h263
 H263
 .IPs h263p
@@ -3431,15 +3433,23 @@
 .IPs msmpeg4v2
 MS MPEG4v2
 .IPs wmv1
-Windows Media Video 7
+Windows Media Video, version 1 (aka WMV7)
 .IPs wmv2
-Windows Media Video 8
+Windows Media Video, version 2 (aka WMV8)
 .IPs rv10
 an old RealVideo codec
 .IPs mpeg1video
-MPEG1 video :)
+MPEG1 video
+.IPs mpeg2video
+MPEG2 video
 .IPs huffyuv
 HuffYUV
+.IPs asv1
+ASUS Video v1
+.IPs asv2
+ASUS Video v2
+.IPs ffv1
+FFmpeg's lossless video codec
 .RE
 .PD 1
 .TP
@@ -3932,12 +3942,16 @@
 .TP
 .B format=<value>
 .RSs
-.IPs YV12\ 
+.IPs YV12
 default
-.IPs 422P\ \ 
-for huffyuv or lossless jpeg
-.IPs 411P,410P,BGR32
-for lossless jpeg
+.IPs 444P
+for ffv1
+.IPs 422P
+for huffyuv, lossless jpeg and ffv1
+.IPs 411P,YVU9
+for lossless jpeg and ffv1
+.IPs BGR32
+for lossless jpeg only
 .RE
 .TP
 .B pred
@@ -4124,6 +4138,12 @@
       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 inter_matrix=<comma separated matrix>
+Use custom inter matrix. It needs a comma separated string of 64 integers.
+.TP
+.B intra_matrix=<comma separated matrix>
+Use custom intra matrix. It needs a comma separated string of 64 integers.
 .RE
 
 .SS nuv (-nuvopts)



More information about the MPlayer-cvslog mailing list