Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

How do I use FFMPEG to get this mms video?

(http://stream-recorder.com/forum/showthread.php?t=18779)

Nomorecocktails 09-10-2014 06:33 PM

How do I use FFMPEG to get this mms video?


 
Given this mms url:

mms://a1808.v65778f.c65778.g.vm.akamaistream.net/7/1808/65778/v0001/sos1475-1.streamos.download.akamai.com/65782/sst2014/SP091014.wmv

How do i use ffmpeg to get the video? Or do i need VLC?

BlueCop 09-10-2014 07:51 PM

Re: How do I use FFMPEG to get this mms video?


 
VLC works fine to save the file.

just go to File->open network. paste in the mms:// url into the url box. tick the streaming/saving box and click settings. tick file, tick dump raw input and click browse for where you want to save it. click ok and click open. It will take a while but it will download the file in its orginal quality.

I would use the extension wmv for the video file.

Space hearing eh?

actually ffmpeg works.

Quote:

ffmpeg -i "mmsh://a1808.v65778f.c65778.g.vm.akamaistream.net/7/1808/65778/v0001/sos1475-1.streamos.download.akamai.com/65782/sst2014/SP091014.wmv" -c copy file.wmv
need to use the prefix mmsh instead of mms


All times are GMT -6. The time now is 10:15 PM.