[Mplayer-cvslog] CVS: main/DOCS/en cd-dvd.html,1.58,1.59 documentation.html,1.404,1.405 encoding.html,1.91,1.92 formats.html,1.55,1.56

Diego Biurrun CVS diego at mplayerhq.hu
Sun May 25 21:29:36 CEST 2003


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

Modified Files:
	cd-dvd.html documentation.html encoding.html formats.html 
Log Message:
Changed a few remaining -dvd and -vcd options to dvd:// and vcd://.


Index: cd-dvd.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/cd-dvd.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- cd-dvd.html	27 Feb 2003 14:01:18 -0000	1.58
+++ cd-dvd.html	25 May 2003 19:29:33 -0000	1.59
@@ -70,9 +70,9 @@
 <P>For the complete list of available options, please read the man page.
   The Syntax for a standard Digital Versatile Disc (DVD) is as follows:</P>
 
-<P><CODE>mplayer -dvd &lt;track&gt; [-dvd-device &lt;device&gt;]</CODE></P>
+<P><CODE>mplayer dvd://&lt;track&gt; [-dvd-device &lt;device&gt;]</CODE></P>
 
-<P>Example: <CODE>mplayer -dvd 1 -dvd-device /dev/hdc</CODE></P>
+<P>Example: <CODE>mplayer dvd://1 -dvd-device /dev/hdc</CODE></P>
 
 <P>The default DVD device is <CODE>/dev/dvd</CODE>. If your setup differs,
   make a symlink or specify the correct device on the command line with the
@@ -208,9 +208,9 @@
 <P>For the complete list of available options, please read the man page.
   The Syntax for a standard Video CD (VCD) is as follows:</P>
 
-<P><CODE>mplayer -vcd &lt;track&gt; [-cdrom-device &lt;device&gt;]</CODE></P>
+<P><CODE>mplayer vcd://&lt;track&gt; [-cdrom-device &lt;device&gt;]</CODE></P>
 
-<P>Example: <CODE>mplayer -vcd 2 -cdrom-device /dev/hdc</CODE></P>
+<P>Example: <CODE>mplayer vcd://2 -cdrom-device /dev/hdc</CODE></P>
 
 <P>The default VCD device is <CODE>/dev/cdrom</CODE>. If your setup differs,
   make a symlink or specify the correct device on the command line with the
@@ -238,7 +238,7 @@
     containing one MPEG PS data packet per sector instead of a filesystem. 
     Similar to audio CD tracks, these tracks <B>cannot be mounted</B> (Did you
     ever mount an audio CD to play it?). As most movies are inside this track,
-    you should try <CODE>-vcd 2</CODE> first.</LI>
+    you should try <CODE>vcd://2</CODE> first.</LI>
   <LI>There exist VCD disks without the first track (single track and no
     filesystem at all). They are still playable, but cannot be mounted.</LI>
 </UL>
@@ -256,7 +256,7 @@
   the raw tracks through this shadow .DAT file. If you mount the disc using
   their driver, you can copy and even play .DAT files with mplayer. But it
   <B>will not work</B> with the standard iso9660 driver of the Linux kernel!
-  Use the <CODE>-vcd</CODE> option instead. Alternatives for VCD copying are
+  Use <CODE>vcd://</CODE> instead. Alternatives for VCD copying are
   the new <A HREF="http://www.elis.rug.ac.be/~ronsse/cdfs/">cdfs</A> kernel
   driver (not part of the official kernel) that shows CD <I>sessions</I>
   as image files and <A HREF="http://cdrdao.sourceforge.net/">cdrdao</A>, a

Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/documentation.html,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -r1.404 -r1.405
--- documentation.html	19 May 2003 06:54:52 -0000	1.404
+++ documentation.html	25 May 2003 19:29:33 -0000	1.405
@@ -1329,21 +1329,17 @@
 <TABLE BORDER=0>
   <TR><TD>&nbsp;&nbsp;</TD><TD>file</TD><TD>&nbsp;&nbsp;</TD><TD><CODE>mplayer [options] [path/]filename</CODE></TD></TR>
   <TR><TD></TD><TD>files</TD><TD></TD><TD><CODE>mplayer [default options] [path/]filename1 [options for filename1] filename2 [options for filename2] ...</CODE></TD></TR>
-  <TR><TD></TD><TD>VCD</TD><TD></TD><TD><CODE>mplayer [options] -vcd trackno [-cdrom-device /dev/cdrom]</CODE></TD></TR>
-  <TR><TD></TD><TD>DVD</TD><TD></TD><TD><CODE>mplayer [options] -dvd titleno [-dvd-device /dev/dvd]</CODE></TD></TR>
+  <TR><TD></TD><TD>VCD</TD><TD></TD><TD><CODE>mplayer [options] vcd:// trackno [-cdrom-device /dev/cdrom]</CODE></TD></TR>
+  <TR><TD></TD><TD>DVD</TD><TD></TD><TD><CODE>mplayer [options] dvd:// titleno [-dvd-device /dev/dvd]</CODE></TD></TR>
   <TR><TD></TD><TD>WWW</TD><TD></TD><TD><CODE>mplayer [options] http://site.com/file.asf (playlists can be used, too)</CODE></TD></TR>
   <TR><TD></TD><TD>RTSP</TD><TD></TD><TD><CODE>mplayer [options] rtsp://server.example.com/streamName</CODE></TD></TR>
 </TABLE>
 
-<P>
-  Latest versions of MPlayer also accept VCD and DVD tracks in URL style, just like
-  xine does: <CODE>mplayer dvd://1</CODE> or <CODE>mplayer vcd://1</CODE></P>
-
 <PRE>
   mplayer -vo x11 /mnt/Films/Contact/contact2.mpg
-  mplayer -vcd 2
+  mplayer vcd://2 -cdrom-device /dev/hdc
   mplayer -afm 3 /mnt/DVDtrailers/alien4.vob
-  mplayer -dvd 1 -dvd-device /dev/hdc
+  mplayer dvd://1 -dvd-device /dev/hdc
   mplayer -abs 65536 -delay -0.4 -nobps ~/movies/test.avi
 </PRE>
 
@@ -1850,7 +1846,7 @@
 <P>DVDs also work, just set the DVD device correctly to whatever your CD-ROM
   device is:</P>
 
-<P><CODE>mplayer -dvd &lt;title&gt; -dvd-device '\\.\d:'</CODE></P>
+<P><CODE>mplayer dvd://&lt;title&gt; -dvd-device '\\.\d:'</CODE></P>
 
 <P>QuickTime DLLs have also been reported to work. Compile with
   <CODE>--enable-qtx-codecs</CODE> and put the codecs into the

Index: encoding.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/encoding.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- encoding.html	4 May 2003 23:21:24 -0000	1.91
+++ encoding.html	25 May 2003 19:29:33 -0000	1.92
@@ -39,9 +39,9 @@
   <CODE>&nbsp;&nbsp;&nbsp;&nbsp;rm frameno.avi</CODE> - remove this file, which
     can come from a previous 3-pass encoding (it interferes with current
     one)<BR>
-  <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc lavc -lavcopts
+  <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder dvd://2 -ovc lavc -lavcopts
     vcodec=mpeg4:vpass=1 -oac copy -o movie.avi<BR>
-  &nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc lavc -lavcopts
+  &nbsp;&nbsp;&nbsp;&nbsp;mencoder dvd://2 -ovc lavc -lavcopts
     vcodec=mpeg4:vpass=2 -oac copy -o movie.avi</CODE></P>
 
 <P><U><B>3-pass encoding:</B></U> this is an extension of 2-pass encoding,
@@ -79,11 +79,11 @@
 <P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;rm frameno.avi</CODE> - remove this file,
   which can come from a previous 3-pass encoding (it interferes with current
   one)<BR>
-  <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc frameno
+  <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder dvd://2 -ovc frameno
     -o frameno.avi -oac mp3lame -lameopts vbr=3<BR>
-  &nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc lavc
+  &nbsp;&nbsp;&nbsp;&nbsp;mencoder dvd://2 -ovc lavc
     -lavcopts vcodec=mpeg4:vpass=1 -oac copy -o movie.avi<BR>
-  &nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -ovc lavc
+  &nbsp;&nbsp;&nbsp;&nbsp;mencoder dvd://2 -ovc lavc
     -lavcopts vcodec=mpeg4:vpass=2 -oac copy -o movie.avi</CODE></P>
 
 
@@ -193,7 +193,7 @@
   <CODE>vcodec</CODE> config, like: <CODE>-lavcopts vcodec=msmpeg4</CODE></P>
 
 <P>An example, with MJPEG compression:<BR>
-  <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder -dvd 2 -o title2.avi -ovc lavc
+  <CODE>&nbsp;&nbsp;&nbsp;&nbsp;mencoder dvd://2 -o title2.avi -ovc lavc
     -lavcopts vcodec=mjpeg -oac copy</CODE></P>
 
 
@@ -275,10 +275,10 @@
 
 <P><I>Copying two subtitles from a DVD while doing 3-pass encoding</I><BR>
   &nbsp;&nbsp;<CODE>rm subtitles.idx subtitles.sub</CODE><BR>
-  &nbsp;&nbsp;<CODE>mencoder -dvd 1 -vobsubout subtitles -vobsuboutindex 0
+  &nbsp;&nbsp;<CODE>mencoder dvd://1 -vobsubout subtitles -vobsuboutindex 0
     -sid 2 -o frameno.avi -ovc frameno -oac mp3lame -lameopts vbr=3</CODE><BR>
-  &nbsp;&nbsp;<CODE>mencoder -dvd 1 -oac copy -ovc divx4 -divx4opts pass=1</CODE><BR>
-  &nbsp;&nbsp;<CODE>mencoder -dvd 1 -oac copy -ovc divx4 -divx4opts pass=2 -vobsubout
+  &nbsp;&nbsp;<CODE>mencoder dvd://1 -oac copy -ovc divx4 -divx4opts pass=1</CODE><BR>
+  &nbsp;&nbsp;<CODE>mencoder dvd://1 -oac copy -ovc divx4 -divx4opts pass=2 -vobsubout
     subtitles -vobsuboutindex 1 -sid 5</CODE></P>
 
 <P><I>Copying a french subtitle from an MPEG file</I><BR>

Index: formats.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/formats.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- formats.html	27 Feb 2003 14:01:19 -0000	1.55
+++ formats.html	25 May 2003 19:29:33 -0000	1.56
@@ -44,7 +44,7 @@
   <LI>DAT: This is the very same format as MPG with a different extension. It
     is used on <B>Video CD</B>s. Due to the way VCDs are created and Linux is
     designed, DAT files cannot be played nor copied from VCDs as regular files.
-    You have to use the <CODE>-vcd</CODE> option to play the Video CD.</LI>
+    You have to use <CODE>vcd://</CODE> to play a Video CD.</LI>
   <LI>VOB: This is the MPEG file format on <B>DVD</B>s. It is the same as MPG,
     plus the capability to contain subtitles or non-MPEG (AC3) audio. It
     contains encoded MPEG2 video and usually AC3 audio, but DTS, MP2 and



More information about the MPlayer-cvslog mailing list