View Single Post
  #2  
Old 05-06-2010, 05:36 AM
hyc hyc is offline
RTMPdump team
 
Join Date: Dec 2009
Posts: 169
hyc will become famous soon enoughhyc will become famous soon enough
Default

Re: Hulu FLV's: How to convert FLV to MP4 losslessly


I just use ffmpeg.

Code:
ffmpeg -i file.flv -vcodec copy -acodec copy file.mp4
But I don't even bother these days because all of my players can read FLV format already.
Reply With Quote