[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.147,1.148 encoding.html,1.17,1.18 faq.html,1.54,1.55 mencoder.1,1.20,1.21 mplayer.1,1.117,1.118

Winner of tha face compo gabucino at mplayer.dev.hu
Wed Dec 26 22:45:26 CET 2001


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

Modified Files:
	documentation.html encoding.html faq.html mencoder.1 mplayer.1 
Log Message:
numerous small fixes/updates


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- documentation.html	26 Dec 2001 15:55:24 -0000	1.147
+++ documentation.html	26 Dec 2001 21:45:22 -0000	1.148
@@ -307,8 +307,9 @@
     For some videocards you don't need XFree86. See list below.</LI>
   <LI><B>make</B> - suggested version is <B>always the newest</B> (at least 3.79.x). This
     usually isn't important.</LI>
-  <LI><B>SDL</B> - it's not mandatory, but can help in some cases. Always
-    use the newest (beginning from 1.2.x).</LI>
+  <LI><B>SDL</B> - it's not mandatory, but can help in some cases (bad audio,
+    videocards that lag strangely with the xv driver). Always use the newest
+    (beginning from 1.2.x).</LI>
 </UL>
 
 <P><B><I>CODECS</I></B></P>
@@ -486,6 +487,10 @@
     make
     make install</PRE>
 
+<P><B>Debian users</B> can build a .deb package for themselves, it's very
+simple. Just exec <CODE>fakeroot debian/rules binary</CODE> in <B>MPlayer</B>'s
+root dir. Detailed instructions can be found <A HREF="documentation.html#6.1">here</A>.</P>
+
 <P><B><I>ALWAYS browse the output of ./configure</I></B>, and the
 <CODE>configure.log</CODE> file, they contain info about what will be built,
 and what won't. You may also want to view config.h and config.mak files.</P>
@@ -1142,6 +1147,9 @@
   <LI>xanim codecs support (incomplete yet!)</LI>
   <LI>VIVO files support</LI>
   <LI>TV grabbing support</LI>
+  <LI>Quicktime hackings</LI>
+  <LI>libavcodec support in MEncoder</LI>
+  <LI>various stuff</LI>
 </UL></LI>
 
 <LI><B><A HREF="mailto:asackerm at stud.informatik.uni-erlangen.de">Andreas Ackermann (Acki)</A></B>
@@ -1352,6 +1360,16 @@
   <LI>german docs translation</LI>
   <LI>some improvements in configure, small patches</LI>
   <LI>found somebody (Thilo Wunderlich) how send a DVB card</LI>
+</UL></LI>
+
+<LI><B><A HREF="mailto:kmkaplan at selfoffice.com">Kim Minh Kaplan</A></B>
+<UL>
+  <LI>DVD subtitles display support</LI>
+</UL></LI>
+
+<LI><B><A HREF="mailto:bkuschak at yahoo.com">Brian Kuschak</A></B>
+<UL>
+  <LI>RTP streaming support (reading)</LI>
 </UL></LI>
 
 </UL></P>

Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- encoding.html	24 Dec 2001 23:00:06 -0000	1.17
+++ encoding.html	26 Dec 2001 21:45:23 -0000	1.18
@@ -146,6 +146,7 @@
 <P>
 <UL>
   <LI>mjpeg - Motion JPEG</LI>
+  <LI>h263 - H263</LI>
   <LI>h263p - H263 Plus</LI>
   <LI>mpeg4 - DivX4</LI>
   <LI>msmpeg4 - the old DivX</LI>

Index: faq.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/faq.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- faq.html	23 Dec 2001 13:32:32 -0000	1.54
+++ faq.html	26 Dec 2001 21:45:23 -0000	1.55
@@ -213,7 +213,7 @@
 <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
 I'd like to compile <B>MPlayer</B> on Minix !
 </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
-Me too.
+Me too. :)
 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
 
 

Index: mencoder.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mencoder.1,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- mencoder.1	24 Dec 2001 23:00:06 -0000	1.20
+++ mencoder.1	26 Dec 2001 21:45:23 -0000	1.21
@@ -37,6 +37,7 @@
 .RB [ \-x\ <rescale\ width> ]
 .RB [ \-y\ <rescale\ height> ]
 .RB [ \-sws\ <0-2> ]
+.RB [ \-ffourcc\ fourcc ]
 .I - or file or device
 .PP
 .SH DESCRIPTION
@@ -120,7 +121,7 @@
   -ovc help      get help
   -ovc copy      no encoding, just streamcopy
   -ovc divx4     encode to DivX4
-  -ovc lavc     encode with a libavcodec codec
+  -ovc lavc      encode with a libavcodec codec
 .TP
 .B \-oac <codecname>
 Encode with the given codec (codec names are from codecs.conf).
@@ -235,7 +236,11 @@
     0            fast bilinear (default)
     1            bilinear
     2            bicubic (best quality)
-
+.TP
+.B \-ffourcc fourcc
+Can be used to force the video fourcc of the output file. For example -ffourcc
+div3 will have the output file contain "div3" as video fourcc.
+.IP
 .SH FILES AND DIRECTORIES
 .IP
 .SH "EXAMPLES"

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- mplayer.1	24 Dec 2001 23:00:06 -0000	1.117
+++ mplayer.1	26 Dec 2001 21:45:23 -0000	1.118
@@ -18,6 +18,7 @@
 .RB [ \-delay\ secs ]
 .RB [ \-nobps ]
 .RB [ \-aid\ id ]
+.RB [ \-alang\ audio\ stream\ languages ]
 .RB [ \-vid\ id ]
 .RB [ \-fps\ rate ]
 .RB [ \-mc\ seconds/5f ]
@@ -69,6 +70,8 @@
 .RB [ \-fbmodeconfig\ filename ]
 .RB [ \-benchmark ]
 .RB [ \-dvd\ titleid ]
+.RB [ \-sid\ subtitleid ]
+.RB [ \-slang\ subtitle\ languages ]
 .RB [ \-chapter\ chapterid ]
 .RB [ \-dvdangle\ angleid ]
 .RB [ \-dvdkey\ key ]
@@ -84,7 +87,10 @@
 .RB [ \-flip ]
 .RB [ \-playlist\ <filename> ]
 .RB [ \-slave ]
-.RB [ \-loop\ <num>]
+.RB [ \-loop\ <num> ]
+.RB [ \-mixer\ <device> ]
+.RB [ \-master\ yes/no ]
+.RB [ \-tv\ suboptions ]
 .I - or file or device
 .PP
 .SH DESCRIPTION
@@ -120,6 +126,11 @@
 corresponds to a DVD subtitle language (0-...). For the list of available
 subtitles, use with the -v switch and look at the output. (EXPERIMENTAL)
 .TP
+.B \-slang\ subtitle\ language
+See the former, but this option needs a two-letter parameter, a country
+code. Like: -slang hu,us will always select hungarian or if it's non existant
+then english subtitles, if there are any.
+.TP
 .B \-chapter\ chapterid
 specify which chapter to start playing at. Examples can be found below.
 .TP
@@ -275,6 +286,18 @@
 .TP
 .B \-loop\ <num>
 Loops movie playback <num> times. 0 means forever.
+.TP
+.B \-mixer\ <device>
+This option will tell MPlayer to use a different device for mixing than
+/dev/mixer.
+.TP
+.B \-master\ yes/no
+Setting this option to "yes" will instruct MPlayer to change the MASTER
+mixer channel when setting the volume, and "no" means the PCM channel.
+.TP
+.B \-tv\ suboptions
+This option enables the TV grabbing feature of MPlayer. For complete
+documentation, please see documentation.html chapter 2.5
 .IP
 .SH "ADVANCED OPTIONS"
 .TP
@@ -367,6 +390,12 @@
 .TP
 .B \-aid\ id
 select audio channel [MPG: 0-31 AVI: 1-99 ASF: 0-127 VOB: 128-...]
+.TP
+.B \-alang\ audio\ stream\ language
+Used when playing DVD disks. Expects a two-letter country code(s) as
+parameter, and always tries to play back audio streams those language
+matches the given code. For example: -alang hu,us will always try to play
+hungarian or if it's non-existant then english audio streams if there are any.
 .TP
 .B \-vid\ id
 select video channel [MPG: 0-15  AVI:  -- ]




More information about the MPlayer-cvslog mailing list