Chuck Hast wrote:
> On 2/2/06, Eben King <eben1@tampabay.rr.com> wrote:
>
>> So I found some shows
>> (http://channel4.com/entertainment/tv/microsites/I/itcrowd/video/index.html)
>> which I'd like to see. But, bandwidth to the UK sucks now, and I don't want
>> to watch these at 3am. So, I'd like to dump them into local files and play
>> those. mplayer will play a mms:// URL (but in this case it's choppy). Is
>> there a way to tell it to dump it to a file instead of playing it?
>>
This works:
mplayer -vo null -ao null -dumpstream -dumpfile
the_itcrowd_ep01_yesterdays_jam.wmv
mms://edge.channel4.com/theitcrowd/episode1_c4web.wmv
The key option is really "-dumpstream", the -dumpfile lets you chose a
filename other than "stream.dump", and the -vo null and -ao null
short-circuit any video output and audio output device probing if you
want to run this headless.
-- - Ian C. Blenke <ian@blenke.com> http://ian.blenke.com
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:07:53 EDT