Quote:
Originally Posted by mo7i25
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