comparison DOCS/xml/en/usage.xml @ 15506:2b9a8966c53f

Clarify that -dumpstream works for video as well as audio and mention -dumpaudio and -dumpvideo as well.
author diego
date Wed, 18 May 2005 12:15:30 +0000
parents 4876278747dc
children 7a5d36c0633b
comparison
equal deleted inserted replaced
15505:369a4ade048b 15506:2b9a8966c53f
263 263
264 <sect2 id="streaming-save"> 264 <sect2 id="streaming-save">
265 <title>Saving streamed content</title> 265 <title>Saving streamed content</title>
266 <para> 266 <para>
267 Once you succeed in making <application>MPlayer</application> play 267 Once you succeed in making <application>MPlayer</application> play
268 your favorite internet radio station, you can use the option 268 your favorite internet stream, you can use the option
269 <option>-dumpstream</option> to save the stream into a file. 269 <option>-dumpstream</option> to save the stream into a file.
270 For example: 270 For example:
271 <screen> 271 <screen>
272 mplayer <replaceable>http://217.71.208.37:8006</replaceable> -dumpstream -dumpfile <replaceable>tsf-jazz.mp3</replaceable> 272 mplayer <replaceable>http://217.71.208.37:8006</replaceable> -dumpstream -dumpfile <replaceable>stream.asf</replaceable>
273 </screen> 273 </screen>
274 will save the content streamed from 274 will save the content streamed from
275 <replaceable>http://217.71.208.37:8006</replaceable> into 275 <replaceable>http://217.71.208.37:8006</replaceable> into
276 <replaceable>tsf-jazz.mp3</replaceable>. 276 <replaceable>stream.asf</replaceable>.
277 This also works with all protocols supported by 277 This works with all protocols supported by
278 <application>MPlayer</application>, like MMS, RSTP, and so forth. 278 <application>MPlayer</application>, like MMS, RSTP, and so forth.
279 If you only wish to save audio or video, use <option>-dumpaudio</option>
280 or <option>-dumpvideo</option> respectively, but be aware that
281 <application>MPlayer</application> will ignore all but the last
282 <option>-dump*</option> option given on the command line.
279 </para> 283 </para>
280 </sect2> 284 </sect2>
281 285
282 </sect1> 286 </sect1>
283 287