View Single Post
  #3  
Old 04-16-2014, 01:43 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: How to record Yahoo live stream


or...
download with ffmpeg

Code:
ffmpeg -i "http://c-2dbbdfebcf.a-videoeditorblog.i-5b59c78e.http.atlas.cdn.yimg.com/ylee/lotus/20140410_theamazingspider-man2_worldpremiere_uk_3128.mp4?b=31280&m=video%%2fmp4&x=1398238878&" -acodec copy -vcodec copy -f mp4 "output.mp4"
Reply With Quote