diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-05-18 12:15:30 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-05-18 12:15:30 +0000 |
commit | ca861c56350e23e6cc60c6bbec6447ec0dc577a5 (patch) | |
tree | 77f5fd0a39a4064b4f403c1b111d02b8a97d887a /DOCS/xml | |
parent | 9eac1648beba06ed644015b59c263e6813f03ef1 (diff) |
Clarify that -dumpstream works for video as well as audio and mention
-dumpaudio and -dumpvideo as well.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15507 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/en/usage.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/DOCS/xml/en/usage.xml b/DOCS/xml/en/usage.xml index fbacea17b3..c8d8292426 100644 --- a/DOCS/xml/en/usage.xml +++ b/DOCS/xml/en/usage.xml @@ -265,17 +265,21 @@ from the network: <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> |