[MPlayer-DOCS] CVS: main/DOCS/xml/en usage.xml,1.26,1.27

Diego Biurrun CVS syncmail at mplayerhq.hu
Wed May 18 14:15:33 CEST 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv32547/en

Modified Files:
	usage.xml 
Log Message:
Clarify that -dumpstream works for video as well as audio and mention
-dumpaudio and -dumpvideo as well.


Index: usage.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/usage.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- usage.xml	17 May 2005 21:34:15 -0000	1.26
+++ usage.xml	18 May 2005 12:15:30 -0000	1.27
@@ -265,17 +265,21 @@
 <title>Saving streamed content</title>
 <para>
   Once you succeed in making <application>MPlayer</application> play
-  your favorite internet radio station, you can use the option
+  your favorite internet stream, you can use the option
   <option>-dumpstream</option> to save the stream into a file.
   For example:
 <screen>
-  mplayer <replaceable>http://217.71.208.37:8006</replaceable> -dumpstream -dumpfile <replaceable>tsf-jazz.mp3</replaceable>
+  mplayer <replaceable>http://217.71.208.37:8006</replaceable> -dumpstream -dumpfile <replaceable>stream.asf</replaceable>
 </screen>
   will save the content streamed from
   <replaceable>http://217.71.208.37:8006</replaceable> into
-  <replaceable>tsf-jazz.mp3</replaceable>.
-  This also works with all protocols supported by
+  <replaceable>stream.asf</replaceable>.
+  This works with all protocols supported by
   <application>MPlayer</application>, like MMS, RSTP, and so forth.
+  If you only wish to save audio or video, use <option>-dumpaudio</option>
+  or <option>-dumpvideo</option> respectively, but be aware that
+  <application>MPlayer</application> will ignore all but the last
+  <option>-dump*</option> option given on the command line.
 </para>
 </sect2>
 




More information about the MPlayer-DOCS mailing list