[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.191,1.192 encoding.html,1.25,1.26 faq.html,1.61,1.62 mencoder.1,1.26,1.27 mplayer.1,1.142,1.143

Winner of tha face compo gabucino at mplayer.dev.hu
Tue Feb 12 23:35:05 CET 2002


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

Modified Files:
	documentation.html encoding.html faq.html mencoder.1 mplayer.1 
Log Message:
sok ize, mutyur, bizbasz.


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- documentation.html	10 Feb 2002 09:49:45 -0000	1.191
+++ documentation.html	12 Feb 2002 22:34:31 -0000	1.192
@@ -274,10 +274,12 @@
 My player is rock solid playing damaged MPEG files (useful for some VCDs),
 and it plays bad AVI files which are unplayable with the famous
 windows media player. Even AVI files without index chunk are playable, and
-you can rebuild their indexes with the -idx option, thus enabling seeking!
+you can temporarily rebuild their indexes with the -idx option, or
+permanently with <B>MEncoder</B>, thus enabling seeking!
 As you see, stability and quality are the most important things for me,
 but the speed is also amazing.</P>
 
+
 <P><B><A NAME=1.2>1.2. History</A></B></P>
 
 <P>This began a year ago...
@@ -434,7 +436,8 @@
 section in order to gain big speedup. It is important to do these steps
 <I>before</I> compiling <B>MPlayer</B>, otherwise no Matrox-specific support will be
 built. Also check out the <A HREF="video.html#2.3.1.A.1">Matrox TV-out</A>
-section.</LI>
+section. <U><B>If you are non-Linux user</B></U>, read <A HREF="video.html#2.3.1.15">Vidix</A>
+documentation !</LI>
 
 <LI><B>3Dfx Voodoo3/Banshee cards</B> : please see the <A
 HREF="video.html#2.3.1.9">2.3.1.9</A> section in order to gain big speedup. It
@@ -446,7 +449,8 @@
 section</A> of the TV-out documentation, to know what features of your card is
 supported under Linux/MPlayer. If you have a <B>Radeon</B> or <B>Rage128</B> card, we have a
 <B>XXX_vid</B> driver for you, with TV out ! Check <A
-HREF="video.html#2.3.1.14">this</A> section !</LI>
+HREF="video.html#2.3.1.14">this</A> section ! <U><B>If you are non-Linux
+user</B></U>, read <A HREF="video.html#2.3.1.15">Vidix</A> documentation !</LI>
 
 <LI><B>S3 cards</B> : the Savage chips have hardware acceleration. Use as
 new XFree86 version as possible, older drivers are buggy. Savage chips
@@ -780,7 +784,7 @@
   <TD>&nbsp;&nbsp;</TD>
   <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>in which output
   format should the tuner transport images to us (<B>rgb32</B>, <B>rgb24</B>, <B>yv12</B>,
-  <B>uyvy</B>, <B>i420</B> (for i420 you have to pass the <CODE>-vc i420</CODE>
+  <B>uyvy</B>, <B>i420</B> (for i420 you have to pass the <CODE>-vc rawi420</CODE>
   option, because of a fourcc conflict))</TD>
 </TR>
 <TR>
@@ -1137,7 +1141,7 @@
   options, and it should be fast.</P>
 
 <P>The <CODE>-vo x11</CODE> output will be even slower than on Linux, since
-  QNX has only X <I>emulation</I> which is VERY slow. Use SDL.
+  QNX has only X <I>emulation</I> which is VERY slow. Use SDL.</P>
 
 
 <P><B><A NAME=A>Appendix A - Authors</A></B></P>
@@ -1693,7 +1697,7 @@
 <P><UL>
 <LI>send bugreports here (after reading <A HREF="#D">Known Bugs</A> section, and Appendix <A HREF="#C">C</A>)</LI>
 <LI>send feature requests here (after reading the WHOLE documentation)</LI>
-<LI>send user questions here (after reading all this documentation)</LI>
+<LI>send user questions here (after reading the WHOLE documentation)</LI>
 </UL></P>
 
 </LI><LI>MPlayer hungarian users list:<BR>

Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/encoding.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- encoding.html	8 Feb 2002 13:57:13 -0000	1.25
+++ encoding.html	12 Feb 2002 22:34:31 -0000	1.26
@@ -58,7 +58,7 @@
       always play nicely on windows players! If you intend to encode AVIs
       mainly for windows, encode with CBR!</LI>
     <LI>PCM audio</LI>
-    <LI>stream copying (CBR audio only)</LI>
+    <LI>stream copying</LI>
     <LI>input A/V synchronizing (PTS-based, can be disabled with -mc 0 option)</LI>
     <LI>FPS correction with <CODE>-ofps</CODE> option (useful when encoding
     29.97fps VOB to 24fps AVI)</LI>
@@ -69,7 +69,6 @@
 <P><B><I>Planned features</I></B> :
   <UL>
     <LI>using audio from separate file (AC3, MP3, OGG)</LI>
-    <LI>VBR audio stream copy</LI>
     <LI>even wider variety of available en/decoding formats/codecs
     (creating VOB files with DivX4/Indeo5/VIVO streams :)</LI>
     <LI>audio encoding from v4l</LI>
@@ -175,6 +174,7 @@
 <P>Rescaling is very simple :<BR>
 <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder sample-svcd.mpg -divx4opts br=1300 -x 640 -y 480 -sws 2 -o output.avi</CODE></P>
 
+
 <P><B><A NAME=2.4.3.3>2.4.3.3.  Stream copying</B></P>
 
 <P><B>MEncoder</B> can handle input streams in two ways : <B>encode</B> or
@@ -193,6 +193,7 @@
 </UL>
 </P>
 
+
 <P><B><A NAME=2.4.3.4>2.4.3.4.  Fixing AVIs with broken index or interleaving</B></P>
 
 <P>Easiest thing. We simply copy the video and audio streams, and
@@ -227,14 +228,23 @@
 <P>An example, with MJPEG compression :<BR>
   <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg</CODE></P>
 
+
 <P><B><A NAME=2.4.4>2.4.4.  Syntax</B></P>
 
 <P>&nbsp;&nbsp;<CODE>mencoder [options] [input file] [options] ...</P>
 
+
 <P><B><A NAME=2.4.5>2.4.5.  Available options</B></P>
 
 <P>NOTE : for all available options, <B>read the manpage !</B></P>
 
+<P>
+  As <B>MEncoder</B> is built on the same codebase as <B>MPlayer</B>, there
+  are many <B>MPlayer</B> options that have function in <B>MEncoder</B> too!
+  See, you can use <CODE>-sid</CODE> to rip a DVD with subtitles, or
+  <CODE>-noidx</CODE> to disregard buggy index of input AVI. <B>Be smart!</B>
+</P>
+
 <TABLE BORDER=1>
 <TR>
   <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
@@ -273,9 +283,13 @@
   <TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>
     Encode  with  the given codec (codec names are from codecs.conf). Examples:<BR>
     &nbsp;&nbsp;<B>help</B> - get list of available codecs<BR>
+    &nbsp;&nbsp;<B>null</B> - do not create a video stream in the output AVI<BR>
+    &nbsp;&nbsp;<B>raw</B> - create uncompressed video<BR>
+    &nbsp;&nbsp;<B>rawrgb</B> - ?<BR>
     &nbsp;&nbsp;<B>copy</B> - no encoding, just copy the stream (only from AVI/ASF now)<BR>
     &nbsp;&nbsp;<B>divx4</B> - encode to DivX4<BR>
     &nbsp;&nbsp;<B>lavc</B> - encode with a codec from libavcodec<BR>
+    &nbsp;&nbsp;<B>vfw</B> - encode with a Windows DLL<BR>
   </TD>
 </TR>
 <TR>

Index: faq.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/faq.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- faq.html	28 Jan 2002 14:02:16 -0000	1.61
+++ faq.html	12 Feb 2002 22:34:31 -0000	1.62
@@ -374,6 +374,12 @@
 Set "Use Applications position hints" to Yes.
 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
 
+<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">
+How can I run MPlayer in the background ?
+</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">
+Use : <CODE>mplayer &lt;options&gt; &lt;filename&gt; &lt; /dev/null &
+</TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>
+
 <TD COLSPAN=3>
 <B><A NAME=5.3><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>5.3. File playing problems</A></B>
 </TD><TR><TD COLSPAN=3>&nbsp;</TD><TR>

Index: mencoder.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mencoder.1,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- mencoder.1	28 Jan 2002 14:02:16 -0000	1.26
+++ mencoder.1	12 Feb 2002 22:34:31 -0000	1.27
@@ -57,6 +57,12 @@
 .I NOTE
 CHECK THE HTML DOCUMENTATION TOO !
 .TP
+.I NOTE
+As MEncoder uses the same 'libmpdemux' as MPlayer, their options are
+_sometimes the same_ ! So although for example the -sid option isn't
+mentioned here, you can use it in MEncoder too! (for encoding DVD with
+subtitles)
+.TP
 .B \-vcd <track number>
 Encode the specified VCD track.
 .TP

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- mplayer.1	11 Feb 2002 18:57:18 -0000	1.142
+++ mplayer.1	12 Feb 2002 22:34:31 -0000	1.143
@@ -42,6 +42,7 @@
 .RB [ \-vobsubid\ <vobsub\ subtitle\ id> ]
 .RB [ \-z\ <0-9> ]
 .RB [ \-idx ]
+.RB [ \-noidx ]
 .RB [ \-forceidx ]
 .RB [ \-nodshow ]
 .RB [ \-noxv ]
@@ -534,12 +535,18 @@
           9 : max compression
 .TP
 .B \-idx
-rebuilds INDEX of the AVI. Useful with broken downloads, or badly
-created AVIs.
+rebuilds INDEX of the AVI, thus allowing seeking. Useful with broken/incomplete
+downloads, or badly created AVIs.
+.TP
+.B \-noidx
+disregards INDEX of the AVI. Useful for files with broken index (desyncs, etc).
+Seeking will NOT be possible. You can fix the index permanently
+with MEncoder, see the documentation.
 .TP
 .B \-forceidx
-force rebuilding of INDEX. Useful for testing, or AVIs with bad
-indexes.
+force rebuilding of INDEX. Useful for files with broken index (desyncs, etc).
+Seeking will be possible. You can fix the index permanently with
+MEncoder, see the documentation.
 .TP
 .B \-nodshow
 disables usage of DirectShow video codecs




More information about the MPlayer-cvslog mailing list