View Single Post
  #74  
Old 03-13-2013, 03:19 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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 can simply use FFMpeg to remux (not re-encode) flv file to mp4 or mkv format.

Code:
FFMpeg -i input.flv -c copy output.mp4
or
Code:
FFMpeg -i input.flv -c copy output.mkv
Reply With Quote