View Single Post
  #12  
Old 04-12-2012, 11:34 AM
sebus sebus is offline
Member
 
Join Date: Apr 2012
Posts: 30
sebus is on a distinguished road
Default

Re: Hulu download script


One also needs procdump installed

as well as rtmpdump (it is not good assuming everybody has it)

procdump
grep
strings
rtmpdump

files must be in same /bin folder as the hulu.rb (having them in system path ie \windows\system32 is not working)


If I only knew very easily which of the streams (35 in total) is actually the one I want...
But good bet is 1000_h264 stream...

Is there a way to save .mp4 (as in the stream) directly and not as .flv , so I do not have to remux it?

ffmpeg -i filename.flv -vcodec copy -acodec copy filename.mp4

sebus

Last edited by sebus : 04-12-2012 at 04:04 PM.
Reply With Quote