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 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