Overwritten.net
Community => General Discussion => Topic started by: scottws on Sunday, November 04, 2007, 10:50:32 AM
-
There is a video online that I want to save to my computer, but it's a streaming WMV. Does anyone know any way to actually save it to your computer? I can't seem to find an option in WMP to do that.
-
You can try viewing the page source or viewing the properties of the video.
-
Yeah I found the video in page source, but it's a streaming video, even in WMP. Properties didn't help.
-
I'm curious about this too. I can grab most videos except when streaming is a property of the video itself. My feeling is that you're going to have to record it as it comes in, somehow. If there's a better answer, I want to hear it too.
-
You can try a site ripper, but I can promise you that its more trouble than its worth. I tried it once and gave up out of frustration.
-
I've used this (http://www.wmrecorder.com/) in the past.
-
This site (http://lifehacker.com/software/downloads/ask-lifehacker--save-streaming-media-152967.php) suggests using wget. Seems like a really good idea. I didn't think of that.
-
I didnt know wget could do that. Awesome.
-
So, did wget work?
-
No, wget did not work. It downloaded a 1kB file. When I try to open in, WMP says "The file you are attempting to play has an extension (.WMV) that does not match the file format."
I opened the WMV file it downloaded in notepad and found this:
[Reference]
Ref1=http://70.61.148.132/WXOD/WCT%2016094.WMV?MSWMExt=.asf
Ref2=http://70.61.148.132:80/WXOD/WCT%2016094.WMV?MSWMExt=.asf
But I can't seem to do anything with that info.
-
I tried using VLC player but it can't play the file at all.
One of the sucky things is that I can't even view the damn stream. The audio is fine, but the video locks on a frame for 30-40 seconds at a time.
-
VLC doesn't work, even if you try opening it as a network stream?
-
Have you tried Media Played Classic?
-
VideoDownloader (http://javimoya.com/blog/youtube_en.php) Firefox plugin works pretty well for me.
-
That's for Flash video (FLV) which ironically is not a streaming video format. (You can get at the whole file all at once.) WMV9 can have streaming as a property of the video itself, meaning that when you download the video, you get something like a 1 KB file, to get the ball rolling. Getting the streaming video data must be more than a passive download process (?).
This page (http://www.gromkov.com/faq/capture/record_streaming_video.html) claims to have the answers. Check it out.
Edit: The link to GAS there is dead. After some frustration with Japanese sites, I found this link (http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=ja_en&trurl=http%3a%2f%2ftetora.orz.ne.jp%2fforum%2fgasdown%2fdownload.cgi) to an even newer version. The UI is in English, although release notes and help are not.
-
VLC doesn't work, even if you try opening it as a network stream?
Nope.
-
This page (http://www.gromkov.com/faq/capture/record_streaming_video.html) claims to have the answers. Check it out.
Edit: The link to GAS there is dead. After some frustration with Japanese sites, I found this link (http://babelfish.altavista.com/babelfish/trurl_pagecontent?lp=ja_en&trurl=http%3a%2f%2ftetora.orz.ne.jp%2fforum%2fgasdown%2fdownload.cgi) to an even newer version. The UI is in English, although release notes and help are not.
That program seems to want files ending in ASX. Mine ends in WMV and the file downloaded references ASF files.
-
According to this page (http://www.mediacollege.com/video/format/windows-media/files/asx.html), the ASX is a metadata file which references the ASF, which is the actual media file. It's supposed to be a short text file. Don't know if that helps, but there it is. Did you try the VLC method described after GAS in my first link?