View Single Post
  #73  
Old 03-13-2013, 02:54 AM
falkeklubben falkeklubben is offline
Member
 
Join Date: Mar 2013
Posts: 2
falkeklubben is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by mo7i25 View Post
Hi, is there any way to download files as mp4 files?
thank you for this wonderful script and addon!!!!!!!!
You have to use ffmpeg (etc) to repackage the flv to mp4. Something like this:

Code:
ffmpeg -i videofile.flv -vcodec copy -acodec copy videofile.mp4
Reply With Quote