View Single Post
  #13  
Old 05-14-2013, 03:54 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: This video/stream REFUSES to download.


One small error your doing
Code:
ffmpeg-i
It should be
Code:
ffmpeg -i
Do a version check to see if it recognised 1st
Code:
ffmpeg -version
Or for more help
Code:
ffmpeg -h
Reply With Quote